Shades of Havelock Blue #657CCF
Tints of Havelock Blue #657CCF
RGB
CMYK
RGB Variations
Color information
#657CCF (or 0x657CCF) is known color: Havelock Blue. HEX triplet: 65, 7C and CF. RGB value is (101,124,207). Sum of RGB (Red+Green+Blue) = 101+124+207=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #657CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657CCF is #9A8330. Grayscale: #7E7E7E. Windows color (decimal): -10126129 or 13597797. OLE color: 13597797.
HSL color Cylindrical-coordinate representation of color #657CCF: hue angle of 226.98º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #657CCF is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 124 | 207 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.19 |
| HSL | 226.98º | 0.52% | 0.6% | - |
| HSV(B) | 226.98º | 0.51% | 0.81% | - |
| XYZ | 23.84 | 21.69 | 61.96 | - |
| YUV | 126.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 207 | 0.51 | 0.40 | 0 | 0.19 | 226.98 | 0.52 | 0.6 |
| Hex | 65 | 7C | CF | 33 | 28 | 0 | 13 | E3 | 34 | 3C |
| Octal | 145 | 174 | 317 | 63 | 50 | 0 | 23 | 343 | 64 | 74 |
| Binary | 1100101 | 1111100 | 11001111 | 110011 | 101000 | 0 | 10011 | 11100011 | 110100 | 111100 |
Color Harmonies of #657CCF
Complementary color
Monochromatic Colors of #657CCF
Black with #657CCF
Text Example
Text Example
White with #657CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CCF; }
p { color: rgb(101,124,207); }
H1.HeaderClassName
{
color: #657CCF;
}
.AnyTagClassName
{
color: #657CCF;
}
</style>
background-color css
<style>
a { background-color: #657CCF; }
a { background-color: rgb(101,124,207); }
div.DivClassName
{
background-color: #657CCF;
}
.BgClassName
{
background-color: #657CCF;
}
</style>
border-color css
<style>
span { border-color: #657CCF; }
span { border-color: rgb(101,124,207); }
td.TdClassName
{
border-color: #657CCF;
}
.TagClassName
{
border-color: #657CCF;
}
</style>