Shades of Havelock Blue #617BD6
Tints of Havelock Blue #617BD6
RGB
CMYK
RGB Variations
Color information
#617BD6 (or 0x617BD6) is known color: Havelock Blue. HEX triplet: 61, 7B and D6. RGB value is (97,123,214). Sum of RGB (Red+Green+Blue) = 97+123+214=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #617BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BD6 is #9E8429. Grayscale: #7D7D7D. Windows color (decimal): -10388522 or 14056289. OLE color: 14056289.
HSL color Cylindrical-coordinate representation of color #617BD6: hue angle of 226.67º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #617BD6 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 123 | 214 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.16 |
| HSL | 226.67º | 0.59% | 0.61% | - |
| HSV(B) | 226.67º | 0.55% | 0.84% | - |
| XYZ | 24.15 | 21.56 | 66.51 | - |
| YUV | 125.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 214 | 0.55 | 0.43 | 0 | 0.16 | 226.67 | 0.59 | 0.61 |
| Hex | 61 | 7B | D6 | 37 | 2B | 0 | 10 | E3 | 3B | 3D |
| Octal | 141 | 173 | 326 | 67 | 53 | 0 | 20 | 343 | 73 | 75 |
| Binary | 1100001 | 1111011 | 11010110 | 110111 | 101011 | 0 | 10000 | 11100011 | 111011 | 111101 |
Color Harmonies of #617BD6
Complementary color
Monochromatic Colors of #617BD6
Black with #617BD6
Text Example
Text Example
White with #617BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617BD6; }
p { color: rgb(97,123,214); }
H1.HeaderClassName
{
color: #617BD6;
}
.AnyTagClassName
{
color: #617BD6;
}
</style>
background-color css
<style>
a { background-color: #617BD6; }
a { background-color: rgb(97,123,214); }
div.DivClassName
{
background-color: #617BD6;
}
.BgClassName
{
background-color: #617BD6;
}
</style>
border-color css
<style>
span { border-color: #617BD6; }
span { border-color: rgb(97,123,214); }
td.TdClassName
{
border-color: #617BD6;
}
.TagClassName
{
border-color: #617BD6;
}
</style>