Shades of Havelock Blue #617DB1
Tints of Havelock Blue #617DB1
RGB
CMYK
RGB Variations
Color information
#617DB1 (or 0x617DB1) is known color: Havelock Blue. HEX triplet: 61, 7D and B1. RGB value is (97,125,177). Sum of RGB (Red+Green+Blue) = 97+125+177=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 177 - color contains mainly: blue. Hex color #617DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617DB1 is #9E824E. Grayscale: #7A7A7A. Windows color (decimal): -10388047 or 11631969. OLE color: 11631969.
HSL color Cylindrical-coordinate representation of color #617DB1: hue angle of 219º degrees, saturation: 0.34, 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 #617DB1 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 125 | 177 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.31 |
| HSL | 219º | 0.34% | 0.54% | - |
| HSV(B) | 219º | 0.45% | 0.69% | - |
| XYZ | 20.2 | 20.38 | 44.46 | - |
| YUV | 122.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 177 | 0.45 | 0.29 | 0 | 0.31 | 219 | 0.34 | 0.54 |
| Hex | 61 | 7D | B1 | 2D | 1D | 0 | 1F | DB | 22 | 36 |
| Octal | 141 | 175 | 261 | 55 | 35 | 0 | 37 | 333 | 42 | 66 |
| Binary | 1100001 | 1111101 | 10110001 | 101101 | 11101 | 0 | 11111 | 11011011 | 100010 | 110110 |
Color Harmonies of #617DB1
Complementary color
Monochromatic Colors of #617DB1
Black with #617DB1
Text Example
Text Example
White with #617DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617DB1; }
p { color: rgb(97,125,177); }
H1.HeaderClassName
{
color: #617DB1;
}
.AnyTagClassName
{
color: #617DB1;
}
</style>
background-color css
<style>
a { background-color: #617DB1; }
a { background-color: rgb(97,125,177); }
div.DivClassName
{
background-color: #617DB1;
}
.BgClassName
{
background-color: #617DB1;
}
</style>
border-color css
<style>
span { border-color: #617DB1; }
span { border-color: rgb(97,125,177); }
td.TdClassName
{
border-color: #617DB1;
}
.TagClassName
{
border-color: #617DB1;
}
</style>