Shades of Pacific Blue #069ECF
Tints of Pacific Blue #069ECF
RGB
CMYK
RGB Variations
Color information
#069ECF (or 0x069ECF) is known color: Pacific Blue. HEX triplet: 06, 9E and CF. RGB value is (6,158,207). Sum of RGB (Red+Green+Blue) = 6+158+207=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #069ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069ECF is #F96130. Grayscale: #757575. Windows color (decimal): -16343345 or 13606406. OLE color: 13606406.
HSL color Cylindrical-coordinate representation of color #069ECF: hue angle of 194.63º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069ECF is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 158 | 207 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.19 |
| HSL | 194.63º | 0.94% | 0.42% | - |
| HSV(B) | 194.63º | 0.97% | 0.81% | - |
| XYZ | 23.56 | 29 | 63.39 | - |
| YUV | 118.14 | 178.14 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 207 | 0.97 | 0.24 | 0 | 0.19 | 194.63 | 0.94 | 0.42 |
| Hex | 6 | 9E | CF | 61 | 18 | 0 | 13 | C3 | 5E | 2A |
| Octal | 6 | 236 | 317 | 141 | 30 | 0 | 23 | 303 | 136 | 52 |
| Binary | 110 | 10011110 | 11001111 | 1100001 | 11000 | 0 | 10011 | 11000011 | 1011110 | 101010 |
Color Harmonies of #069ECF
Complementary color
Monochromatic Colors of #069ECF
Black with #069ECF
Text Example
Text Example
White with #069ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069ECF; }
p { color: rgb(6,158,207); }
H1.HeaderClassName
{
color: #069ECF;
}
.AnyTagClassName
{
color: #069ECF;
}
</style>
background-color css
<style>
a { background-color: #069ECF; }
a { background-color: rgb(6,158,207); }
div.DivClassName
{
background-color: #069ECF;
}
.BgClassName
{
background-color: #069ECF;
}
</style>
border-color css
<style>
span { border-color: #069ECF; }
span { border-color: rgb(6,158,207); }
td.TdClassName
{
border-color: #069ECF;
}
.TagClassName
{
border-color: #069ECF;
}
</style>