Shades of Havelock Blue #657DC1
Tints of Havelock Blue #657DC1
RGB
CMYK
RGB Variations
Color information
#657DC1 (or 0x657DC1) is known color: Havelock Blue. HEX triplet: 65, 7D and C1. RGB value is (101,125,193). Sum of RGB (Red+Green+Blue) = 101+125+193=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #657DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DC1 is #9A823E. Grayscale: #7D7D7D. Windows color (decimal): -10125887 or 12680549. OLE color: 12680549.
HSL color Cylindrical-coordinate representation of color #657DC1: hue angle of 224.35º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #657DC1 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 125 | 193 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.24 |
| HSL | 224.35º | 0.43% | 0.58% | - |
| HSV(B) | 224.35º | 0.48% | 0.76% | - |
| XYZ | 22.33 | 21.28 | 53.38 | - |
| YUV | 125.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 193 | 0.48 | 0.35 | 0 | 0.24 | 224.35 | 0.43 | 0.58 |
| Hex | 65 | 7D | C1 | 30 | 23 | 0 | 18 | E0 | 2B | 3A |
| Octal | 145 | 175 | 301 | 60 | 43 | 0 | 30 | 340 | 53 | 72 |
| Binary | 1100101 | 1111101 | 11000001 | 110000 | 100011 | 0 | 11000 | 11100000 | 101011 | 111010 |
Color Harmonies of #657DC1
Complementary color
Monochromatic Colors of #657DC1
Black with #657DC1
Text Example
Text Example
White with #657DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DC1; }
p { color: rgb(101,125,193); }
H1.HeaderClassName
{
color: #657DC1;
}
.AnyTagClassName
{
color: #657DC1;
}
</style>
background-color css
<style>
a { background-color: #657DC1; }
a { background-color: rgb(101,125,193); }
div.DivClassName
{
background-color: #657DC1;
}
.BgClassName
{
background-color: #657DC1;
}
</style>
border-color css
<style>
span { border-color: #657DC1; }
span { border-color: rgb(101,125,193); }
td.TdClassName
{
border-color: #657DC1;
}
.TagClassName
{
border-color: #657DC1;
}
</style>