Shades of Cerulean #066C93
Tints of Cerulean #066C93
RGB
CMYK
RGB Variations
Color information
#066C93 (or 0x066C93) is known color: Cerulean. HEX triplet: 06, 6C and 93. RGB value is (6,108,147). Sum of RGB (Red+Green+Blue) = 6+108+147=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #066C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066C93 is #F9936C. Grayscale: #515151. Windows color (decimal): -16356205 or 9661446. OLE color: 9661446.
HSL color Cylindrical-coordinate representation of color #066C93: hue angle of 196.6º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066C93 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 108 | 147 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.42 |
| HSL | 196.6º | 0.92% | 0.3% | - |
| HSV(B) | 196.6º | 0.96% | 0.58% | - |
| XYZ | 10.7 | 12.87 | 29.52 | - |
| YUV | 81.95 | 164.71 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 147 | 0.96 | 0.27 | 0 | 0.42 | 196.6 | 0.92 | 0.3 |
| Hex | 6 | 6C | 93 | 60 | 1B | 0 | 2A | C5 | 5C | 1E |
| Octal | 6 | 154 | 223 | 140 | 33 | 0 | 52 | 305 | 134 | 36 |
| Binary | 110 | 1101100 | 10010011 | 1100000 | 11011 | 0 | 101010 | 11000101 | 1011100 | 11110 |
Color Harmonies of #066C93
Complementary color
Monochromatic Colors of #066C93
Black with #066C93
Text Example
Text Example
White with #066C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C93; }
p { color: rgb(6,108,147); }
H1.HeaderClassName
{
color: #066C93;
}
.AnyTagClassName
{
color: #066C93;
}
</style>
background-color css
<style>
a { background-color: #066C93; }
a { background-color: rgb(6,108,147); }
div.DivClassName
{
background-color: #066C93;
}
.BgClassName
{
background-color: #066C93;
}
</style>
border-color css
<style>
span { border-color: #066C93; }
span { border-color: rgb(6,108,147); }
td.TdClassName
{
border-color: #066C93;
}
.TagClassName
{
border-color: #066C93;
}
</style>