Shades of Havelock Blue #657CCA
Tints of Havelock Blue #657CCA
RGB
CMYK
RGB Variations
Color information
#657CCA (or 0x657CCA) is known color: Havelock Blue. HEX triplet: 65, 7C and CA. RGB value is (101,124,202). Sum of RGB (Red+Green+Blue) = 101+124+202=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #657CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657CCA is #9A8335. Grayscale: #7D7D7D. Windows color (decimal): -10126134 or 13270117. OLE color: 13270117.
HSL color Cylindrical-coordinate representation of color #657CCA: hue angle of 226.34º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #657CCA is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 124 | 202 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.21 |
| HSL | 226.34º | 0.49% | 0.59% | - |
| HSV(B) | 226.34º | 0.5% | 0.79% | - |
| XYZ | 23.24 | 21.45 | 58.79 | - |
| YUV | 126.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 202 | 0.50 | 0.39 | 0 | 0.21 | 226.34 | 0.49 | 0.59 |
| Hex | 65 | 7C | CA | 32 | 27 | 0 | 15 | E2 | 31 | 3B |
| Octal | 145 | 174 | 312 | 62 | 47 | 0 | 25 | 342 | 61 | 73 |
| Binary | 1100101 | 1111100 | 11001010 | 110010 | 100111 | 0 | 10101 | 11100010 | 110001 | 111011 |
Color Harmonies of #657CCA
Complementary color
Monochromatic Colors of #657CCA
Black with #657CCA
Text Example
Text Example
White with #657CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CCA; }
p { color: rgb(101,124,202); }
H1.HeaderClassName
{
color: #657CCA;
}
.AnyTagClassName
{
color: #657CCA;
}
</style>
background-color css
<style>
a { background-color: #657CCA; }
a { background-color: rgb(101,124,202); }
div.DivClassName
{
background-color: #657CCA;
}
.BgClassName
{
background-color: #657CCA;
}
</style>
border-color css
<style>
span { border-color: #657CCA; }
span { border-color: rgb(101,124,202); }
td.TdClassName
{
border-color: #657CCA;
}
.TagClassName
{
border-color: #657CCA;
}
</style>