Shades of Havelock Blue #657DD5
Tints of Havelock Blue #657DD5
RGB
CMYK
RGB Variations
Color information
#657DD5 (or 0x657DD5) is known color: Havelock Blue. HEX triplet: 65, 7D and D5. RGB value is (101,125,213). Sum of RGB (Red+Green+Blue) = 101+125+213=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #657DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DD5 is #9A822A. Grayscale: #7F7F7F. Windows color (decimal): -10125867 or 13991269. OLE color: 13991269.
HSL color Cylindrical-coordinate representation of color #657DD5: hue angle of 227.14º 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 #657DD5 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 125 | 213 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.16 |
| HSL | 227.14º | 0.57% | 0.62% | - |
| HSV(B) | 227.14º | 0.53% | 0.84% | - |
| XYZ | 24.71 | 22.24 | 65.94 | - |
| YUV | 127.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 213 | 0.53 | 0.41 | 0 | 0.16 | 227.14 | 0.57 | 0.62 |
| Hex | 65 | 7D | D5 | 35 | 29 | 0 | 10 | E3 | 39 | 3E |
| Octal | 145 | 175 | 325 | 65 | 51 | 0 | 20 | 343 | 71 | 76 |
| Binary | 1100101 | 1111101 | 11010101 | 110101 | 101001 | 0 | 10000 | 11100011 | 111001 | 111110 |
Color Harmonies of #657DD5
Complementary color
Monochromatic Colors of #657DD5
Black with #657DD5
Text Example
Text Example
White with #657DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DD5; }
p { color: rgb(101,125,213); }
H1.HeaderClassName
{
color: #657DD5;
}
.AnyTagClassName
{
color: #657DD5;
}
</style>
background-color css
<style>
a { background-color: #657DD5; }
a { background-color: rgb(101,125,213); }
div.DivClassName
{
background-color: #657DD5;
}
.BgClassName
{
background-color: #657DD5;
}
</style>
border-color css
<style>
span { border-color: #657DD5; }
span { border-color: rgb(101,125,213); }
td.TdClassName
{
border-color: #657DD5;
}
.TagClassName
{
border-color: #657DD5;
}
</style>