Shades of Pacific Blue #069BCF
Tints of Pacific Blue #069BCF
RGB
CMYK
RGB Variations
Color information
#069BCF (or 0x069BCF) is known color: Pacific Blue. HEX triplet: 06, 9B and CF. RGB value is (6,155,207). Sum of RGB (Red+Green+Blue) = 6+155+207=368 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #069BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BCF is #F96430. Grayscale: #747474. Windows color (decimal): -16344113 or 13605638. OLE color: 13605638.
HSL color Cylindrical-coordinate representation of color #069BCF: hue angle of 195.52º 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 #069BCF is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 155 | 207 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.19 |
| HSL | 195.52º | 0.94% | 0.42% | - |
| HSV(B) | 195.52º | 0.97% | 0.81% | - |
| XYZ | 23.06 | 27.99 | 63.22 | - |
| YUV | 116.38 | 179.14 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 207 | 0.97 | 0.25 | 0 | 0.19 | 195.52 | 0.94 | 0.42 |
| Hex | 6 | 9B | CF | 61 | 19 | 0 | 13 | C4 | 5E | 2A |
| Octal | 6 | 233 | 317 | 141 | 31 | 0 | 23 | 304 | 136 | 52 |
| Binary | 110 | 10011011 | 11001111 | 1100001 | 11001 | 0 | 10011 | 11000100 | 1011110 | 101010 |
Color Harmonies of #069BCF
Complementary color
Monochromatic Colors of #069BCF
Black with #069BCF
Text Example
Text Example
White with #069BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BCF; }
p { color: rgb(6,155,207); }
H1.HeaderClassName
{
color: #069BCF;
}
.AnyTagClassName
{
color: #069BCF;
}
</style>
background-color css
<style>
a { background-color: #069BCF; }
a { background-color: rgb(6,155,207); }
div.DivClassName
{
background-color: #069BCF;
}
.BgClassName
{
background-color: #069BCF;
}
</style>
border-color css
<style>
span { border-color: #069BCF; }
span { border-color: rgb(6,155,207); }
td.TdClassName
{
border-color: #069BCF;
}
.TagClassName
{
border-color: #069BCF;
}
</style>