Shades of Havelock Blue #617DC5
Tints of Havelock Blue #617DC5
RGB
CMYK
RGB Variations
Color information
#617DC5 (or 0x617DC5) is known color: Havelock Blue. HEX triplet: 61, 7D and C5. RGB value is (97,125,197). Sum of RGB (Red+Green+Blue) = 97+125+197=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #617DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DC5 is #9E823A. Grayscale: #7C7C7C. Windows color (decimal): -10388027 or 12942689. OLE color: 12942689.
HSL color Cylindrical-coordinate representation of color #617DC5: hue angle of 223.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #617DC5 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 125 | 197 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.23 |
| HSL | 223.2º | 0.46% | 0.58% | - |
| HSV(B) | 223.2º | 0.51% | 0.77% | - |
| XYZ | 22.34 | 21.24 | 55.75 | - |
| YUV | 124.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 197 | 0.51 | 0.37 | 0 | 0.23 | 223.2 | 0.46 | 0.58 |
| Hex | 61 | 7D | C5 | 33 | 25 | 0 | 17 | DF | 2E | 3A |
| Octal | 141 | 175 | 305 | 63 | 45 | 0 | 27 | 337 | 56 | 72 |
| Binary | 1100001 | 1111101 | 11000101 | 110011 | 100101 | 0 | 10111 | 11011111 | 101110 | 111010 |
Color Harmonies of #617DC5
Complementary color
Monochromatic Colors of #617DC5
Black with #617DC5
Text Example
Text Example
White with #617DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617DC5; }
p { color: rgb(97,125,197); }
H1.HeaderClassName
{
color: #617DC5;
}
.AnyTagClassName
{
color: #617DC5;
}
</style>
background-color css
<style>
a { background-color: #617DC5; }
a { background-color: rgb(97,125,197); }
div.DivClassName
{
background-color: #617DC5;
}
.BgClassName
{
background-color: #617DC5;
}
</style>
border-color css
<style>
span { border-color: #617DC5; }
span { border-color: rgb(97,125,197); }
td.TdClassName
{
border-color: #617DC5;
}
.TagClassName
{
border-color: #617DC5;
}
</style>