Shades of Pacific Blue #0692D0
Tints of Pacific Blue #0692D0
RGB
CMYK
RGB Variations
Color information
#0692D0 (or 0x0692D0) is known color: Pacific Blue. HEX triplet: 06, 92 and D0. RGB value is (6,146,208). Sum of RGB (Red+Green+Blue) = 6+146+208=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #0692D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0692D0 is #F96D2F. Grayscale: #6E6E6E. Windows color (decimal): -16346416 or 13668870. OLE color: 13668870.
HSL color Cylindrical-coordinate representation of color #0692D0: hue angle of 198.42º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0692D0 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 146 | 208 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.18 |
| HSL | 198.42º | 0.94% | 0.42% | - |
| HSV(B) | 198.42º | 0.97% | 0.82% | - |
| XYZ | 21.74 | 25.15 | 63.38 | - |
| YUV | 111.21 | 182.62 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 208 | 0.97 | 0.30 | 0 | 0.18 | 198.42 | 0.94 | 0.42 |
| Hex | 6 | 92 | D0 | 61 | 1E | 0 | 12 | C6 | 5E | 2A |
| Octal | 6 | 222 | 320 | 141 | 36 | 0 | 22 | 306 | 136 | 52 |
| Binary | 110 | 10010010 | 11010000 | 1100001 | 11110 | 0 | 10010 | 11000110 | 1011110 | 101010 |
Color Harmonies of #0692D0
Complementary color
Monochromatic Colors of #0692D0
Black with #0692D0
Text Example
Text Example
White with #0692D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0692D0; }
p { color: rgb(6,146,208); }
H1.HeaderClassName
{
color: #0692D0;
}
.AnyTagClassName
{
color: #0692D0;
}
</style>
background-color css
<style>
a { background-color: #0692D0; }
a { background-color: rgb(6,146,208); }
div.DivClassName
{
background-color: #0692D0;
}
.BgClassName
{
background-color: #0692D0;
}
</style>
border-color css
<style>
span { border-color: #0692D0; }
span { border-color: rgb(6,146,208); }
td.TdClassName
{
border-color: #0692D0;
}
.TagClassName
{
border-color: #0692D0;
}
</style>