Shades of Havelock Blue #657CD5
Tints of Havelock Blue #657CD5
RGB
CMYK
RGB Variations
Color information
#657CD5 (or 0x657CD5) is known color: Havelock Blue. HEX triplet: 65, 7C and D5. RGB value is (101,124,213). Sum of RGB (Red+Green+Blue) = 101+124+213=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #657CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657CD5 is #9A832A. Grayscale: #7E7E7E. Windows color (decimal): -10126123 or 13991013. OLE color: 13991013.
HSL color Cylindrical-coordinate representation of color #657CD5: hue angle of 227.68º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #657CD5 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 124 | 213 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.16 |
| HSL | 227.68º | 0.57% | 0.62% | - |
| HSV(B) | 227.68º | 0.53% | 0.84% | - |
| XYZ | 24.58 | 21.99 | 65.9 | - |
| YUV | 127.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 213 | 0.53 | 0.42 | 0 | 0.16 | 227.68 | 0.57 | 0.62 |
| Hex | 65 | 7C | D5 | 35 | 2A | 0 | 10 | E4 | 39 | 3E |
| Octal | 145 | 174 | 325 | 65 | 52 | 0 | 20 | 344 | 71 | 76 |
| Binary | 1100101 | 1111100 | 11010101 | 110101 | 101010 | 0 | 10000 | 11100100 | 111001 | 111110 |
Color Harmonies of #657CD5
Complementary color
Monochromatic Colors of #657CD5
Black with #657CD5
Text Example
Text Example
White with #657CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CD5; }
p { color: rgb(101,124,213); }
H1.HeaderClassName
{
color: #657CD5;
}
.AnyTagClassName
{
color: #657CD5;
}
</style>
background-color css
<style>
a { background-color: #657CD5; }
a { background-color: rgb(101,124,213); }
div.DivClassName
{
background-color: #657CD5;
}
.BgClassName
{
background-color: #657CD5;
}
</style>
border-color css
<style>
span { border-color: #657CD5; }
span { border-color: rgb(101,124,213); }
td.TdClassName
{
border-color: #657CD5;
}
.TagClassName
{
border-color: #657CD5;
}
</style>