Shades of Havelock Blue #657ED6
Tints of Havelock Blue #657ED6
RGB
CMYK
RGB Variations
Color information
#657ED6 (or 0x657ED6) is known color: Havelock Blue. HEX triplet: 65, 7E and D6. RGB value is (101,126,214). Sum of RGB (Red+Green+Blue) = 101+126+214=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #657ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657ED6 is #9A8129. Grayscale: #808080. Windows color (decimal): -10125610 or 14057061. OLE color: 14057061.
HSL color Cylindrical-coordinate representation of color #657ED6: hue angle of 226.73º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #657ED6 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 126 | 214 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.16 |
| HSL | 226.73º | 0.58% | 0.62% | - |
| HSV(B) | 226.73º | 0.53% | 0.84% | - |
| XYZ | 24.97 | 22.54 | 66.65 | - |
| YUV | 128.56 | 176.22 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 214 | 0.53 | 0.41 | 0 | 0.16 | 226.73 | 0.58 | 0.62 |
| Hex | 65 | 7E | D6 | 35 | 29 | 0 | 10 | E3 | 3A | 3E |
| Octal | 145 | 176 | 326 | 65 | 51 | 0 | 20 | 343 | 72 | 76 |
| Binary | 1100101 | 1111110 | 11010110 | 110101 | 101001 | 0 | 10000 | 11100011 | 111010 | 111110 |
Color Harmonies of #657ED6
Complementary color
Monochromatic Colors of #657ED6
Black with #657ED6
Text Example
Text Example
White with #657ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657ED6; }
p { color: rgb(101,126,214); }
H1.HeaderClassName
{
color: #657ED6;
}
.AnyTagClassName
{
color: #657ED6;
}
</style>
background-color css
<style>
a { background-color: #657ED6; }
a { background-color: rgb(101,126,214); }
div.DivClassName
{
background-color: #657ED6;
}
.BgClassName
{
background-color: #657ED6;
}
</style>
border-color css
<style>
span { border-color: #657ED6; }
span { border-color: rgb(101,126,214); }
td.TdClassName
{
border-color: #657ED6;
}
.TagClassName
{
border-color: #657ED6;
}
</style>