Shades of Havelock Blue #657DBD
Tints of Havelock Blue #657DBD
RGB
CMYK
RGB Variations
Color information
#657DBD (or 0x657DBD) is known color: Havelock Blue. HEX triplet: 65, 7D and BD. RGB value is (101,125,189). Sum of RGB (Red+Green+Blue) = 101+125+189=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #657DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DBD is #9A8242. Grayscale: #7C7C7C. Windows color (decimal): -10125891 or 12418405. OLE color: 12418405.
HSL color Cylindrical-coordinate representation of color #657DBD: hue angle of 223.64º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #657DBD is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 125 | 189 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.26 |
| HSL | 223.64º | 0.4% | 0.57% | - |
| HSV(B) | 223.64º | 0.47% | 0.74% | - |
| XYZ | 21.89 | 21.11 | 51.06 | - |
| YUV | 125.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 189 | 0.47 | 0.34 | 0 | 0.26 | 223.64 | 0.4 | 0.57 |
| Hex | 65 | 7D | BD | 2F | 22 | 0 | 1A | E0 | 28 | 39 |
| Octal | 145 | 175 | 275 | 57 | 42 | 0 | 32 | 340 | 50 | 71 |
| Binary | 1100101 | 1111101 | 10111101 | 101111 | 100010 | 0 | 11010 | 11100000 | 101000 | 111001 |
Color Harmonies of #657DBD
Complementary color
Monochromatic Colors of #657DBD
Black with #657DBD
Text Example
Text Example
White with #657DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DBD; }
p { color: rgb(101,125,189); }
H1.HeaderClassName
{
color: #657DBD;
}
.AnyTagClassName
{
color: #657DBD;
}
</style>
background-color css
<style>
a { background-color: #657DBD; }
a { background-color: rgb(101,125,189); }
div.DivClassName
{
background-color: #657DBD;
}
.BgClassName
{
background-color: #657DBD;
}
</style>
border-color css
<style>
span { border-color: #657DBD; }
span { border-color: rgb(101,125,189); }
td.TdClassName
{
border-color: #657DBD;
}
.TagClassName
{
border-color: #657DBD;
}
</style>