Shades of Havelock Blue #617CB0
Tints of Havelock Blue #617CB0
RGB
CMYK
RGB Variations
Color information
#617CB0 (or 0x617CB0) is known color: Havelock Blue. HEX triplet: 61, 7C and B0. RGB value is (97,124,176). Sum of RGB (Red+Green+Blue) = 97+124+176=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 176 - color contains mainly: blue. Hex color #617CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CB0 is #9E834F. Grayscale: #797979. Windows color (decimal): -10388304 or 11566177. OLE color: 11566177.
HSL color Cylindrical-coordinate representation of color #617CB0: hue angle of 219.49º 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 #617CB0 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 124 | 176 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.31 |
| HSL | 219.49º | 0.33% | 0.54% | - |
| HSV(B) | 219.49º | 0.45% | 0.69% | - |
| XYZ | 19.97 | 20.09 | 43.9 | - |
| YUV | 121.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 176 | 0.45 | 0.30 | 0 | 0.31 | 219.49 | 0.33 | 0.54 |
| Hex | 61 | 7C | B0 | 2D | 1E | 0 | 1F | DB | 21 | 36 |
| Octal | 141 | 174 | 260 | 55 | 36 | 0 | 37 | 333 | 41 | 66 |
| Binary | 1100001 | 1111100 | 10110000 | 101101 | 11110 | 0 | 11111 | 11011011 | 100001 | 110110 |
Color Harmonies of #617CB0
Complementary color
Monochromatic Colors of #617CB0
Black with #617CB0
Text Example
Text Example
White with #617CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617CB0; }
p { color: rgb(97,124,176); }
H1.HeaderClassName
{
color: #617CB0;
}
.AnyTagClassName
{
color: #617CB0;
}
</style>
background-color css
<style>
a { background-color: #617CB0; }
a { background-color: rgb(97,124,176); }
div.DivClassName
{
background-color: #617CB0;
}
.BgClassName
{
background-color: #617CB0;
}
</style>
border-color css
<style>
span { border-color: #617CB0; }
span { border-color: rgb(97,124,176); }
td.TdClassName
{
border-color: #617CB0;
}
.TagClassName
{
border-color: #617CB0;
}
</style>