Shades of Cerulean #066C8F
Tints of Cerulean #066C8F
RGB
CMYK
RGB Variations
Color information
#066C8F (or 0x066C8F) is known color: Cerulean. HEX triplet: 06, 6C and 8F. RGB value is (6,108,143). Sum of RGB (Red+Green+Blue) = 6+108+143=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #066C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066C8F is #F99370. Grayscale: #515151. Windows color (decimal): -16356209 or 9399302. OLE color: 9399302.
HSL color Cylindrical-coordinate representation of color #066C8F: hue angle of 195.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066C8F is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 108 | 143 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.44 |
| HSL | 195.33º | 0.92% | 0.29% | - |
| HSV(B) | 195.33º | 0.96% | 0.56% | - |
| XYZ | 10.4 | 12.75 | 27.9 | - |
| YUV | 81.49 | 162.71 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 143 | 0.96 | 0.24 | 0 | 0.44 | 195.33 | 0.92 | 0.29 |
| Hex | 6 | 6C | 8F | 60 | 18 | 0 | 2C | C3 | 5C | 1D |
| Octal | 6 | 154 | 217 | 140 | 30 | 0 | 54 | 303 | 134 | 35 |
| Binary | 110 | 1101100 | 10001111 | 1100000 | 11000 | 0 | 101100 | 11000011 | 1011100 | 11101 |
Color Harmonies of #066C8F
Complementary color
Monochromatic Colors of #066C8F
Black with #066C8F
Text Example
Text Example
White with #066C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C8F; }
p { color: rgb(6,108,143); }
H1.HeaderClassName
{
color: #066C8F;
}
.AnyTagClassName
{
color: #066C8F;
}
</style>
background-color css
<style>
a { background-color: #066C8F; }
a { background-color: rgb(6,108,143); }
div.DivClassName
{
background-color: #066C8F;
}
.BgClassName
{
background-color: #066C8F;
}
</style>
border-color css
<style>
span { border-color: #066C8F; }
span { border-color: rgb(6,108,143); }
td.TdClassName
{
border-color: #066C8F;
}
.TagClassName
{
border-color: #066C8F;
}
</style>