Shades of Havelock Blue #617DC9
Tints of Havelock Blue #617DC9
RGB
CMYK
RGB Variations
Color information
#617DC9 (or 0x617DC9) is known color: Havelock Blue. HEX triplet: 61, 7D and C9. RGB value is (97,125,201). Sum of RGB (Red+Green+Blue) = 97+125+201=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #617DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DC9 is #9E8236. Grayscale: #7C7C7C. Windows color (decimal): -10388023 or 13204833. OLE color: 13204833.
HSL color Cylindrical-coordinate representation of color #617DC9: hue angle of 223.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #617DC9 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 125 | 201 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.21 |
| HSL | 223.85º | 0.49% | 0.58% | - |
| HSV(B) | 223.85º | 0.52% | 0.79% | - |
| XYZ | 22.81 | 21.43 | 58.19 | - |
| YUV | 125.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 201 | 0.52 | 0.38 | 0 | 0.21 | 223.85 | 0.49 | 0.58 |
| Hex | 61 | 7D | C9 | 34 | 26 | 0 | 15 | E0 | 31 | 3A |
| Octal | 141 | 175 | 311 | 64 | 46 | 0 | 25 | 340 | 61 | 72 |
| Binary | 1100001 | 1111101 | 11001001 | 110100 | 100110 | 0 | 10101 | 11100000 | 110001 | 111010 |
Color Harmonies of #617DC9
Complementary color
Monochromatic Colors of #617DC9
Black with #617DC9
Text Example
Text Example
White with #617DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617DC9; }
p { color: rgb(97,125,201); }
H1.HeaderClassName
{
color: #617DC9;
}
.AnyTagClassName
{
color: #617DC9;
}
</style>
background-color css
<style>
a { background-color: #617DC9; }
a { background-color: rgb(97,125,201); }
div.DivClassName
{
background-color: #617DC9;
}
.BgClassName
{
background-color: #617DC9;
}
</style>
border-color css
<style>
span { border-color: #617DC9; }
span { border-color: rgb(97,125,201); }
td.TdClassName
{
border-color: #617DC9;
}
.TagClassName
{
border-color: #617DC9;
}
</style>