Shades of Cerulean #06729E
Tints of Cerulean #06729E
RGB
CMYK
RGB Variations
Color information
#06729E (or 0x06729E) is known color: Cerulean. HEX triplet: 06, 72 and 9E. RGB value is (6,114,158). Sum of RGB (Red+Green+Blue) = 6+114+158=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #06729E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06729E is #F98D61. Grayscale: #565656. Windows color (decimal): -16354658 or 10383878. OLE color: 10383878.
HSL color Cylindrical-coordinate representation of color #06729E: hue angle of 197.37º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06729E is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 114 | 158 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.38 |
| HSL | 197.37º | 0.93% | 0.32% | - |
| HSV(B) | 197.37º | 0.96% | 0.62% | - |
| XYZ | 12.26 | 14.54 | 34.51 | - |
| YUV | 86.72 | 168.22 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 158 | 0.96 | 0.28 | 0 | 0.38 | 197.37 | 0.93 | 0.32 |
| Hex | 6 | 72 | 9E | 60 | 1C | 0 | 26 | C5 | 5D | 20 |
| Octal | 6 | 162 | 236 | 140 | 34 | 0 | 46 | 305 | 135 | 40 |
| Binary | 110 | 1110010 | 10011110 | 1100000 | 11100 | 0 | 100110 | 11000101 | 1011101 | 100000 |
Color Harmonies of #06729E
Complementary color
Monochromatic Colors of #06729E
Black with #06729E
Text Example
Text Example
White with #06729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06729E; }
p { color: rgb(6,114,158); }
H1.HeaderClassName
{
color: #06729E;
}
.AnyTagClassName
{
color: #06729E;
}
</style>
background-color css
<style>
a { background-color: #06729E; }
a { background-color: rgb(6,114,158); }
div.DivClassName
{
background-color: #06729E;
}
.BgClassName
{
background-color: #06729E;
}
</style>
border-color css
<style>
span { border-color: #06729E; }
span { border-color: rgb(6,114,158); }
td.TdClassName
{
border-color: #06729E;
}
.TagClassName
{
border-color: #06729E;
}
</style>