Shades of Cerulean #066CAA
Tints of Cerulean #066CAA
RGB
CMYK
RGB Variations
Color information
#066CAA (or 0x066CAA) is known color: Cerulean. HEX triplet: 06, 6C and AA. RGB value is (6,108,170). Sum of RGB (Red+Green+Blue) = 6+108+170=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #066CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066CAA is #F99355. Grayscale: #545454. Windows color (decimal): -16356182 or 11168774. OLE color: 11168774.
HSL color Cylindrical-coordinate representation of color #066CAA: hue angle of 202.68º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066CAA is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 108 | 170 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.33 |
| HSL | 202.68º | 0.93% | 0.35% | - |
| HSV(B) | 202.68º | 0.96% | 0.67% | - |
| XYZ | 12.69 | 13.67 | 40 | - |
| YUV | 84.57 | 176.21 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 170 | 0.96 | 0.36 | 0 | 0.33 | 202.68 | 0.93 | 0.35 |
| Hex | 6 | 6C | AA | 60 | 24 | 0 | 21 | CB | 5D | 23 |
| Octal | 6 | 154 | 252 | 140 | 44 | 0 | 41 | 313 | 135 | 43 |
| Binary | 110 | 1101100 | 10101010 | 1100000 | 100100 | 0 | 100001 | 11001011 | 1011101 | 100011 |
Color Harmonies of #066CAA
Complementary color
Monochromatic Colors of #066CAA
Black with #066CAA
Text Example
Text Example
White with #066CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CAA; }
p { color: rgb(6,108,170); }
H1.HeaderClassName
{
color: #066CAA;
}
.AnyTagClassName
{
color: #066CAA;
}
</style>
background-color css
<style>
a { background-color: #066CAA; }
a { background-color: rgb(6,108,170); }
div.DivClassName
{
background-color: #066CAA;
}
.BgClassName
{
background-color: #066CAA;
}
</style>
border-color css
<style>
span { border-color: #066CAA; }
span { border-color: rgb(6,108,170); }
td.TdClassName
{
border-color: #066CAA;
}
.TagClassName
{
border-color: #066CAA;
}
</style>