Shades of Havelock Blue #657EBC
Tints of Havelock Blue #657EBC
RGB
CMYK
RGB Variations
Color information
#657EBC (or 0x657EBC) is known color: Havelock Blue. HEX triplet: 65, 7E and BC. RGB value is (101,126,188). Sum of RGB (Red+Green+Blue) = 101+126+188=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #657EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657EBC is #9A8143. Grayscale: #7D7D7D. Windows color (decimal): -10125636 or 12353125. OLE color: 12353125.
HSL color Cylindrical-coordinate representation of color #657EBC: hue angle of 222.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #657EBC is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 126 | 188 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.26 |
| HSL | 222.76º | 0.39% | 0.57% | - |
| HSV(B) | 222.76º | 0.46% | 0.74% | - |
| XYZ | 21.9 | 21.32 | 50.54 | - |
| YUV | 125.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 188 | 0.46 | 0.33 | 0 | 0.26 | 222.76 | 0.39 | 0.57 |
| Hex | 65 | 7E | BC | 2E | 21 | 0 | 1A | DF | 27 | 39 |
| Octal | 145 | 176 | 274 | 56 | 41 | 0 | 32 | 337 | 47 | 71 |
| Binary | 1100101 | 1111110 | 10111100 | 101110 | 100001 | 0 | 11010 | 11011111 | 100111 | 111001 |
Color Harmonies of #657EBC
Complementary color
Monochromatic Colors of #657EBC
Black with #657EBC
Text Example
Text Example
White with #657EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657EBC; }
p { color: rgb(101,126,188); }
H1.HeaderClassName
{
color: #657EBC;
}
.AnyTagClassName
{
color: #657EBC;
}
</style>
background-color css
<style>
a { background-color: #657EBC; }
a { background-color: rgb(101,126,188); }
div.DivClassName
{
background-color: #657EBC;
}
.BgClassName
{
background-color: #657EBC;
}
</style>
border-color css
<style>
span { border-color: #657EBC; }
span { border-color: rgb(101,126,188); }
td.TdClassName
{
border-color: #657EBC;
}
.TagClassName
{
border-color: #657EBC;
}
</style>