Shades of Cerulean #006C90
Tints of Cerulean #006C90
RGB
CMYK
RGB Variations
Color information
#006C90 (or 0x006C90) is known color: Cerulean. HEX triplet: 00, 6C and 90. RGB value is (0,108,144). Sum of RGB (Red+Green+Blue) = 0+108+144=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #006C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C90 is #FF936F. Grayscale: #4F4F4F. Windows color (decimal): -16749424 or 9464832. OLE color: 9464832.
HSL color Cylindrical-coordinate representation of color #006C90: hue angle of 195º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C90 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 108 | 144 | - |
| CMYK | 1 | 0.25 | 0 | 0.44 |
| HSL | 195º | 1% | 0.28% | - |
| HSV(B) | 195º | 1% | 0.56% | - |
| XYZ | 10.4 | 12.74 | 28.3 | - |
| YUV | 79.81 | 164.22 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 144 | 1 | 0.25 | 0 | 0.44 | 195 | 1 | 0.28 |
| Hex | 0 | 6C | 90 | 64 | 19 | 0 | 2C | C3 | 64 | 1C |
| Octal | 0 | 154 | 220 | 144 | 31 | 0 | 54 | 303 | 144 | 34 |
| Binary | 0 | 1101100 | 10010000 | 1100100 | 11001 | 0 | 101100 | 11000011 | 1100100 | 11100 |
Color Harmonies of #006C90
Complementary color
Monochromatic Colors of #006C90
Black with #006C90
Text Example
Text Example
White with #006C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C90; }
p { color: rgb(0,108,144); }
H1.HeaderClassName
{
color: #006C90;
}
.AnyTagClassName
{
color: #006C90;
}
</style>
background-color css
<style>
a { background-color: #006C90; }
a { background-color: rgb(0,108,144); }
div.DivClassName
{
background-color: #006C90;
}
.BgClassName
{
background-color: #006C90;
}
</style>
border-color css
<style>
span { border-color: #006C90; }
span { border-color: rgb(0,108,144); }
td.TdClassName
{
border-color: #006C90;
}
.TagClassName
{
border-color: #006C90;
}
</style>