Shades of Cerulean #066D99
Tints of Cerulean #066D99
RGB
CMYK
RGB Variations
Color information
#066D99 (or 0x066D99) is known color: Cerulean. HEX triplet: 06, 6D and 99. RGB value is (6,109,153). Sum of RGB (Red+Green+Blue) = 6+109+153=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #066D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066D99 is #F99266. Grayscale: #525252. Windows color (decimal): -16355943 or 10054918. OLE color: 10054918.
HSL color Cylindrical-coordinate representation of color #066D99: hue angle of 197.96º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066D99 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 109 | 153 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.4 |
| HSL | 197.96º | 0.92% | 0.31% | - |
| HSV(B) | 197.96º | 0.96% | 0.6% | - |
| XYZ | 11.29 | 13.28 | 32.1 | - |
| YUV | 83.22 | 167.38 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 153 | 0.96 | 0.29 | 0 | 0.4 | 197.96 | 0.92 | 0.31 |
| Hex | 6 | 6D | 99 | 60 | 1D | 0 | 28 | C6 | 5C | 1F |
| Octal | 6 | 155 | 231 | 140 | 35 | 0 | 50 | 306 | 134 | 37 |
| Binary | 110 | 1101101 | 10011001 | 1100000 | 11101 | 0 | 101000 | 11000110 | 1011100 | 11111 |
Color Harmonies of #066D99
Complementary color
Monochromatic Colors of #066D99
Black with #066D99
Text Example
Text Example
White with #066D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D99; }
p { color: rgb(6,109,153); }
H1.HeaderClassName
{
color: #066D99;
}
.AnyTagClassName
{
color: #066D99;
}
</style>
background-color css
<style>
a { background-color: #066D99; }
a { background-color: rgb(6,109,153); }
div.DivClassName
{
background-color: #066D99;
}
.BgClassName
{
background-color: #066D99;
}
</style>
border-color css
<style>
span { border-color: #066D99; }
span { border-color: rgb(6,109,153); }
td.TdClassName
{
border-color: #066D99;
}
.TagClassName
{
border-color: #066D99;
}
</style>