Shades of Cerulean #006A99
Tints of Cerulean #006A99
RGB
CMYK
RGB Variations
Color information
#006A99 (or 0x006A99) is known color: Cerulean. HEX triplet: 00, 6A and 99. RGB value is (0,106,153). Sum of RGB (Red+Green+Blue) = 0+106+153=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #006A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006A99 is #FF9566. Grayscale: #4F4F4F. Windows color (decimal): -16749927 or 10054144. OLE color: 10054144.
HSL color Cylindrical-coordinate representation of color #006A99: hue angle of 198.43º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A99 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 106 | 153 | - |
| CMYK | 1 | 0.31 | 0 | 0.4 |
| HSL | 198.43º | 1% | 0.3% | - |
| HSV(B) | 198.43º | 1% | 0.6% | - |
| XYZ | 10.9 | 12.61 | 32 | - |
| YUV | 79.66 | 169.38 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 153 | 1 | 0.31 | 0 | 0.4 | 198.43 | 1 | 0.3 |
| Hex | 0 | 6A | 99 | 64 | 1F | 0 | 28 | C6 | 64 | 1E |
| Octal | 0 | 152 | 231 | 144 | 37 | 0 | 50 | 306 | 144 | 36 |
| Binary | 0 | 1101010 | 10011001 | 1100100 | 11111 | 0 | 101000 | 11000110 | 1100100 | 11110 |
Color Harmonies of #006A99
Complementary color
Monochromatic Colors of #006A99
Black with #006A99
Text Example
Text Example
White with #006A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006A99; }
p { color: rgb(0,106,153); }
H1.HeaderClassName
{
color: #006A99;
}
.AnyTagClassName
{
color: #006A99;
}
</style>
background-color css
<style>
a { background-color: #006A99; }
a { background-color: rgb(0,106,153); }
div.DivClassName
{
background-color: #006A99;
}
.BgClassName
{
background-color: #006A99;
}
</style>
border-color css
<style>
span { border-color: #006A99; }
span { border-color: rgb(0,106,153); }
td.TdClassName
{
border-color: #006A99;
}
.TagClassName
{
border-color: #006A99;
}
</style>