Shades of Pacific Blue #0692D3
Tints of Pacific Blue #0692D3
RGB
CMYK
RGB Variations
Color information
#0692D3 (or 0x0692D3) is known color: Pacific Blue. HEX triplet: 06, 92 and D3. RGB value is (6,146,211). Sum of RGB (Red+Green+Blue) = 6+146+211=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 211 (82.81% from 255 or 58.13% from 363); Max value from RGB is 211 - color contains mainly: blue. Hex color #0692D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0692D3 is #F96D2C. Grayscale: #6F6F6F. Windows color (decimal): -16346413 or 13865478. OLE color: 13865478.
HSL color Cylindrical-coordinate representation of color #0692D3: hue angle of 199.02º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0692D3 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 146 | 211 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.17 |
| HSL | 199.02º | 0.94% | 0.43% | - |
| HSV(B) | 199.02º | 0.97% | 0.83% | - |
| XYZ | 22.11 | 25.3 | 65.35 | - |
| YUV | 111.55 | 184.12 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 211 | 0.97 | 0.31 | 0 | 0.17 | 199.02 | 0.94 | 0.43 |
| Hex | 6 | 92 | D3 | 61 | 1F | 0 | 11 | C7 | 5E | 2B |
| Octal | 6 | 222 | 323 | 141 | 37 | 0 | 21 | 307 | 136 | 53 |
| Binary | 110 | 10010010 | 11010011 | 1100001 | 11111 | 0 | 10001 | 11000111 | 1011110 | 101011 |
Color Harmonies of #0692D3
Complementary color
Monochromatic Colors of #0692D3
Black with #0692D3
Text Example
Text Example
White with #0692D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0692D3; }
p { color: rgb(6,146,211); }
H1.HeaderClassName
{
color: #0692D3;
}
.AnyTagClassName
{
color: #0692D3;
}
</style>
background-color css
<style>
a { background-color: #0692D3; }
a { background-color: rgb(6,146,211); }
div.DivClassName
{
background-color: #0692D3;
}
.BgClassName
{
background-color: #0692D3;
}
</style>
border-color css
<style>
span { border-color: #0692D3; }
span { border-color: rgb(6,146,211); }
td.TdClassName
{
border-color: #0692D3;
}
.TagClassName
{
border-color: #0692D3;
}
</style>