Shades of Cerulean #06708F
Tints of Cerulean #06708F
RGB
CMYK
RGB Variations
Color information
#06708F (or 0x06708F) is known color: Cerulean. HEX triplet: 06, 70 and 8F. RGB value is (6,112,143). Sum of RGB (Red+Green+Blue) = 6+112+143=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #06708F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06708F is #F98F70. Grayscale: #535353. Windows color (decimal): -16355185 or 9400326. OLE color: 9400326.
HSL color Cylindrical-coordinate representation of color #06708F: hue angle of 193.58º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06708F is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 112 | 143 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.44 |
| HSL | 193.58º | 0.92% | 0.29% | - |
| HSV(B) | 193.58º | 0.96% | 0.56% | - |
| XYZ | 10.83 | 13.61 | 28.04 | - |
| YUV | 83.84 | 161.38 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 143 | 0.96 | 0.22 | 0 | 0.44 | 193.58 | 0.92 | 0.29 |
| Hex | 6 | 70 | 8F | 60 | 16 | 0 | 2C | C2 | 5C | 1D |
| Octal | 6 | 160 | 217 | 140 | 26 | 0 | 54 | 302 | 134 | 35 |
| Binary | 110 | 1110000 | 10001111 | 1100000 | 10110 | 0 | 101100 | 11000010 | 1011100 | 11101 |
Color Harmonies of #06708F
Complementary color
Monochromatic Colors of #06708F
Black with #06708F
Text Example
Text Example
White with #06708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06708F; }
p { color: rgb(6,112,143); }
H1.HeaderClassName
{
color: #06708F;
}
.AnyTagClassName
{
color: #06708F;
}
</style>
background-color css
<style>
a { background-color: #06708F; }
a { background-color: rgb(6,112,143); }
div.DivClassName
{
background-color: #06708F;
}
.BgClassName
{
background-color: #06708F;
}
</style>
border-color css
<style>
span { border-color: #06708F; }
span { border-color: rgb(6,112,143); }
td.TdClassName
{
border-color: #06708F;
}
.TagClassName
{
border-color: #06708F;
}
</style>