Shades of Havelock Blue #617EC7
Tints of Havelock Blue #617EC7
RGB
CMYK
RGB Variations
Color information
#617EC7 (or 0x617EC7) is known color: Havelock Blue. HEX triplet: 61, 7E and C7. RGB value is (97,126,199). Sum of RGB (Red+Green+Blue) = 97+126+199=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #617EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617EC7 is #9E8138. Grayscale: #7D7D7D. Windows color (decimal): -10387769 or 13074017. OLE color: 13074017.
HSL color Cylindrical-coordinate representation of color #617EC7: hue angle of 222.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #617EC7 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 126 | 199 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.22 |
| HSL | 222.94º | 0.48% | 0.58% | - |
| HSV(B) | 222.94º | 0.51% | 0.78% | - |
| XYZ | 22.7 | 21.59 | 57 | - |
| YUV | 125.65 | 169.39 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 199 | 0.51 | 0.37 | 0 | 0.22 | 222.94 | 0.48 | 0.58 |
| Hex | 61 | 7E | C7 | 33 | 25 | 0 | 16 | DF | 30 | 3A |
| Octal | 141 | 176 | 307 | 63 | 45 | 0 | 26 | 337 | 60 | 72 |
| Binary | 1100001 | 1111110 | 11000111 | 110011 | 100101 | 0 | 10110 | 11011111 | 110000 | 111010 |
Color Harmonies of #617EC7
Complementary color
Monochromatic Colors of #617EC7
Black with #617EC7
Text Example
Text Example
White with #617EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617EC7; }
p { color: rgb(97,126,199); }
H1.HeaderClassName
{
color: #617EC7;
}
.AnyTagClassName
{
color: #617EC7;
}
</style>
background-color css
<style>
a { background-color: #617EC7; }
a { background-color: rgb(97,126,199); }
div.DivClassName
{
background-color: #617EC7;
}
.BgClassName
{
background-color: #617EC7;
}
</style>
border-color css
<style>
span { border-color: #617EC7; }
span { border-color: rgb(97,126,199); }
td.TdClassName
{
border-color: #617EC7;
}
.TagClassName
{
border-color: #617EC7;
}
</style>