Shades of Havelock Blue #657BCC
Tints of Havelock Blue #657BCC
RGB
CMYK
RGB Variations
Color information
#657BCC (or 0x657BCC) is known color: Havelock Blue. HEX triplet: 65, 7B and CC. RGB value is (101,123,204). Sum of RGB (Red+Green+Blue) = 101+123+204=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #657BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657BCC is #9A8433. Grayscale: #7D7D7D. Windows color (decimal): -10126388 or 13400933. OLE color: 13400933.
HSL color Cylindrical-coordinate representation of color #657BCC: hue angle of 227.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #657BCC is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 123 | 204 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.2 |
| HSL | 227.18º | 0.5% | 0.6% | - |
| HSV(B) | 227.18º | 0.5% | 0.8% | - |
| XYZ | 23.35 | 21.29 | 60.01 | - |
| YUV | 125.66 | 172.21 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 204 | 0.50 | 0.40 | 0 | 0.2 | 227.18 | 0.5 | 0.6 |
| Hex | 65 | 7B | CC | 32 | 28 | 0 | 14 | E3 | 32 | 3C |
| Octal | 145 | 173 | 314 | 62 | 50 | 0 | 24 | 343 | 62 | 74 |
| Binary | 1100101 | 1111011 | 11001100 | 110010 | 101000 | 0 | 10100 | 11100011 | 110010 | 111100 |
Color Harmonies of #657BCC
Complementary color
Monochromatic Colors of #657BCC
Black with #657BCC
Text Example
Text Example
White with #657BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657BCC; }
p { color: rgb(101,123,204); }
H1.HeaderClassName
{
color: #657BCC;
}
.AnyTagClassName
{
color: #657BCC;
}
</style>
background-color css
<style>
a { background-color: #657BCC; }
a { background-color: rgb(101,123,204); }
div.DivClassName
{
background-color: #657BCC;
}
.BgClassName
{
background-color: #657BCC;
}
</style>
border-color css
<style>
span { border-color: #657BCC; }
span { border-color: rgb(101,123,204); }
td.TdClassName
{
border-color: #657BCC;
}
.TagClassName
{
border-color: #657BCC;
}
</style>