Shades of Havelock Blue #657AD4
Tints of Havelock Blue #657AD4
RGB
CMYK
RGB Variations
Color information
#657AD4 (or 0x657AD4) is known color: Havelock Blue. HEX triplet: 65, 7A and D4. RGB value is (101,122,212). Sum of RGB (Red+Green+Blue) = 101+122+212=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #657AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657AD4 is #9A852B. Grayscale: #7D7D7D. Windows color (decimal): -10126636 or 13924965. OLE color: 13924965.
HSL color Cylindrical-coordinate representation of color #657AD4: hue angle of 228.65º 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 #657AD4 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 122 | 212 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.17 |
| HSL | 228.65º | 0.56% | 0.61% | - |
| HSV(B) | 228.65º | 0.52% | 0.83% | - |
| XYZ | 24.21 | 21.44 | 65.15 | - |
| YUV | 125.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 212 | 0.52 | 0.42 | 0 | 0.17 | 228.65 | 0.56 | 0.61 |
| Hex | 65 | 7A | D4 | 34 | 2A | 0 | 11 | E5 | 38 | 3D |
| Octal | 145 | 172 | 324 | 64 | 52 | 0 | 21 | 345 | 70 | 75 |
| Binary | 1100101 | 1111010 | 11010100 | 110100 | 101010 | 0 | 10001 | 11100101 | 111000 | 111101 |
Color Harmonies of #657AD4
Complementary color
Monochromatic Colors of #657AD4
Black with #657AD4
Text Example
Text Example
White with #657AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657AD4; }
p { color: rgb(101,122,212); }
H1.HeaderClassName
{
color: #657AD4;
}
.AnyTagClassName
{
color: #657AD4;
}
</style>
background-color css
<style>
a { background-color: #657AD4; }
a { background-color: rgb(101,122,212); }
div.DivClassName
{
background-color: #657AD4;
}
.BgClassName
{
background-color: #657AD4;
}
</style>
border-color css
<style>
span { border-color: #657AD4; }
span { border-color: rgb(101,122,212); }
td.TdClassName
{
border-color: #657AD4;
}
.TagClassName
{
border-color: #657AD4;
}
</style>