Shades of Cerulean #006E96
Tints of Cerulean #006E96
RGB
CMYK
RGB Variations
Color information
#006E96 (or 0x006E96) is known color: Cerulean. HEX triplet: 00, 6E and 96. RGB value is (0,110,150). Sum of RGB (Red+Green+Blue) = 0+110+150=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #006E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006E96 is #FF9169. Grayscale: #515151. Windows color (decimal): -16748906 or 9858560. OLE color: 9858560.
HSL color Cylindrical-coordinate representation of color #006E96: hue angle of 196º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E96 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 110 | 150 | - |
| CMYK | 1 | 0.27 | 0 | 0.41 |
| HSL | 196º | 1% | 0.29% | - |
| HSV(B) | 196º | 1% | 0.59% | - |
| XYZ | 11.08 | 13.35 | 30.85 | - |
| YUV | 81.67 | 166.56 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 150 | 1 | 0.27 | 0 | 0.41 | 196 | 1 | 0.29 |
| Hex | 0 | 6E | 96 | 64 | 1B | 0 | 29 | C4 | 64 | 1D |
| Octal | 0 | 156 | 226 | 144 | 33 | 0 | 51 | 304 | 144 | 35 |
| Binary | 0 | 1101110 | 10010110 | 1100100 | 11011 | 0 | 101001 | 11000100 | 1100100 | 11101 |
Color Harmonies of #006E96
Complementary color
Monochromatic Colors of #006E96
Black with #006E96
Text Example
Text Example
White with #006E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E96; }
p { color: rgb(0,110,150); }
H1.HeaderClassName
{
color: #006E96;
}
.AnyTagClassName
{
color: #006E96;
}
</style>
background-color css
<style>
a { background-color: #006E96; }
a { background-color: rgb(0,110,150); }
div.DivClassName
{
background-color: #006E96;
}
.BgClassName
{
background-color: #006E96;
}
</style>
border-color css
<style>
span { border-color: #006E96; }
span { border-color: rgb(0,110,150); }
td.TdClassName
{
border-color: #006E96;
}
.TagClassName
{
border-color: #006E96;
}
</style>