Shades of Havelock Blue #6077CE
Tints of Havelock Blue #6077CE
RGB
CMYK
RGB Variations
Color information
#6077CE (or 0x6077CE) is known color: Havelock Blue. HEX triplet: 60, 77 and CE. RGB value is (96,119,206). Sum of RGB (Red+Green+Blue) = 96+119+206=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #6077CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6077CE is #9F8831. Grayscale: #797979. Windows color (decimal): -10455090 or 13530976. OLE color: 13530976.
HSL color Cylindrical-coordinate representation of color #6077CE: hue angle of 227.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6077CE is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 119 | 206 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.19 |
| HSL | 227.45º | 0.53% | 0.59% | - |
| HSV(B) | 227.45º | 0.53% | 0.81% | - |
| XYZ | 22.56 | 20.14 | 61.09 | - |
| YUV | 122.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 206 | 0.53 | 0.42 | 0 | 0.19 | 227.45 | 0.53 | 0.59 |
| Hex | 60 | 77 | CE | 35 | 2A | 0 | 13 | E3 | 35 | 3B |
| Octal | 140 | 167 | 316 | 65 | 52 | 0 | 23 | 343 | 65 | 73 |
| Binary | 1100000 | 1110111 | 11001110 | 110101 | 101010 | 0 | 10011 | 11100011 | 110101 | 111011 |
Color Harmonies of #6077CE
Complementary color
Monochromatic Colors of #6077CE
Black with #6077CE
Text Example
Text Example
White with #6077CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6077CE; }
p { color: rgb(96,119,206); }
H1.HeaderClassName
{
color: #6077CE;
}
.AnyTagClassName
{
color: #6077CE;
}
</style>
background-color css
<style>
a { background-color: #6077CE; }
a { background-color: rgb(96,119,206); }
div.DivClassName
{
background-color: #6077CE;
}
.BgClassName
{
background-color: #6077CE;
}
</style>
border-color css
<style>
span { border-color: #6077CE; }
span { border-color: rgb(96,119,206); }
td.TdClassName
{
border-color: #6077CE;
}
.TagClassName
{
border-color: #6077CE;
}
</style>