Shades of Havelock Blue #657DD8
Tints of Havelock Blue #657DD8
RGB
CMYK
RGB Variations
Color information
#657DD8 (or 0x657DD8) is known color: Havelock Blue. HEX triplet: 65, 7D and D8. RGB value is (101,125,216). Sum of RGB (Red+Green+Blue) = 101+125+216=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #657DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DD8 is #9A8227. Grayscale: #7F7F7F. Windows color (decimal): -10125864 or 14187877. OLE color: 14187877.
HSL color Cylindrical-coordinate representation of color #657DD8: hue angle of 227.48º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #657DD8 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 125 | 216 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.15 |
| HSL | 227.48º | 0.6% | 0.62% | - |
| HSV(B) | 227.48º | 0.53% | 0.85% | - |
| XYZ | 25.1 | 22.39 | 67.97 | - |
| YUV | 128.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 216 | 0.53 | 0.42 | 0 | 0.15 | 227.48 | 0.6 | 0.62 |
| Hex | 65 | 7D | D8 | 35 | 2A | 0 | F | E3 | 3C | 3E |
| Octal | 145 | 175 | 330 | 65 | 52 | 0 | 17 | 343 | 74 | 76 |
| Binary | 1100101 | 1111101 | 11011000 | 110101 | 101010 | 0 | 1111 | 11100011 | 111100 | 111110 |
Color Harmonies of #657DD8
Complementary color
Monochromatic Colors of #657DD8
Black with #657DD8
Text Example
Text Example
White with #657DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DD8; }
p { color: rgb(101,125,216); }
H1.HeaderClassName
{
color: #657DD8;
}
.AnyTagClassName
{
color: #657DD8;
}
</style>
background-color css
<style>
a { background-color: #657DD8; }
a { background-color: rgb(101,125,216); }
div.DivClassName
{
background-color: #657DD8;
}
.BgClassName
{
background-color: #657DD8;
}
</style>
border-color css
<style>
span { border-color: #657DD8; }
span { border-color: rgb(101,125,216); }
td.TdClassName
{
border-color: #657DD8;
}
.TagClassName
{
border-color: #657DD8;
}
</style>