Shades of Cerulean #006C9D
Tints of Cerulean #006C9D
RGB
CMYK
RGB Variations
Color information
#006C9D (or 0x006C9D) is known color: Cerulean. HEX triplet: 00, 6C and 9D. RGB value is (0,108,157). Sum of RGB (Red+Green+Blue) = 0+108+157=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #006C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C9D is #FF9362. Grayscale: #505050. Windows color (decimal): -16749411 or 10316800. OLE color: 10316800.
HSL color Cylindrical-coordinate representation of color #006C9D: hue angle of 198.73º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C9D is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 108 | 157 | - |
| CMYK | 1 | 0.31 | 0 | 0.38 |
| HSL | 198.73º | 1% | 0.31% | - |
| HSV(B) | 198.73º | 1% | 0.62% | - |
| XYZ | 11.45 | 13.16 | 33.83 | - |
| YUV | 81.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 157 | 1 | 0.31 | 0 | 0.38 | 198.73 | 1 | 0.31 |
| Hex | 0 | 6C | 9D | 64 | 1F | 0 | 26 | C7 | 64 | 1F |
| Octal | 0 | 154 | 235 | 144 | 37 | 0 | 46 | 307 | 144 | 37 |
| Binary | 0 | 1101100 | 10011101 | 1100100 | 11111 | 0 | 100110 | 11000111 | 1100100 | 11111 |
Color Harmonies of #006C9D
Complementary color
Monochromatic Colors of #006C9D
Black with #006C9D
Text Example
Text Example
White with #006C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C9D; }
p { color: rgb(0,108,157); }
H1.HeaderClassName
{
color: #006C9D;
}
.AnyTagClassName
{
color: #006C9D;
}
</style>
background-color css
<style>
a { background-color: #006C9D; }
a { background-color: rgb(0,108,157); }
div.DivClassName
{
background-color: #006C9D;
}
.BgClassName
{
background-color: #006C9D;
}
</style>
border-color css
<style>
span { border-color: #006C9D; }
span { border-color: rgb(0,108,157); }
td.TdClassName
{
border-color: #006C9D;
}
.TagClassName
{
border-color: #006C9D;
}
</style>