Shades of Havelock Blue #617ADB
Tints of Havelock Blue #617ADB
RGB
CMYK
RGB Variations
Color information
#617ADB (or 0x617ADB) is known color: Havelock Blue. HEX triplet: 61, 7A and DB. RGB value is (97,122,219). Sum of RGB (Red+Green+Blue) = 97+122+219=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #617ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ADB is #9E8524. Grayscale: #7D7D7D. Windows color (decimal): -10388773 or 14383713. OLE color: 14383713.
HSL color Cylindrical-coordinate representation of color #617ADB: hue angle of 227.7º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #617ADB is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 122 | 219 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.14 |
| HSL | 227.7º | 0.63% | 0.62% | - |
| HSV(B) | 227.7º | 0.56% | 0.86% | - |
| XYZ | 24.68 | 21.57 | 69.88 | - |
| YUV | 125.58 | 180.72 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 219 | 0.56 | 0.44 | 0 | 0.14 | 227.7 | 0.63 | 0.62 |
| Hex | 61 | 7A | DB | 38 | 2C | 0 | E | E4 | 3F | 3E |
| Octal | 141 | 172 | 333 | 70 | 54 | 0 | 16 | 344 | 77 | 76 |
| Binary | 1100001 | 1111010 | 11011011 | 111000 | 101100 | 0 | 1110 | 11100100 | 111111 | 111110 |
Color Harmonies of #617ADB
Complementary color
Monochromatic Colors of #617ADB
Black with #617ADB
Text Example
Text Example
White with #617ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617ADB; }
p { color: rgb(97,122,219); }
H1.HeaderClassName
{
color: #617ADB;
}
.AnyTagClassName
{
color: #617ADB;
}
</style>
background-color css
<style>
a { background-color: #617ADB; }
a { background-color: rgb(97,122,219); }
div.DivClassName
{
background-color: #617ADB;
}
.BgClassName
{
background-color: #617ADB;
}
</style>
border-color css
<style>
span { border-color: #617ADB; }
span { border-color: rgb(97,122,219); }
td.TdClassName
{
border-color: #617ADB;
}
.TagClassName
{
border-color: #617ADB;
}
</style>