Shades of Havelock Blue #657DD4
Tints of Havelock Blue #657DD4
RGB
CMYK
RGB Variations
Color information
#657DD4 (or 0x657DD4) is known color: Havelock Blue. HEX triplet: 65, 7D and D4. RGB value is (101,125,212). Sum of RGB (Red+Green+Blue) = 101+125+212=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #657DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DD4 is #9A822B. Grayscale: #7F7F7F. Windows color (decimal): -10125868 or 13925733. OLE color: 13925733.
HSL color Cylindrical-coordinate representation of color #657DD4: hue angle of 227.03º 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 #657DD4 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 125 | 212 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.17 |
| HSL | 227.03º | 0.56% | 0.61% | - |
| HSV(B) | 227.03º | 0.52% | 0.83% | - |
| XYZ | 24.58 | 22.19 | 65.27 | - |
| YUV | 127.74 | 175.55 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 212 | 0.52 | 0.41 | 0 | 0.17 | 227.03 | 0.56 | 0.61 |
| Hex | 65 | 7D | D4 | 34 | 29 | 0 | 11 | E3 | 38 | 3D |
| Octal | 145 | 175 | 324 | 64 | 51 | 0 | 21 | 343 | 70 | 75 |
| Binary | 1100101 | 1111101 | 11010100 | 110100 | 101001 | 0 | 10001 | 11100011 | 111000 | 111101 |
Color Harmonies of #657DD4
Complementary color
Monochromatic Colors of #657DD4
Black with #657DD4
Text Example
Text Example
White with #657DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DD4; }
p { color: rgb(101,125,212); }
H1.HeaderClassName
{
color: #657DD4;
}
.AnyTagClassName
{
color: #657DD4;
}
</style>
background-color css
<style>
a { background-color: #657DD4; }
a { background-color: rgb(101,125,212); }
div.DivClassName
{
background-color: #657DD4;
}
.BgClassName
{
background-color: #657DD4;
}
</style>
border-color css
<style>
span { border-color: #657DD4; }
span { border-color: rgb(101,125,212); }
td.TdClassName
{
border-color: #657DD4;
}
.TagClassName
{
border-color: #657DD4;
}
</style>