Shades of Havelock Blue #657DCF
Tints of Havelock Blue #657DCF
RGB
CMYK
RGB Variations
Color information
#657DCF (or 0x657DCF) is known color: Havelock Blue. HEX triplet: 65, 7D and CF. RGB value is (101,125,207). Sum of RGB (Red+Green+Blue) = 101+125+207=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #657DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DCF is #9A8230. Grayscale: #7E7E7E. Windows color (decimal): -10125873 or 13598053. OLE color: 13598053.
HSL color Cylindrical-coordinate representation of color #657DCF: hue angle of 226.42º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #657DCF is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 125 | 207 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.19 |
| HSL | 226.42º | 0.52% | 0.6% | - |
| HSV(B) | 226.42º | 0.51% | 0.81% | - |
| XYZ | 23.96 | 21.94 | 62 | - |
| YUV | 127.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 207 | 0.51 | 0.40 | 0 | 0.19 | 226.42 | 0.52 | 0.6 |
| Hex | 65 | 7D | CF | 33 | 28 | 0 | 13 | E2 | 34 | 3C |
| Octal | 145 | 175 | 317 | 63 | 50 | 0 | 23 | 342 | 64 | 74 |
| Binary | 1100101 | 1111101 | 11001111 | 110011 | 101000 | 0 | 10011 | 11100010 | 110100 | 111100 |
Color Harmonies of #657DCF
Complementary color
Monochromatic Colors of #657DCF
Black with #657DCF
Text Example
Text Example
White with #657DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DCF; }
p { color: rgb(101,125,207); }
H1.HeaderClassName
{
color: #657DCF;
}
.AnyTagClassName
{
color: #657DCF;
}
</style>
background-color css
<style>
a { background-color: #657DCF; }
a { background-color: rgb(101,125,207); }
div.DivClassName
{
background-color: #657DCF;
}
.BgClassName
{
background-color: #657DCF;
}
</style>
border-color css
<style>
span { border-color: #657DCF; }
span { border-color: rgb(101,125,207); }
td.TdClassName
{
border-color: #657DCF;
}
.TagClassName
{
border-color: #657DCF;
}
</style>