Shades of Havelock Blue #657DBB
Tints of Havelock Blue #657DBB
RGB
CMYK
RGB Variations
Color information
#657DBB (or 0x657DBB) is known color: Havelock Blue. HEX triplet: 65, 7D and BB. RGB value is (101,125,187). Sum of RGB (Red+Green+Blue) = 101+125+187=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #657DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DBB is #9A8244. Grayscale: #7C7C7C. Windows color (decimal): -10125893 or 12287333. OLE color: 12287333.
HSL color Cylindrical-coordinate representation of color #657DBB: hue angle of 223.26º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #657DBB is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 125 | 187 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.27 |
| HSL | 223.26º | 0.39% | 0.56% | - |
| HSV(B) | 223.26º | 0.46% | 0.73% | - |
| XYZ | 21.67 | 21.02 | 49.93 | - |
| YUV | 124.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 187 | 0.46 | 0.33 | 0 | 0.27 | 223.26 | 0.39 | 0.56 |
| Hex | 65 | 7D | BB | 2E | 21 | 0 | 1B | DF | 27 | 38 |
| Octal | 145 | 175 | 273 | 56 | 41 | 0 | 33 | 337 | 47 | 70 |
| Binary | 1100101 | 1111101 | 10111011 | 101110 | 100001 | 0 | 11011 | 11011111 | 100111 | 111000 |
Color Harmonies of #657DBB
Complementary color
Monochromatic Colors of #657DBB
Black with #657DBB
Text Example
Text Example
White with #657DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DBB; }
p { color: rgb(101,125,187); }
H1.HeaderClassName
{
color: #657DBB;
}
.AnyTagClassName
{
color: #657DBB;
}
</style>
background-color css
<style>
a { background-color: #657DBB; }
a { background-color: rgb(101,125,187); }
div.DivClassName
{
background-color: #657DBB;
}
.BgClassName
{
background-color: #657DBB;
}
</style>
border-color css
<style>
span { border-color: #657DBB; }
span { border-color: rgb(101,125,187); }
td.TdClassName
{
border-color: #657DBB;
}
.TagClassName
{
border-color: #657DBB;
}
</style>