Shades of Havelock Blue #617ACE
Tints of Havelock Blue #617ACE
RGB
CMYK
RGB Variations
Color information
#617ACE (or 0x617ACE) is known color: Havelock Blue. HEX triplet: 61, 7A and CE. RGB value is (97,122,206). Sum of RGB (Red+Green+Blue) = 97+122+206=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #617ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ACE is #9E8531. Grayscale: #7B7B7B. Windows color (decimal): -10388786 or 13531745. OLE color: 13531745.
HSL color Cylindrical-coordinate representation of color #617ACE: hue angle of 226.24º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #617ACE is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 122 | 206 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.19 |
| HSL | 226.24º | 0.53% | 0.59% | - |
| HSV(B) | 226.24º | 0.53% | 0.81% | - |
| XYZ | 23.03 | 20.92 | 61.22 | - |
| YUV | 124.1 | 174.22 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 206 | 0.53 | 0.41 | 0 | 0.19 | 226.24 | 0.53 | 0.59 |
| Hex | 61 | 7A | CE | 35 | 29 | 0 | 13 | E2 | 35 | 3B |
| Octal | 141 | 172 | 316 | 65 | 51 | 0 | 23 | 342 | 65 | 73 |
| Binary | 1100001 | 1111010 | 11001110 | 110101 | 101001 | 0 | 10011 | 11100010 | 110101 | 111011 |
Color Harmonies of #617ACE
Complementary color
Monochromatic Colors of #617ACE
Black with #617ACE
Text Example
Text Example
White with #617ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617ACE; }
p { color: rgb(97,122,206); }
H1.HeaderClassName
{
color: #617ACE;
}
.AnyTagClassName
{
color: #617ACE;
}
</style>
background-color css
<style>
a { background-color: #617ACE; }
a { background-color: rgb(97,122,206); }
div.DivClassName
{
background-color: #617ACE;
}
.BgClassName
{
background-color: #617ACE;
}
</style>
border-color css
<style>
span { border-color: #617ACE; }
span { border-color: rgb(97,122,206); }
td.TdClassName
{
border-color: #617ACE;
}
.TagClassName
{
border-color: #617ACE;
}
</style>