Shades of Pacific Blue #069CCC
Tints of Pacific Blue #069CCC
RGB
CMYK
RGB Variations
Color information
#069CCC (or 0x069CCC) is known color: Pacific Blue. HEX triplet: 06, 9C and CC. RGB value is (6,156,204). Sum of RGB (Red+Green+Blue) = 6+156+204=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #069CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CCC is #F96333. Grayscale: #747474. Windows color (decimal): -16343860 or 13409286. OLE color: 13409286.
HSL color Cylindrical-coordinate representation of color #069CCC: hue angle of 194.55º 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 #069CCC is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 156 | 204 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.2 |
| HSL | 194.55º | 0.94% | 0.41% | - |
| HSV(B) | 194.55º | 0.97% | 0.8% | - |
| XYZ | 22.86 | 28.18 | 61.36 | - |
| YUV | 116.62 | 177.31 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 156 | 204 | 0.97 | 0.24 | 0 | 0.2 | 194.55 | 0.94 | 0.41 |
| Hex | 6 | 9C | CC | 61 | 18 | 0 | 14 | C3 | 5E | 29 |
| Octal | 6 | 234 | 314 | 141 | 30 | 0 | 24 | 303 | 136 | 51 |
| Binary | 110 | 10011100 | 11001100 | 1100001 | 11000 | 0 | 10100 | 11000011 | 1011110 | 101001 |
Color Harmonies of #069CCC
Complementary color
Monochromatic Colors of #069CCC
Black with #069CCC
Text Example
Text Example
White with #069CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069CCC; }
p { color: rgb(6,156,204); }
H1.HeaderClassName
{
color: #069CCC;
}
.AnyTagClassName
{
color: #069CCC;
}
</style>
background-color css
<style>
a { background-color: #069CCC; }
a { background-color: rgb(6,156,204); }
div.DivClassName
{
background-color: #069CCC;
}
.BgClassName
{
background-color: #069CCC;
}
</style>
border-color css
<style>
span { border-color: #069CCC; }
span { border-color: rgb(6,156,204); }
td.TdClassName
{
border-color: #069CCC;
}
.TagClassName
{
border-color: #069CCC;
}
</style>