Shades of Pacific Blue #069EC0
Tints of Pacific Blue #069EC0
RGB
CMYK
RGB Variations
Color information
#069EC0 (or 0x069EC0) is known color: Pacific Blue. HEX triplet: 06, 9E and C0. RGB value is (6,158,192). Sum of RGB (Red+Green+Blue) = 6+158+192=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #069EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069EC0 is #F9613F. Grayscale: #747474. Windows color (decimal): -16343360 or 12623366. OLE color: 12623366.
HSL color Cylindrical-coordinate representation of color #069EC0: hue angle of 190.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069EC0 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 158 | 192 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.25 |
| HSL | 190.97º | 0.94% | 0.39% | - |
| HSV(B) | 190.97º | 0.97% | 0.75% | - |
| XYZ | 21.82 | 28.3 | 54.18 | - |
| YUV | 116.43 | 170.64 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 192 | 0.97 | 0.18 | 0 | 0.25 | 190.97 | 0.94 | 0.39 |
| Hex | 6 | 9E | C0 | 61 | 12 | 0 | 19 | BF | 5E | 27 |
| Octal | 6 | 236 | 300 | 141 | 22 | 0 | 31 | 277 | 136 | 47 |
| Binary | 110 | 10011110 | 11000000 | 1100001 | 10010 | 0 | 11001 | 10111111 | 1011110 | 100111 |
Color Harmonies of #069EC0
Complementary color
Monochromatic Colors of #069EC0
Black with #069EC0
Text Example
Text Example
White with #069EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EC0; }
p { color: rgb(6,158,192); }
H1.HeaderClassName
{
color: #069EC0;
}
.AnyTagClassName
{
color: #069EC0;
}
</style>
background-color css
<style>
a { background-color: #069EC0; }
a { background-color: rgb(6,158,192); }
div.DivClassName
{
background-color: #069EC0;
}
.BgClassName
{
background-color: #069EC0;
}
</style>
border-color css
<style>
span { border-color: #069EC0; }
span { border-color: rgb(6,158,192); }
td.TdClassName
{
border-color: #069EC0;
}
.TagClassName
{
border-color: #069EC0;
}
</style>