Shades of Havelock Blue #6077CD
Tints of Havelock Blue #6077CD
RGB
CMYK
RGB Variations
Color information
#6077CD (or 0x6077CD) is known color: Havelock Blue. HEX triplet: 60, 77 and CD. RGB value is (96,119,205). Sum of RGB (Red+Green+Blue) = 96+119+205=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #6077CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6077CD is #9F8832. Grayscale: #797979. Windows color (decimal): -10455091 or 13465440. OLE color: 13465440.
HSL color Cylindrical-coordinate representation of color #6077CD: hue angle of 227.34º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6077CD is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 119 | 205 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.20 |
| HSL | 227.34º | 0.52% | 0.59% | - |
| HSV(B) | 227.34º | 0.53% | 0.8% | - |
| XYZ | 22.44 | 20.09 | 60.45 | - |
| YUV | 121.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 205 | 0.53 | 0.42 | 0 | 0.20 | 227.34 | 0.52 | 0.59 |
| Hex | 60 | 77 | CD | 35 | 2A | 0 | 14 | E3 | 34 | 3B |
| Octal | 140 | 167 | 315 | 65 | 52 | 0 | 24 | 343 | 64 | 73 |
| Binary | 1100000 | 1110111 | 11001101 | 110101 | 101010 | 0 | 10100 | 11100011 | 110100 | 111011 |
Color Harmonies of #6077CD
Complementary color
Monochromatic Colors of #6077CD
Black with #6077CD
Text Example
Text Example
White with #6077CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6077CD; }
p { color: rgb(96,119,205); }
H1.HeaderClassName
{
color: #6077CD;
}
.AnyTagClassName
{
color: #6077CD;
}
</style>
background-color css
<style>
a { background-color: #6077CD; }
a { background-color: rgb(96,119,205); }
div.DivClassName
{
background-color: #6077CD;
}
.BgClassName
{
background-color: #6077CD;
}
</style>
border-color css
<style>
span { border-color: #6077CD; }
span { border-color: rgb(96,119,205); }
td.TdClassName
{
border-color: #6077CD;
}
.TagClassName
{
border-color: #6077CD;
}
</style>