Shades of Cerulean #006FA6
Tints of Cerulean #006FA6
RGB
CMYK
RGB Variations
Color information
#006FA6 (or 0x006FA6) is known color: Cerulean. HEX triplet: 00, 6F and A6. RGB value is (0,111,166). Sum of RGB (Red+Green+Blue) = 0+111+166=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 166 (65.23% from 255 or 59.93% from 277); Max value from RGB is 166 - color contains mainly: blue. Hex color #006FA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FA6 is #FF9059. Grayscale: #535353. Windows color (decimal): -16748634 or 10907392. OLE color: 10907392.
HSL color Cylindrical-coordinate representation of color #006FA6: hue angle of 199.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FA6 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 111 | 166 | - |
| CMYK | 1 | 0.33 | 0 | 0.35 |
| HSL | 199.88º | 1% | 0.33% | - |
| HSV(B) | 199.88º | 1% | 0.65% | - |
| XYZ | 12.57 | 14.12 | 38.14 | - |
| YUV | 84.08 | 174.23 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 166 | 1 | 0.33 | 0 | 0.35 | 199.88 | 1 | 0.33 |
| Hex | 0 | 6F | A6 | 64 | 21 | 0 | 23 | C8 | 64 | 21 |
| Octal | 0 | 157 | 246 | 144 | 41 | 0 | 43 | 310 | 144 | 41 |
| Binary | 0 | 1101111 | 10100110 | 1100100 | 100001 | 0 | 100011 | 11001000 | 1100100 | 100001 |
Color Harmonies of #006FA6
Complementary color
Monochromatic Colors of #006FA6
Black with #006FA6
Text Example
Text Example
White with #006FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FA6; }
p { color: rgb(0,111,166); }
H1.HeaderClassName
{
color: #006FA6;
}
.AnyTagClassName
{
color: #006FA6;
}
</style>
background-color css
<style>
a { background-color: #006FA6; }
a { background-color: rgb(0,111,166); }
div.DivClassName
{
background-color: #006FA6;
}
.BgClassName
{
background-color: #006FA6;
}
</style>
border-color css
<style>
span { border-color: #006FA6; }
span { border-color: rgb(0,111,166); }
td.TdClassName
{
border-color: #006FA6;
}
.TagClassName
{
border-color: #006FA6;
}
</style>