Shades of Cerulean #06699C
Tints of Cerulean #06699C
RGB
CMYK
RGB Variations
Color information
#06699C (or 0x06699C) is known color: Cerulean. HEX triplet: 06, 69 and 9C. RGB value is (6,105,156). Sum of RGB (Red+Green+Blue) = 6+105+156=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #06699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06699C is #F99663. Grayscale: #505050. Windows color (decimal): -16356964 or 10250502. OLE color: 10250502.
HSL color Cylindrical-coordinate representation of color #06699C: hue angle of 200.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06699C is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 105 | 156 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.39 |
| HSL | 200.4º | 0.93% | 0.32% | - |
| HSV(B) | 200.4º | 0.96% | 0.61% | - |
| XYZ | 11.13 | 12.54 | 33.29 | - |
| YUV | 81.21 | 170.2 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 156 | 0.96 | 0.33 | 0 | 0.39 | 200.4 | 0.93 | 0.32 |
| Hex | 6 | 69 | 9C | 60 | 21 | 0 | 27 | C8 | 5D | 20 |
| Octal | 6 | 151 | 234 | 140 | 41 | 0 | 47 | 310 | 135 | 40 |
| Binary | 110 | 1101001 | 10011100 | 1100000 | 100001 | 0 | 100111 | 11001000 | 1011101 | 100000 |
Color Harmonies of #06699C
Complementary color
Monochromatic Colors of #06699C
Black with #06699C
Text Example
Text Example
White with #06699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06699C; }
p { color: rgb(6,105,156); }
H1.HeaderClassName
{
color: #06699C;
}
.AnyTagClassName
{
color: #06699C;
}
</style>
background-color css
<style>
a { background-color: #06699C; }
a { background-color: rgb(6,105,156); }
div.DivClassName
{
background-color: #06699C;
}
.BgClassName
{
background-color: #06699C;
}
</style>
border-color css
<style>
span { border-color: #06699C; }
span { border-color: rgb(6,105,156); }
td.TdClassName
{
border-color: #06699C;
}
.TagClassName
{
border-color: #06699C;
}
</style>