Shades of Pacific Blue #069ECB
Tints of Pacific Blue #069ECB
RGB
CMYK
RGB Variations
Color information
#069ECB (or 0x069ECB) is known color: Pacific Blue. HEX triplet: 06, 9E and CB. RGB value is (6,158,203). Sum of RGB (Red+Green+Blue) = 6+158+203=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #069ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069ECB is #F96134. Grayscale: #757575. Windows color (decimal): -16343349 or 13344262. OLE color: 13344262.
HSL color Cylindrical-coordinate representation of color #069ECB: hue angle of 193.71º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069ECB is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 158 | 203 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.20 |
| HSL | 193.71º | 0.94% | 0.41% | - |
| HSV(B) | 193.71º | 0.97% | 0.8% | - |
| XYZ | 23.08 | 28.8 | 60.84 | - |
| YUV | 117.68 | 176.14 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 203 | 0.97 | 0.22 | 0 | 0.20 | 193.71 | 0.94 | 0.41 |
| Hex | 6 | 9E | CB | 61 | 16 | 0 | 14 | C2 | 5E | 29 |
| Octal | 6 | 236 | 313 | 141 | 26 | 0 | 24 | 302 | 136 | 51 |
| Binary | 110 | 10011110 | 11001011 | 1100001 | 10110 | 0 | 10100 | 11000010 | 1011110 | 101001 |
Color Harmonies of #069ECB
Complementary color
Monochromatic Colors of #069ECB
Black with #069ECB
Text Example
Text Example
White with #069ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069ECB; }
p { color: rgb(6,158,203); }
H1.HeaderClassName
{
color: #069ECB;
}
.AnyTagClassName
{
color: #069ECB;
}
</style>
background-color css
<style>
a { background-color: #069ECB; }
a { background-color: rgb(6,158,203); }
div.DivClassName
{
background-color: #069ECB;
}
.BgClassName
{
background-color: #069ECB;
}
</style>
border-color css
<style>
span { border-color: #069ECB; }
span { border-color: rgb(6,158,203); }
td.TdClassName
{
border-color: #069ECB;
}
.TagClassName
{
border-color: #069ECB;
}
</style>