Shades of Havelock Blue #657ECC
Tints of Havelock Blue #657ECC
RGB
CMYK
RGB Variations
Color information
#657ECC (or 0x657ECC) is known color: Havelock Blue. HEX triplet: 65, 7E and CC. RGB value is (101,126,204). Sum of RGB (Red+Green+Blue) = 101+126+204=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #657ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657ECC is #9A8133. Grayscale: #7F7F7F. Windows color (decimal): -10125620 or 13401701. OLE color: 13401701.
HSL color Cylindrical-coordinate representation of color #657ECC: hue angle of 225.44º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #657ECC is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 126 | 204 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.2 |
| HSL | 225.44º | 0.5% | 0.6% | - |
| HSV(B) | 225.44º | 0.5% | 0.8% | - |
| XYZ | 23.73 | 22.05 | 60.13 | - |
| YUV | 127.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 204 | 0.50 | 0.38 | 0 | 0.2 | 225.44 | 0.5 | 0.6 |
| Hex | 65 | 7E | CC | 32 | 26 | 0 | 14 | E1 | 32 | 3C |
| Octal | 145 | 176 | 314 | 62 | 46 | 0 | 24 | 341 | 62 | 74 |
| Binary | 1100101 | 1111110 | 11001100 | 110010 | 100110 | 0 | 10100 | 11100001 | 110010 | 111100 |
Color Harmonies of #657ECC
Complementary color
Monochromatic Colors of #657ECC
Black with #657ECC
Text Example
Text Example
White with #657ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657ECC; }
p { color: rgb(101,126,204); }
H1.HeaderClassName
{
color: #657ECC;
}
.AnyTagClassName
{
color: #657ECC;
}
</style>
background-color css
<style>
a { background-color: #657ECC; }
a { background-color: rgb(101,126,204); }
div.DivClassName
{
background-color: #657ECC;
}
.BgClassName
{
background-color: #657ECC;
}
</style>
border-color css
<style>
span { border-color: #657ECC; }
span { border-color: rgb(101,126,204); }
td.TdClassName
{
border-color: #657ECC;
}
.TagClassName
{
border-color: #657ECC;
}
</style>