Shades of Havelock Blue #617BCE
Tints of Havelock Blue #617BCE
RGB
CMYK
RGB Variations
Color information
#617BCE (or 0x617BCE) is known color: Havelock Blue. HEX triplet: 61, 7B and CE. RGB value is (97,123,206). Sum of RGB (Red+Green+Blue) = 97+123+206=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #617BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BCE is #9E8431. Grayscale: #7C7C7C. Windows color (decimal): -10388530 or 13532001. OLE color: 13532001.
HSL color Cylindrical-coordinate representation of color #617BCE: hue angle of 225.69º 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 #617BCE is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 123 | 206 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.19 |
| HSL | 225.69º | 0.53% | 0.59% | - |
| HSV(B) | 225.69º | 0.53% | 0.81% | - |
| XYZ | 23.15 | 21.16 | 61.26 | - |
| YUV | 124.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 206 | 0.53 | 0.40 | 0 | 0.19 | 225.69 | 0.53 | 0.59 |
| Hex | 61 | 7B | CE | 35 | 28 | 0 | 13 | E2 | 35 | 3B |
| Octal | 141 | 173 | 316 | 65 | 50 | 0 | 23 | 342 | 65 | 73 |
| Binary | 1100001 | 1111011 | 11001110 | 110101 | 101000 | 0 | 10011 | 11100010 | 110101 | 111011 |
Color Harmonies of #617BCE
Complementary color
Monochromatic Colors of #617BCE
Black with #617BCE
Text Example
Text Example
White with #617BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617BCE; }
p { color: rgb(97,123,206); }
H1.HeaderClassName
{
color: #617BCE;
}
.AnyTagClassName
{
color: #617BCE;
}
</style>
background-color css
<style>
a { background-color: #617BCE; }
a { background-color: rgb(97,123,206); }
div.DivClassName
{
background-color: #617BCE;
}
.BgClassName
{
background-color: #617BCE;
}
</style>
border-color css
<style>
span { border-color: #617BCE; }
span { border-color: rgb(97,123,206); }
td.TdClassName
{
border-color: #617BCE;
}
.TagClassName
{
border-color: #617BCE;
}
</style>