Shades of Havelock Blue #657DCD
Tints of Havelock Blue #657DCD
RGB
CMYK
RGB Variations
Color information
#657DCD (or 0x657DCD) is known color: Havelock Blue. HEX triplet: 65, 7D and CD. RGB value is (101,125,205). Sum of RGB (Red+Green+Blue) = 101+125+205=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #657DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DCD is #9A8232. Grayscale: #7E7E7E. Windows color (decimal): -10125875 or 13466981. OLE color: 13466981.
HSL color Cylindrical-coordinate representation of color #657DCD: hue angle of 226.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #657DCD is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 125 | 205 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.20 |
| HSL | 226.15º | 0.51% | 0.6% | - |
| HSV(B) | 226.15º | 0.51% | 0.8% | - |
| XYZ | 23.72 | 21.84 | 60.72 | - |
| YUV | 126.94 | 172.05 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 205 | 0.51 | 0.39 | 0 | 0.20 | 226.15 | 0.51 | 0.6 |
| Hex | 65 | 7D | CD | 33 | 27 | 0 | 14 | E2 | 33 | 3C |
| Octal | 145 | 175 | 315 | 63 | 47 | 0 | 24 | 342 | 63 | 74 |
| Binary | 1100101 | 1111101 | 11001101 | 110011 | 100111 | 0 | 10100 | 11100010 | 110011 | 111100 |
Color Harmonies of #657DCD
Complementary color
Monochromatic Colors of #657DCD
Black with #657DCD
Text Example
Text Example
White with #657DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DCD; }
p { color: rgb(101,125,205); }
H1.HeaderClassName
{
color: #657DCD;
}
.AnyTagClassName
{
color: #657DCD;
}
</style>
background-color css
<style>
a { background-color: #657DCD; }
a { background-color: rgb(101,125,205); }
div.DivClassName
{
background-color: #657DCD;
}
.BgClassName
{
background-color: #657DCD;
}
</style>
border-color css
<style>
span { border-color: #657DCD; }
span { border-color: rgb(101,125,205); }
td.TdClassName
{
border-color: #657DCD;
}
.TagClassName
{
border-color: #657DCD;
}
</style>