Shades of Cerulean #06709B
Tints of Cerulean #06709B
RGB
CMYK
RGB Variations
Color information
#06709B (or 0x06709B) is known color: Cerulean. HEX triplet: 06, 70 and 9B. RGB value is (6,112,155). Sum of RGB (Red+Green+Blue) = 6+112+155=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #06709B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06709B is #F98F64. Grayscale: #545454. Windows color (decimal): -16355173 or 10186758. OLE color: 10186758.
HSL color Cylindrical-coordinate representation of color #06709B: hue angle of 197.32º 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 #06709B is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 112 | 155 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.39 |
| HSL | 197.32º | 0.93% | 0.32% | - |
| HSV(B) | 197.32º | 0.96% | 0.61% | - |
| XYZ | 11.79 | 13.99 | 33.09 | - |
| YUV | 85.21 | 167.38 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 155 | 0.96 | 0.28 | 0 | 0.39 | 197.32 | 0.93 | 0.32 |
| Hex | 6 | 70 | 9B | 60 | 1C | 0 | 27 | C5 | 5D | 20 |
| Octal | 6 | 160 | 233 | 140 | 34 | 0 | 47 | 305 | 135 | 40 |
| Binary | 110 | 1110000 | 10011011 | 1100000 | 11100 | 0 | 100111 | 11000101 | 1011101 | 100000 |
Color Harmonies of #06709B
Complementary color
Monochromatic Colors of #06709B
Black with #06709B
Text Example
Text Example
White with #06709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06709B; }
p { color: rgb(6,112,155); }
H1.HeaderClassName
{
color: #06709B;
}
.AnyTagClassName
{
color: #06709B;
}
</style>
background-color css
<style>
a { background-color: #06709B; }
a { background-color: rgb(6,112,155); }
div.DivClassName
{
background-color: #06709B;
}
.BgClassName
{
background-color: #06709B;
}
</style>
border-color css
<style>
span { border-color: #06709B; }
span { border-color: rgb(6,112,155); }
td.TdClassName
{
border-color: #06709B;
}
.TagClassName
{
border-color: #06709B;
}
</style>