Shades of Pacific Blue #069FCC
Tints of Pacific Blue #069FCC
RGB
CMYK
RGB Variations
Color information
#069FCC (or 0x069FCC) is known color: Pacific Blue. HEX triplet: 06, 9F and CC. RGB value is (6,159,204). Sum of RGB (Red+Green+Blue) = 6+159+204=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #069FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069FCC is #F96033. Grayscale: #767676. Windows color (decimal): -16343092 or 13410054. OLE color: 13410054.
HSL color Cylindrical-coordinate representation of color #069FCC: hue angle of 193.64º 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 #069FCC is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 159 | 204 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.2 |
| HSL | 193.64º | 0.94% | 0.41% | - |
| HSV(B) | 193.64º | 0.97% | 0.8% | - |
| XYZ | 23.37 | 29.19 | 61.53 | - |
| YUV | 118.38 | 176.31 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 204 | 0.97 | 0.22 | 0 | 0.2 | 193.64 | 0.94 | 0.41 |
| Hex | 6 | 9F | CC | 61 | 16 | 0 | 14 | C2 | 5E | 29 |
| Octal | 6 | 237 | 314 | 141 | 26 | 0 | 24 | 302 | 136 | 51 |
| Binary | 110 | 10011111 | 11001100 | 1100001 | 10110 | 0 | 10100 | 11000010 | 1011110 | 101001 |
Color Harmonies of #069FCC
Complementary color
Monochromatic Colors of #069FCC
Black with #069FCC
Text Example
Text Example
White with #069FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069FCC; }
p { color: rgb(6,159,204); }
H1.HeaderClassName
{
color: #069FCC;
}
.AnyTagClassName
{
color: #069FCC;
}
</style>
background-color css
<style>
a { background-color: #069FCC; }
a { background-color: rgb(6,159,204); }
div.DivClassName
{
background-color: #069FCC;
}
.BgClassName
{
background-color: #069FCC;
}
</style>
border-color css
<style>
span { border-color: #069FCC; }
span { border-color: rgb(6,159,204); }
td.TdClassName
{
border-color: #069FCC;
}
.TagClassName
{
border-color: #069FCC;
}
</style>