Shades of Cerulean #006C9A
Tints of Cerulean #006C9A
RGB
CMYK
RGB Variations
Color information
#006C9A (or 0x006C9A) is known color: Cerulean. HEX triplet: 00, 6C and 9A. RGB value is (0,108,154). Sum of RGB (Red+Green+Blue) = 0+108+154=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #006C9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C9A is #FF9365. Grayscale: #505050. Windows color (decimal): -16749414 or 10120192. OLE color: 10120192.
HSL color Cylindrical-coordinate representation of color #006C9A: hue angle of 197.92º 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 #006C9A is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 108 | 154 | - |
| CMYK | 1 | 0.30 | 0 | 0.40 |
| HSL | 197.92º | 1% | 0.3% | - |
| HSV(B) | 197.92º | 1% | 0.6% | - |
| XYZ | 11.2 | 13.06 | 32.5 | - |
| YUV | 80.95 | 169.22 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 154 | 1 | 0.30 | 0 | 0.40 | 197.92 | 1 | 0.3 |
| Hex | 0 | 6C | 9A | 64 | 1E | 0 | 28 | C6 | 64 | 1E |
| Octal | 0 | 154 | 232 | 144 | 36 | 0 | 50 | 306 | 144 | 36 |
| Binary | 0 | 1101100 | 10011010 | 1100100 | 11110 | 0 | 101000 | 11000110 | 1100100 | 11110 |
Color Harmonies of #006C9A
Complementary color
Monochromatic Colors of #006C9A
Black with #006C9A
Text Example
Text Example
White with #006C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C9A; }
p { color: rgb(0,108,154); }
H1.HeaderClassName
{
color: #006C9A;
}
.AnyTagClassName
{
color: #006C9A;
}
</style>
background-color css
<style>
a { background-color: #006C9A; }
a { background-color: rgb(0,108,154); }
div.DivClassName
{
background-color: #006C9A;
}
.BgClassName
{
background-color: #006C9A;
}
</style>
border-color css
<style>
span { border-color: #006C9A; }
span { border-color: rgb(0,108,154); }
td.TdClassName
{
border-color: #006C9A;
}
.TagClassName
{
border-color: #006C9A;
}
</style>