Shades of Havelock Blue #657FCD
Tints of Havelock Blue #657FCD
RGB
CMYK
RGB Variations
Color information
#657FCD (or 0x657FCD) is known color: Havelock Blue. HEX triplet: 65, 7F and CD. RGB value is (101,127,205). Sum of RGB (Red+Green+Blue) = 101+127+205=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #657FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657FCD is #9A8032. Grayscale: #7F7F7F. Windows color (decimal): -10125363 or 13467493. OLE color: 13467493.
HSL color Cylindrical-coordinate representation of color #657FCD: hue angle of 225º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #657FCD is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 127 | 205 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.20 |
| HSL | 225º | 0.51% | 0.6% | - |
| HSV(B) | 225º | 0.51% | 0.8% | - |
| XYZ | 23.98 | 22.35 | 60.81 | - |
| YUV | 128.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 205 | 0.51 | 0.38 | 0 | 0.20 | 225 | 0.51 | 0.6 |
| Hex | 65 | 7F | CD | 33 | 26 | 0 | 14 | E1 | 33 | 3C |
| Octal | 145 | 177 | 315 | 63 | 46 | 0 | 24 | 341 | 63 | 74 |
| Binary | 1100101 | 1111111 | 11001101 | 110011 | 100110 | 0 | 10100 | 11100001 | 110011 | 111100 |
Color Harmonies of #657FCD
Complementary color
Monochromatic Colors of #657FCD
Black with #657FCD
Text Example
Text Example
White with #657FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FCD; }
p { color: rgb(101,127,205); }
H1.HeaderClassName
{
color: #657FCD;
}
.AnyTagClassName
{
color: #657FCD;
}
</style>
background-color css
<style>
a { background-color: #657FCD; }
a { background-color: rgb(101,127,205); }
div.DivClassName
{
background-color: #657FCD;
}
.BgClassName
{
background-color: #657FCD;
}
</style>
border-color css
<style>
span { border-color: #657FCD; }
span { border-color: rgb(101,127,205); }
td.TdClassName
{
border-color: #657FCD;
}
.TagClassName
{
border-color: #657FCD;
}
</style>