Shades of Havelock Blue #617DD2
Tints of Havelock Blue #617DD2
RGB
CMYK
RGB Variations
Color information
#617DD2 (or 0x617DD2) is known color: Havelock Blue. HEX triplet: 61, 7D and D2. RGB value is (97,125,210). Sum of RGB (Red+Green+Blue) = 97+125+210=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #617DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DD2 is #9E822D. Grayscale: #7D7D7D. Windows color (decimal): -10388014 or 13794657. OLE color: 13794657.
HSL color Cylindrical-coordinate representation of color #617DD2: hue angle of 225.13º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #617DD2 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 125 | 210 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.18 |
| HSL | 225.13º | 0.56% | 0.6% | - |
| HSV(B) | 225.13º | 0.54% | 0.82% | - |
| XYZ | 23.9 | 21.86 | 63.93 | - |
| YUV | 126.32 | 175.22 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 210 | 0.54 | 0.40 | 0 | 0.18 | 225.13 | 0.56 | 0.6 |
| Hex | 61 | 7D | D2 | 36 | 28 | 0 | 12 | E1 | 38 | 3C |
| Octal | 141 | 175 | 322 | 66 | 50 | 0 | 22 | 341 | 70 | 74 |
| Binary | 1100001 | 1111101 | 11010010 | 110110 | 101000 | 0 | 10010 | 11100001 | 111000 | 111100 |
Color Harmonies of #617DD2
Complementary color
Monochromatic Colors of #617DD2
Black with #617DD2
Text Example
Text Example
White with #617DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617DD2; }
p { color: rgb(97,125,210); }
H1.HeaderClassName
{
color: #617DD2;
}
.AnyTagClassName
{
color: #617DD2;
}
</style>
background-color css
<style>
a { background-color: #617DD2; }
a { background-color: rgb(97,125,210); }
div.DivClassName
{
background-color: #617DD2;
}
.BgClassName
{
background-color: #617DD2;
}
</style>
border-color css
<style>
span { border-color: #617DD2; }
span { border-color: rgb(97,125,210); }
td.TdClassName
{
border-color: #617DD2;
}
.TagClassName
{
border-color: #617DD2;
}
</style>