Shades of Havelock Blue #617BC9
Tints of Havelock Blue #617BC9
RGB
CMYK
RGB Variations
Color information
#617BC9 (or 0x617BC9) is known color: Havelock Blue. HEX triplet: 61, 7B and C9. RGB value is (97,123,201). Sum of RGB (Red+Green+Blue) = 97+123+201=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #617BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BC9 is #9E8436. Grayscale: #7B7B7B. Windows color (decimal): -10388535 or 13204321. OLE color: 13204321.
HSL color Cylindrical-coordinate representation of color #617BC9: hue angle of 225º 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 #617BC9 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 123 | 201 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.21 |
| HSL | 225º | 0.49% | 0.58% | - |
| HSV(B) | 225º | 0.52% | 0.79% | - |
| XYZ | 22.56 | 20.92 | 58.11 | - |
| YUV | 124.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 201 | 0.52 | 0.39 | 0 | 0.21 | 225 | 0.49 | 0.58 |
| Hex | 61 | 7B | C9 | 34 | 27 | 0 | 15 | E1 | 31 | 3A |
| Octal | 141 | 173 | 311 | 64 | 47 | 0 | 25 | 341 | 61 | 72 |
| Binary | 1100001 | 1111011 | 11001001 | 110100 | 100111 | 0 | 10101 | 11100001 | 110001 | 111010 |
Color Harmonies of #617BC9
Complementary color
Monochromatic Colors of #617BC9
Black with #617BC9
Text Example
Text Example
White with #617BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617BC9; }
p { color: rgb(97,123,201); }
H1.HeaderClassName
{
color: #617BC9;
}
.AnyTagClassName
{
color: #617BC9;
}
</style>
background-color css
<style>
a { background-color: #617BC9; }
a { background-color: rgb(97,123,201); }
div.DivClassName
{
background-color: #617BC9;
}
.BgClassName
{
background-color: #617BC9;
}
</style>
border-color css
<style>
span { border-color: #617BC9; }
span { border-color: rgb(97,123,201); }
td.TdClassName
{
border-color: #617BC9;
}
.TagClassName
{
border-color: #617BC9;
}
</style>