Shades of Cerulean #006C95
Tints of Cerulean #006C95
RGB
CMYK
RGB Variations
Color information
#006C95 (or 0x006C95) is known color: Cerulean. HEX triplet: 00, 6C and 95. RGB value is (0,108,149). Sum of RGB (Red+Green+Blue) = 0+108+149=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #006C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C95 is #FF936A. Grayscale: #505050. Windows color (decimal): -16749419 or 9792512. OLE color: 9792512.
HSL color Cylindrical-coordinate representation of color #006C95: hue angle of 196.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C95 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 108 | 149 | - |
| CMYK | 1 | 0.28 | 0 | 0.42 |
| HSL | 196.51º | 1% | 0.29% | - |
| HSV(B) | 196.51º | 1% | 0.58% | - |
| XYZ | 10.79 | 12.9 | 30.35 | - |
| YUV | 80.38 | 166.72 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 149 | 1 | 0.28 | 0 | 0.42 | 196.51 | 1 | 0.29 |
| Hex | 0 | 6C | 95 | 64 | 1C | 0 | 2A | C5 | 64 | 1D |
| Octal | 0 | 154 | 225 | 144 | 34 | 0 | 52 | 305 | 144 | 35 |
| Binary | 0 | 1101100 | 10010101 | 1100100 | 11100 | 0 | 101010 | 11000101 | 1100100 | 11101 |
Color Harmonies of #006C95
Complementary color
Monochromatic Colors of #006C95
Black with #006C95
Text Example
Text Example
White with #006C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C95; }
p { color: rgb(0,108,149); }
H1.HeaderClassName
{
color: #006C95;
}
.AnyTagClassName
{
color: #006C95;
}
</style>
background-color css
<style>
a { background-color: #006C95; }
a { background-color: rgb(0,108,149); }
div.DivClassName
{
background-color: #006C95;
}
.BgClassName
{
background-color: #006C95;
}
</style>
border-color css
<style>
span { border-color: #006C95; }
span { border-color: rgb(0,108,149); }
td.TdClassName
{
border-color: #006C95;
}
.TagClassName
{
border-color: #006C95;
}
</style>