Shades of Cerulean #06749A
Tints of Cerulean #06749A
RGB
CMYK
RGB Variations
Color information
#06749A (or 0x06749A) is known color: Cerulean. HEX triplet: 06, 74 and 9A. RGB value is (6,116,154). Sum of RGB (Red+Green+Blue) = 6+116+154=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #06749A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06749A is #F98B65. Grayscale: #575757. Windows color (decimal): -16354150 or 10122246. OLE color: 10122246.
HSL color Cylindrical-coordinate representation of color #06749A: hue angle of 195.41º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06749A is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 116 | 154 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.40 |
| HSL | 195.41º | 0.93% | 0.31% | - |
| HSV(B) | 195.41º | 0.96% | 0.6% | - |
| XYZ | 12.15 | 14.86 | 32.8 | - |
| YUV | 87.44 | 165.56 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 154 | 0.96 | 0.25 | 0 | 0.40 | 195.41 | 0.93 | 0.31 |
| Hex | 6 | 74 | 9A | 60 | 19 | 0 | 28 | C3 | 5C | 1F |
| Octal | 6 | 164 | 232 | 140 | 31 | 0 | 50 | 303 | 134 | 37 |
| Binary | 110 | 1110100 | 10011010 | 1100000 | 11001 | 0 | 101000 | 11000011 | 1011100 | 11111 |
Color Harmonies of #06749A
Complementary color
Monochromatic Colors of #06749A
Black with #06749A
Text Example
Text Example
White with #06749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06749A; }
p { color: rgb(6,116,154); }
H1.HeaderClassName
{
color: #06749A;
}
.AnyTagClassName
{
color: #06749A;
}
</style>
background-color css
<style>
a { background-color: #06749A; }
a { background-color: rgb(6,116,154); }
div.DivClassName
{
background-color: #06749A;
}
.BgClassName
{
background-color: #06749A;
}
</style>
border-color css
<style>
span { border-color: #06749A; }
span { border-color: rgb(6,116,154); }
td.TdClassName
{
border-color: #06749A;
}
.TagClassName
{
border-color: #06749A;
}
</style>