Shades of Cerulean #0676AA
Tints of Cerulean #0676AA
RGB
CMYK
RGB Variations
Color information
#0676AA (or 0x0676AA) is known color: Cerulean. HEX triplet: 06, 76 and AA. RGB value is (6,118,170). Sum of RGB (Red+Green+Blue) = 6+118+170=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #0676AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0676AA is #F98955. Grayscale: #5A5A5A. Windows color (decimal): -16353622 or 11171334. OLE color: 11171334.
HSL color Cylindrical-coordinate representation of color #0676AA: hue angle of 199.02º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0676AA is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 118 | 170 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.33 |
| HSL | 199.02º | 0.93% | 0.35% | - |
| HSV(B) | 199.02º | 0.96% | 0.67% | - |
| XYZ | 13.81 | 15.9 | 40.37 | - |
| YUV | 90.44 | 172.89 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 170 | 0.96 | 0.31 | 0 | 0.33 | 199.02 | 0.93 | 0.35 |
| Hex | 6 | 76 | AA | 60 | 1F | 0 | 21 | C7 | 5D | 23 |
| Octal | 6 | 166 | 252 | 140 | 37 | 0 | 41 | 307 | 135 | 43 |
| Binary | 110 | 1110110 | 10101010 | 1100000 | 11111 | 0 | 100001 | 11000111 | 1011101 | 100011 |
Color Harmonies of #0676AA
Complementary color
Monochromatic Colors of #0676AA
Black with #0676AA
Text Example
Text Example
White with #0676AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0676AA; }
p { color: rgb(6,118,170); }
H1.HeaderClassName
{
color: #0676AA;
}
.AnyTagClassName
{
color: #0676AA;
}
</style>
background-color css
<style>
a { background-color: #0676AA; }
a { background-color: rgb(6,118,170); }
div.DivClassName
{
background-color: #0676AA;
}
.BgClassName
{
background-color: #0676AA;
}
</style>
border-color css
<style>
span { border-color: #0676AA; }
span { border-color: rgb(6,118,170); }
td.TdClassName
{
border-color: #0676AA;
}
.TagClassName
{
border-color: #0676AA;
}
</style>