Shades of Havelock Blue #657FBE
Tints of Havelock Blue #657FBE
RGB
CMYK
RGB Variations
Color information
#657FBE (or 0x657FBE) is known color: Havelock Blue. HEX triplet: 65, 7F and BE. RGB value is (101,127,190). Sum of RGB (Red+Green+Blue) = 101+127+190=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #657FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657FBE is #9A8041. Grayscale: #7E7E7E. Windows color (decimal): -10125378 or 12484453. OLE color: 12484453.
HSL color Cylindrical-coordinate representation of color #657FBE: hue angle of 222.47º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #657FBE is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 127 | 190 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.25 |
| HSL | 222.47º | 0.41% | 0.57% | - |
| HSV(B) | 222.47º | 0.47% | 0.75% | - |
| XYZ | 22.25 | 21.66 | 51.72 | - |
| YUV | 126.41 | 163.89 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 190 | 0.47 | 0.33 | 0 | 0.25 | 222.47 | 0.41 | 0.57 |
| Hex | 65 | 7F | BE | 2F | 21 | 0 | 19 | DE | 29 | 39 |
| Octal | 145 | 177 | 276 | 57 | 41 | 0 | 31 | 336 | 51 | 71 |
| Binary | 1100101 | 1111111 | 10111110 | 101111 | 100001 | 0 | 11001 | 11011110 | 101001 | 111001 |
Color Harmonies of #657FBE
Complementary color
Monochromatic Colors of #657FBE
Black with #657FBE
Text Example
Text Example
White with #657FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FBE; }
p { color: rgb(101,127,190); }
H1.HeaderClassName
{
color: #657FBE;
}
.AnyTagClassName
{
color: #657FBE;
}
</style>
background-color css
<style>
a { background-color: #657FBE; }
a { background-color: rgb(101,127,190); }
div.DivClassName
{
background-color: #657FBE;
}
.BgClassName
{
background-color: #657FBE;
}
</style>
border-color css
<style>
span { border-color: #657FBE; }
span { border-color: rgb(101,127,190); }
td.TdClassName
{
border-color: #657FBE;
}
.TagClassName
{
border-color: #657FBE;
}
</style>