Shades of Cerulean #006C9C
Tints of Cerulean #006C9C
RGB
CMYK
RGB Variations
Color information
#006C9C (or 0x006C9C) is known color: Cerulean. HEX triplet: 00, 6C and 9C. RGB value is (0,108,156). Sum of RGB (Red+Green+Blue) = 0+108+156=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #006C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C9C is #FF9363. Grayscale: #505050. Windows color (decimal): -16749412 or 10251264. OLE color: 10251264.
HSL color Cylindrical-coordinate representation of color #006C9C: hue angle of 198.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C9C is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 108 | 156 | - |
| CMYK | 1 | 0.31 | 0 | 0.39 |
| HSL | 198.46º | 1% | 0.31% | - |
| HSV(B) | 198.46º | 1% | 0.61% | - |
| XYZ | 11.36 | 13.13 | 33.39 | - |
| YUV | 81.18 | 170.22 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 156 | 1 | 0.31 | 0 | 0.39 | 198.46 | 1 | 0.31 |
| Hex | 0 | 6C | 9C | 64 | 1F | 0 | 27 | C6 | 64 | 1F |
| Octal | 0 | 154 | 234 | 144 | 37 | 0 | 47 | 306 | 144 | 37 |
| Binary | 0 | 1101100 | 10011100 | 1100100 | 11111 | 0 | 100111 | 11000110 | 1100100 | 11111 |
Color Harmonies of #006C9C
Complementary color
Monochromatic Colors of #006C9C
Black with #006C9C
Text Example
Text Example
White with #006C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C9C; }
p { color: rgb(0,108,156); }
H1.HeaderClassName
{
color: #006C9C;
}
.AnyTagClassName
{
color: #006C9C;
}
</style>
background-color css
<style>
a { background-color: #006C9C; }
a { background-color: rgb(0,108,156); }
div.DivClassName
{
background-color: #006C9C;
}
.BgClassName
{
background-color: #006C9C;
}
</style>
border-color css
<style>
span { border-color: #006C9C; }
span { border-color: rgb(0,108,156); }
td.TdClassName
{
border-color: #006C9C;
}
.TagClassName
{
border-color: #006C9C;
}
</style>