Shades of Cerulean #06749D
Tints of Cerulean #06749D
RGB
CMYK
RGB Variations
Color information
#06749D (or 0x06749D) is known color: Cerulean. HEX triplet: 06, 74 and 9D. RGB value is (6,116,157). Sum of RGB (Red+Green+Blue) = 6+116+157=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #06749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06749D is #F98B62. Grayscale: #575757. Windows color (decimal): -16354147 or 10318854. OLE color: 10318854.
HSL color Cylindrical-coordinate representation of color #06749D: hue angle of 196.29º 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 #06749D is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 116 | 157 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.38 |
| HSL | 196.29º | 0.93% | 0.32% | - |
| HSV(B) | 196.29º | 0.96% | 0.62% | - |
| XYZ | 12.41 | 14.96 | 34.13 | - |
| YUV | 87.78 | 167.06 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 157 | 0.96 | 0.26 | 0 | 0.38 | 196.29 | 0.93 | 0.32 |
| Hex | 6 | 74 | 9D | 60 | 1A | 0 | 26 | C4 | 5D | 20 |
| Octal | 6 | 164 | 235 | 140 | 32 | 0 | 46 | 304 | 135 | 40 |
| Binary | 110 | 1110100 | 10011101 | 1100000 | 11010 | 0 | 100110 | 11000100 | 1011101 | 100000 |
Color Harmonies of #06749D
Complementary color
Monochromatic Colors of #06749D
Black with #06749D
Text Example
Text Example
White with #06749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06749D; }
p { color: rgb(6,116,157); }
H1.HeaderClassName
{
color: #06749D;
}
.AnyTagClassName
{
color: #06749D;
}
</style>
background-color css
<style>
a { background-color: #06749D; }
a { background-color: rgb(6,116,157); }
div.DivClassName
{
background-color: #06749D;
}
.BgClassName
{
background-color: #06749D;
}
</style>
border-color css
<style>
span { border-color: #06749D; }
span { border-color: rgb(6,116,157); }
td.TdClassName
{
border-color: #06749D;
}
.TagClassName
{
border-color: #06749D;
}
</style>