Shades of Cerulean #066C9A
Tints of Cerulean #066C9A
RGB
CMYK
RGB Variations
Color information
#066C9A (or 0x066C9A) is known color: Cerulean. HEX triplet: 06, 6C and 9A. RGB value is (6,108,154). Sum of RGB (Red+Green+Blue) = 6+108+154=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #066C9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066C9A is #F99365. Grayscale: #525252. Windows color (decimal): -16356198 or 10120198. OLE color: 10120198.
HSL color Cylindrical-coordinate representation of color #066C9A: hue angle of 198.65º degrees, saturation: 0.93, 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 #066C9A is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 108 | 154 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.40 |
| HSL | 198.65º | 0.93% | 0.31% | - |
| HSV(B) | 198.65º | 0.96% | 0.6% | - |
| XYZ | 11.27 | 13.1 | 32.51 | - |
| YUV | 82.75 | 168.21 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 154 | 0.96 | 0.30 | 0 | 0.40 | 198.65 | 0.93 | 0.31 |
| Hex | 6 | 6C | 9A | 60 | 1E | 0 | 28 | C7 | 5C | 1F |
| Octal | 6 | 154 | 232 | 140 | 36 | 0 | 50 | 307 | 134 | 37 |
| Binary | 110 | 1101100 | 10011010 | 1100000 | 11110 | 0 | 101000 | 11000111 | 1011100 | 11111 |
Color Harmonies of #066C9A
Complementary color
Monochromatic Colors of #066C9A
Black with #066C9A
Text Example
Text Example
White with #066C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C9A; }
p { color: rgb(6,108,154); }
H1.HeaderClassName
{
color: #066C9A;
}
.AnyTagClassName
{
color: #066C9A;
}
</style>
background-color css
<style>
a { background-color: #066C9A; }
a { background-color: rgb(6,108,154); }
div.DivClassName
{
background-color: #066C9A;
}
.BgClassName
{
background-color: #066C9A;
}
</style>
border-color css
<style>
span { border-color: #066C9A; }
span { border-color: rgb(6,108,154); }
td.TdClassName
{
border-color: #066C9A;
}
.TagClassName
{
border-color: #066C9A;
}
</style>