Shades of Havelock Blue #657FC0
Tints of Havelock Blue #657FC0
RGB
CMYK
RGB Variations
Color information
#657FC0 (or 0x657FC0) is known color: Havelock Blue. HEX triplet: 65, 7F and C0. RGB value is (101,127,192). Sum of RGB (Red+Green+Blue) = 101+127+192=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #657FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657FC0 is #9A803F. Grayscale: #7E7E7E. Windows color (decimal): -10125376 or 12615525. OLE color: 12615525.
HSL color Cylindrical-coordinate representation of color #657FC0: hue angle of 222.86º degrees, saturation: 0.42, 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 #657FC0 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 127 | 192 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.25 |
| HSL | 222.86º | 0.42% | 0.57% | - |
| HSV(B) | 222.86º | 0.47% | 0.75% | - |
| XYZ | 22.47 | 21.75 | 52.88 | - |
| YUV | 126.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 192 | 0.47 | 0.34 | 0 | 0.25 | 222.86 | 0.42 | 0.57 |
| Hex | 65 | 7F | C0 | 2F | 22 | 0 | 19 | DF | 2A | 39 |
| Octal | 145 | 177 | 300 | 57 | 42 | 0 | 31 | 337 | 52 | 71 |
| Binary | 1100101 | 1111111 | 11000000 | 101111 | 100010 | 0 | 11001 | 11011111 | 101010 | 111001 |
Color Harmonies of #657FC0
Complementary color
Monochromatic Colors of #657FC0
Black with #657FC0
Text Example
Text Example
White with #657FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FC0; }
p { color: rgb(101,127,192); }
H1.HeaderClassName
{
color: #657FC0;
}
.AnyTagClassName
{
color: #657FC0;
}
</style>
background-color css
<style>
a { background-color: #657FC0; }
a { background-color: rgb(101,127,192); }
div.DivClassName
{
background-color: #657FC0;
}
.BgClassName
{
background-color: #657FC0;
}
</style>
border-color css
<style>
span { border-color: #657FC0; }
span { border-color: rgb(101,127,192); }
td.TdClassName
{
border-color: #657FC0;
}
.TagClassName
{
border-color: #657FC0;
}
</style>