Shades of Havelock Blue #617DB0
Tints of Havelock Blue #617DB0
RGB
CMYK
RGB Variations
Color information
#617DB0 (or 0x617DB0) is known color: Havelock Blue. HEX triplet: 61, 7D and B0. RGB value is (97,125,176). Sum of RGB (Red+Green+Blue) = 97+125+176=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 176 - color contains mainly: blue. Hex color #617DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617DB0 is #9E824F. Grayscale: #7A7A7A. Windows color (decimal): -10388048 or 11566433. OLE color: 11566433.
HSL color Cylindrical-coordinate representation of color #617DB0: hue angle of 218.73º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #617DB0 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 125 | 176 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.31 |
| HSL | 218.73º | 0.33% | 0.54% | - |
| HSV(B) | 218.73º | 0.45% | 0.69% | - |
| XYZ | 20.1 | 20.34 | 43.94 | - |
| YUV | 122.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 176 | 0.45 | 0.29 | 0 | 0.31 | 218.73 | 0.33 | 0.54 |
| Hex | 61 | 7D | B0 | 2D | 1D | 0 | 1F | DB | 21 | 36 |
| Octal | 141 | 175 | 260 | 55 | 35 | 0 | 37 | 333 | 41 | 66 |
| Binary | 1100001 | 1111101 | 10110000 | 101101 | 11101 | 0 | 11111 | 11011011 | 100001 | 110110 |
Color Harmonies of #617DB0
Complementary color
Monochromatic Colors of #617DB0
Black with #617DB0
Text Example
Text Example
White with #617DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617DB0; }
p { color: rgb(97,125,176); }
H1.HeaderClassName
{
color: #617DB0;
}
.AnyTagClassName
{
color: #617DB0;
}
</style>
background-color css
<style>
a { background-color: #617DB0; }
a { background-color: rgb(97,125,176); }
div.DivClassName
{
background-color: #617DB0;
}
.BgClassName
{
background-color: #617DB0;
}
</style>
border-color css
<style>
span { border-color: #617DB0; }
span { border-color: rgb(97,125,176); }
td.TdClassName
{
border-color: #617DB0;
}
.TagClassName
{
border-color: #617DB0;
}
</style>