Shades of Havelock Blue #617CAE
Tints of Havelock Blue #617CAE
RGB
CMYK
RGB Variations
Color information
#617CAE (or 0x617CAE) is known color: Havelock Blue. HEX triplet: 61, 7C and AE. RGB value is (97,124,174). Sum of RGB (Red+Green+Blue) = 97+124+174=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #617CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CAE is #9E8351. Grayscale: #797979. Windows color (decimal): -10388306 or 11435105. OLE color: 11435105.
HSL color Cylindrical-coordinate representation of color #617CAE: hue angle of 218.96º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #617CAE is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 124 | 174 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.32 |
| HSL | 218.96º | 0.32% | 0.53% | - |
| HSV(B) | 218.96º | 0.44% | 0.68% | - |
| XYZ | 19.78 | 20.01 | 42.86 | - |
| YUV | 121.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 174 | 0.44 | 0.29 | 0 | 0.32 | 218.96 | 0.32 | 0.53 |
| Hex | 61 | 7C | AE | 2C | 1D | 0 | 20 | DB | 20 | 35 |
| Octal | 141 | 174 | 256 | 54 | 35 | 0 | 40 | 333 | 40 | 65 |
| Binary | 1100001 | 1111100 | 10101110 | 101100 | 11101 | 0 | 100000 | 11011011 | 100000 | 110101 |
Color Harmonies of #617CAE
Complementary color
Monochromatic Colors of #617CAE
Black with #617CAE
Text Example
Text Example
White with #617CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617CAE; }
p { color: rgb(97,124,174); }
H1.HeaderClassName
{
color: #617CAE;
}
.AnyTagClassName
{
color: #617CAE;
}
</style>
background-color css
<style>
a { background-color: #617CAE; }
a { background-color: rgb(97,124,174); }
div.DivClassName
{
background-color: #617CAE;
}
.BgClassName
{
background-color: #617CAE;
}
</style>
border-color css
<style>
span { border-color: #617CAE; }
span { border-color: rgb(97,124,174); }
td.TdClassName
{
border-color: #617CAE;
}
.TagClassName
{
border-color: #617CAE;
}
</style>