Shades of Havelock Blue #657ED8
Tints of Havelock Blue #657ED8
RGB
CMYK
RGB Variations
Color information
#657ED8 (or 0x657ED8) is known color: Havelock Blue. HEX triplet: 65, 7E and D8. RGB value is (101,126,216). Sum of RGB (Red+Green+Blue) = 101+126+216=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #657ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657ED8 is #9A8127. Grayscale: #808080. Windows color (decimal): -10125608 or 14188133. OLE color: 14188133.
HSL color Cylindrical-coordinate representation of color #657ED8: hue angle of 226.96º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #657ED8 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 126 | 216 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.15 |
| HSL | 226.96º | 0.6% | 0.62% | - |
| HSV(B) | 226.96º | 0.53% | 0.85% | - |
| XYZ | 25.22 | 22.65 | 68.01 | - |
| YUV | 128.79 | 177.22 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 216 | 0.53 | 0.42 | 0 | 0.15 | 226.96 | 0.6 | 0.62 |
| Hex | 65 | 7E | D8 | 35 | 2A | 0 | F | E3 | 3C | 3E |
| Octal | 145 | 176 | 330 | 65 | 52 | 0 | 17 | 343 | 74 | 76 |
| Binary | 1100101 | 1111110 | 11011000 | 110101 | 101010 | 0 | 1111 | 11100011 | 111100 | 111110 |
Color Harmonies of #657ED8
Complementary color
Monochromatic Colors of #657ED8
Black with #657ED8
Text Example
Text Example
White with #657ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657ED8; }
p { color: rgb(101,126,216); }
H1.HeaderClassName
{
color: #657ED8;
}
.AnyTagClassName
{
color: #657ED8;
}
</style>
background-color css
<style>
a { background-color: #657ED8; }
a { background-color: rgb(101,126,216); }
div.DivClassName
{
background-color: #657ED8;
}
.BgClassName
{
background-color: #657ED8;
}
</style>
border-color css
<style>
span { border-color: #657ED8; }
span { border-color: rgb(101,126,216); }
td.TdClassName
{
border-color: #657ED8;
}
.TagClassName
{
border-color: #657ED8;
}
</style>