Shades of Cerulean #006C93
Tints of Cerulean #006C93
RGB
CMYK
RGB Variations
Color information
#006C93 (or 0x006C93) is known color: Cerulean. HEX triplet: 00, 6C and 93. RGB value is (0,108,147). Sum of RGB (Red+Green+Blue) = 0+108+147=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #006C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C93 is #FF936C. Grayscale: #4F4F4F. Windows color (decimal): -16749421 or 9661440. OLE color: 9661440.
HSL color Cylindrical-coordinate representation of color #006C93: hue angle of 195.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C93 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 108 | 147 | - |
| CMYK | 1 | 0.27 | 0 | 0.42 |
| HSL | 195.92º | 1% | 0.29% | - |
| HSV(B) | 195.92º | 1% | 0.58% | - |
| XYZ | 10.63 | 12.83 | 29.52 | - |
| YUV | 80.15 | 165.72 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 147 | 1 | 0.27 | 0 | 0.42 | 195.92 | 1 | 0.29 |
| Hex | 0 | 6C | 93 | 64 | 1B | 0 | 2A | C4 | 64 | 1D |
| Octal | 0 | 154 | 223 | 144 | 33 | 0 | 52 | 304 | 144 | 35 |
| Binary | 0 | 1101100 | 10010011 | 1100100 | 11011 | 0 | 101010 | 11000100 | 1100100 | 11101 |
Color Harmonies of #006C93
Complementary color
Monochromatic Colors of #006C93
Black with #006C93
Text Example
Text Example
White with #006C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C93; }
p { color: rgb(0,108,147); }
H1.HeaderClassName
{
color: #006C93;
}
.AnyTagClassName
{
color: #006C93;
}
</style>
background-color css
<style>
a { background-color: #006C93; }
a { background-color: rgb(0,108,147); }
div.DivClassName
{
background-color: #006C93;
}
.BgClassName
{
background-color: #006C93;
}
</style>
border-color css
<style>
span { border-color: #006C93; }
span { border-color: rgb(0,108,147); }
td.TdClassName
{
border-color: #006C93;
}
.TagClassName
{
border-color: #006C93;
}
</style>