Shades of Cerulean #006C8D
Tints of Cerulean #006C8D
RGB
CMYK
RGB Variations
Color information
#006C8D (or 0x006C8D) is known color: Cerulean. HEX triplet: 00, 6C and 8D. RGB value is (0,108,141). Sum of RGB (Red+Green+Blue) = 0+108+141=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #006C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C8D is #FF9372. Grayscale: #4F4F4F. Windows color (decimal): -16749427 or 9268224. OLE color: 9268224.
HSL color Cylindrical-coordinate representation of color #006C8D: hue angle of 194.04º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C8D is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 108 | 141 | - |
| CMYK | 1 | 0.23 | 0 | 0.45 |
| HSL | 194.04º | 1% | 0.28% | - |
| HSV(B) | 194.04º | 1% | 0.55% | - |
| XYZ | 10.17 | 12.65 | 27.1 | - |
| YUV | 79.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 141 | 1 | 0.23 | 0 | 0.45 | 194.04 | 1 | 0.28 |
| Hex | 0 | 6C | 8D | 64 | 17 | 0 | 2D | C2 | 64 | 1C |
| Octal | 0 | 154 | 215 | 144 | 27 | 0 | 55 | 302 | 144 | 34 |
| Binary | 0 | 1101100 | 10001101 | 1100100 | 10111 | 0 | 101101 | 11000010 | 1100100 | 11100 |
Color Harmonies of #006C8D
Complementary color
Monochromatic Colors of #006C8D
Black with #006C8D
Text Example
Text Example
White with #006C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C8D; }
p { color: rgb(0,108,141); }
H1.HeaderClassName
{
color: #006C8D;
}
.AnyTagClassName
{
color: #006C8D;
}
</style>
background-color css
<style>
a { background-color: #006C8D; }
a { background-color: rgb(0,108,141); }
div.DivClassName
{
background-color: #006C8D;
}
.BgClassName
{
background-color: #006C8D;
}
</style>
border-color css
<style>
span { border-color: #006C8D; }
span { border-color: rgb(0,108,141); }
td.TdClassName
{
border-color: #006C8D;
}
.TagClassName
{
border-color: #006C8D;
}
</style>