Shades of Havelock Blue #657ED4
Tints of Havelock Blue #657ED4
RGB
CMYK
RGB Variations
Color information
#657ED4 (or 0x657ED4) is known color: Havelock Blue. HEX triplet: 65, 7E and D4. RGB value is (101,126,212). Sum of RGB (Red+Green+Blue) = 101+126+212=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #657ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657ED4 is #9A812B. Grayscale: #7F7F7F. Windows color (decimal): -10125612 or 13925989. OLE color: 13925989.
HSL color Cylindrical-coordinate representation of color #657ED4: hue angle of 226.49º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #657ED4 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 126 | 212 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.17 |
| HSL | 226.49º | 0.56% | 0.61% | - |
| HSV(B) | 226.49º | 0.52% | 0.83% | - |
| XYZ | 24.71 | 22.44 | 65.32 | - |
| YUV | 128.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 212 | 0.52 | 0.41 | 0 | 0.17 | 226.49 | 0.56 | 0.61 |
| Hex | 65 | 7E | D4 | 34 | 29 | 0 | 11 | E2 | 38 | 3D |
| Octal | 145 | 176 | 324 | 64 | 51 | 0 | 21 | 342 | 70 | 75 |
| Binary | 1100101 | 1111110 | 11010100 | 110100 | 101001 | 0 | 10001 | 11100010 | 111000 | 111101 |
Color Harmonies of #657ED4
Complementary color
Monochromatic Colors of #657ED4
Black with #657ED4
Text Example
Text Example
White with #657ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657ED4; }
p { color: rgb(101,126,212); }
H1.HeaderClassName
{
color: #657ED4;
}
.AnyTagClassName
{
color: #657ED4;
}
</style>
background-color css
<style>
a { background-color: #657ED4; }
a { background-color: rgb(101,126,212); }
div.DivClassName
{
background-color: #657ED4;
}
.BgClassName
{
background-color: #657ED4;
}
</style>
border-color css
<style>
span { border-color: #657ED4; }
span { border-color: rgb(101,126,212); }
td.TdClassName
{
border-color: #657ED4;
}
.TagClassName
{
border-color: #657ED4;
}
</style>