Shades of Havelock Blue #657ECE
Tints of Havelock Blue #657ECE
RGB
CMYK
RGB Variations
Color information
#657ECE (or 0x657ECE) is known color: Havelock Blue. HEX triplet: 65, 7E and CE. RGB value is (101,126,206). Sum of RGB (Red+Green+Blue) = 101+126+206=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #657ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657ECE is #9A8131. Grayscale: #7F7F7F. Windows color (decimal): -10125618 or 13532773. OLE color: 13532773.
HSL color Cylindrical-coordinate representation of color #657ECE: hue angle of 225.71º 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 #657ECE is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 126 | 206 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.19 |
| HSL | 225.71º | 0.52% | 0.6% | - |
| HSV(B) | 225.71º | 0.51% | 0.81% | - |
| XYZ | 23.97 | 22.14 | 61.4 | - |
| YUV | 127.65 | 172.22 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 206 | 0.51 | 0.39 | 0 | 0.19 | 225.71 | 0.52 | 0.6 |
| Hex | 65 | 7E | CE | 33 | 27 | 0 | 13 | E2 | 34 | 3C |
| Octal | 145 | 176 | 316 | 63 | 47 | 0 | 23 | 342 | 64 | 74 |
| Binary | 1100101 | 1111110 | 11001110 | 110011 | 100111 | 0 | 10011 | 11100010 | 110100 | 111100 |
Color Harmonies of #657ECE
Complementary color
Monochromatic Colors of #657ECE
Black with #657ECE
Text Example
Text Example
White with #657ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657ECE; }
p { color: rgb(101,126,206); }
H1.HeaderClassName
{
color: #657ECE;
}
.AnyTagClassName
{
color: #657ECE;
}
</style>
background-color css
<style>
a { background-color: #657ECE; }
a { background-color: rgb(101,126,206); }
div.DivClassName
{
background-color: #657ECE;
}
.BgClassName
{
background-color: #657ECE;
}
</style>
border-color css
<style>
span { border-color: #657ECE; }
span { border-color: rgb(101,126,206); }
td.TdClassName
{
border-color: #657ECE;
}
.TagClassName
{
border-color: #657ECE;
}
</style>