Shades of Havelock Blue #617EC1
Tints of Havelock Blue #617EC1
RGB
CMYK
RGB Variations
Color information
#617EC1 (or 0x617EC1) is known color: Havelock Blue. HEX triplet: 61, 7E and C1. RGB value is (97,126,193). Sum of RGB (Red+Green+Blue) = 97+126+193=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #617EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617EC1 is #9E813E. Grayscale: #7C7C7C. Windows color (decimal): -10387775 or 12680801. OLE color: 12680801.
HSL color Cylindrical-coordinate representation of color #617EC1: hue angle of 221.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #617EC1 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 126 | 193 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.24 |
| HSL | 221.88º | 0.44% | 0.57% | - |
| HSV(B) | 221.88º | 0.5% | 0.76% | - |
| XYZ | 22.02 | 21.31 | 53.41 | - |
| YUV | 124.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 193 | 0.50 | 0.35 | 0 | 0.24 | 221.88 | 0.44 | 0.57 |
| Hex | 61 | 7E | C1 | 32 | 23 | 0 | 18 | DE | 2C | 39 |
| Octal | 141 | 176 | 301 | 62 | 43 | 0 | 30 | 336 | 54 | 71 |
| Binary | 1100001 | 1111110 | 11000001 | 110010 | 100011 | 0 | 11000 | 11011110 | 101100 | 111001 |
Color Harmonies of #617EC1
Complementary color
Monochromatic Colors of #617EC1
Black with #617EC1
Text Example
Text Example
White with #617EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617EC1; }
p { color: rgb(97,126,193); }
H1.HeaderClassName
{
color: #617EC1;
}
.AnyTagClassName
{
color: #617EC1;
}
</style>
background-color css
<style>
a { background-color: #617EC1; }
a { background-color: rgb(97,126,193); }
div.DivClassName
{
background-color: #617EC1;
}
.BgClassName
{
background-color: #617EC1;
}
</style>
border-color css
<style>
span { border-color: #617EC1; }
span { border-color: rgb(97,126,193); }
td.TdClassName
{
border-color: #617EC1;
}
.TagClassName
{
border-color: #617EC1;
}
</style>