Shades of Havelock Blue #657DD1
Tints of Havelock Blue #657DD1
RGB
CMYK
RGB Variations
Color information
#657DD1 (or 0x657DD1) is known color: Havelock Blue. HEX triplet: 65, 7D and D1. RGB value is (101,125,209). Sum of RGB (Red+Green+Blue) = 101+125+209=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #657DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DD1 is #9A822E. Grayscale: #7F7F7F. Windows color (decimal): -10125871 or 13729125. OLE color: 13729125.
HSL color Cylindrical-coordinate representation of color #657DD1: hue angle of 226.67º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #657DD1 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 125 | 209 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.18 |
| HSL | 226.67º | 0.54% | 0.61% | - |
| HSV(B) | 226.67º | 0.52% | 0.82% | - |
| XYZ | 24.21 | 22.04 | 63.3 | - |
| YUV | 127.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 209 | 0.52 | 0.40 | 0 | 0.18 | 226.67 | 0.54 | 0.61 |
| Hex | 65 | 7D | D1 | 34 | 28 | 0 | 12 | E3 | 36 | 3D |
| Octal | 145 | 175 | 321 | 64 | 50 | 0 | 22 | 343 | 66 | 75 |
| Binary | 1100101 | 1111101 | 11010001 | 110100 | 101000 | 0 | 10010 | 11100011 | 110110 | 111101 |
Color Harmonies of #657DD1
Complementary color
Monochromatic Colors of #657DD1
Black with #657DD1
Text Example
Text Example
White with #657DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DD1; }
p { color: rgb(101,125,209); }
H1.HeaderClassName
{
color: #657DD1;
}
.AnyTagClassName
{
color: #657DD1;
}
</style>
background-color css
<style>
a { background-color: #657DD1; }
a { background-color: rgb(101,125,209); }
div.DivClassName
{
background-color: #657DD1;
}
.BgClassName
{
background-color: #657DD1;
}
</style>
border-color css
<style>
span { border-color: #657DD1; }
span { border-color: rgb(101,125,209); }
td.TdClassName
{
border-color: #657DD1;
}
.TagClassName
{
border-color: #657DD1;
}
</style>