Google Pixel 6 Pro
Google Pixel 6 Pro is a phone powered by Android OS and
released
by Google on October 28, 2021.

Get the Blisk app to test the cross-browser compatibility and responsive design on Google Pixel 6 Pro. This phone is ready to use standalone or simultaneously with lots of other popular devices.

Viewport Size:
412px × 892px
Screen Size:
1440px × 3120px
Device Pixel Ratio:
3.5
Overview and Dimensions
Google Pixel 6 Pro was released by Google on October 28, 2021 and is powered by Android OS. By default, the device is shipped with a web browser — Chrome for Android. Device dimensions are 75.9 × 163.9 × 8.9 millimeters (2.99 × 6.45 × 0.35 inches) 1. The device weighs 210 g.
Google Pixel 6 Pro has a large-sized LTPO AMOLED display with a 6.71-inch screen (110.5 cm2, 19.5:9 aspect ratio), and an approximate 88.8% screen-to-body ratio. The display is a touch screen, meaning that it supports touch events - interactions using a finger or stylus.
Screen size, Viewport, CSS Pixel Ratio
Google Pixel 6 Pro has a 6.71-inch screen with a screen size (resolution): 1440px × 3120px, 412px × 892px viewport1, and a CSS Pixel Ratio of 3.5.
Viewport or Viewport size is the number of software pixels (CSS pixels) present on a screen. Usually, viewport size displays as viewport width in pixels to viewport height in pixels.
Device Pixel Ratio (DPR) or CSS Pixel Ratio is the ratio between the physical pixels (screen size or resolution) and CSS pixels (viewport). Depending on device specification, one CSS pixel can equal one or mode physical pixels. Modern devices have screens with high pixel density resulting in the difference between screen size (resolution) and viewport.
Viewport size = Screen Size (Resolution) / Device Pixel Ratio.
CSS Pixel Ratio = Screen Size (Resolution) / Viewport size.
Key points for development and testing on Google Pixel 6 Pro
Before you start web development or testing, check that the web application supports a responsive viewport by using a viewport meta tag:
<meta name="viewport" content="width=device-width">
.
You can inspect this tag in the head section of an HTML document on Google Pixel 6 Pro right in the Blisk app. If this viewport tag is missing, the web application will not be responsive and will overflow the screen, hiding the content from users and leading to a bad user experience.
The form factor of the device represents its primary orientation as a portrait. Landscape orientation is popular on Google Pixel 6 Pro as well and should be seriously considered when you develop or test web applications on any mobile.
You also need to consider that the users will manipulate your web application on Google Pixel 6 Pro with a finger and stylus because this device has a touch screen that supports touch events. It is important to remember, that users may interact with multiple fingers (multi-touch) and gestures: single tap, multi-tap, swipe, pinch, stretch, zoom, etc. The users are highly likely to use gestures on small touch screens because of seamless interaction and great user experience.
CSS Media Query
Use the CSS Media Queries below to apply custom CSS properties for Google Pixel 6 Pro and devices with the same screens:
Google Pixel 6 Pro Media Query for min-width:
@media only screen and (min-width: 412px)
{ /* Your Styles... */ }
Google Pixel 6 Pro Media Query for min-height:
@media only screen and (min-height: 892px)
{ /* Your Styles... */ }
Google Pixel 6 Pro Media Query for landscape orientation:
@media only screen and (min-width: 412px) and (orientation: landscape)
{ /* Your Styles... */ }
Google Pixel 6 Pro Media Query for portrait orientation:
@media only screen and (min-width: 892px) and (orientation: portrait)
{ /* Your Styles... */ }
Google Pixel 6 Pro Media Query for device pixel ratio:
@media only screen and (-webkit-min-device-pixel-ratio: 3.5),
only screen and (min--moz-device-pixel-ratio: 3.5),
only screen and (-o-min-device-pixel-ratio: 3.5/1),
only screen and (min-device-pixel-ratio: 3.5)
{ /* Your Styles here */ }
Launch Google Pixel 6 Pro in Blisk
Google Pixel 6 Pro is ready to use in the Blisk app, where you can develop web applications and test cross-browser compatibility, use this phone as a standalone device or simultaneously with other devices. Learn more...
- Download the latest version.
- Launch the Developer Mode from the Toolbar (screenshot below).
- Click Device Manager (screenshot below).
- Select Google Pixel 6 Pro from the list.
- Click Launch Devices.
Launch Google Pixel 6 Pro from Command prompt or Terminal
You can launch Google Pixel 6 Pro in the Blisk app from Command prompt (Windows) or Terminal (macOS or Linux) to develop web applications and test cross-browser compatibility on a standalone device or simultaneously with other devices. Learn more...
- Download the latest version.
- Launch the Developer Mode from the Toolbar.
- Click Menu: Device Set ➜ Share Set.
- Select Command and click Next.
- Select Google Pixel 6 Pro from the list and click Next.
- Copy the generated command.
- Launch Command prompt or Terminal, paste the command, and execute it.
Summary on Google Pixel 6 Pro
Release Date | Oct 28, 2021 |
Vendor | |
Device Type | Phone |
Operating System | Android |
Display | LTPO AMOLED, 110.5 cm2, 19.5:9, ~88.8% screen-to-body ratio |
Screen Size (Resolution) Width | 1440px |
Screen Size (Resolution) Height | 3120px |
Viewport Width | 412px |
Viewport Height | 892px |
CSS Pixel Ratio | 3.5 |
Display Size | 6.71-inch |
Pixels Per Inch | 512 PPI |
Dimensions (mm) | 75.9 mm × 163.9 mm × 8.9 mm |
Dimensions (inch) | 2.99 inch × 6.45 inch × 0.35 inch |
Device Weight | 210 g |