Shades of Havelock Blue #617BC1
Tints of Havelock Blue #617BC1
RGB
CMYK
RGB Variations
Color information
#617BC1 (or 0x617BC1) is known color: Havelock Blue. HEX triplet: 61, 7B and C1. RGB value is (97,123,193). Sum of RGB (Red+Green+Blue) = 97+123+193=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #617BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BC1 is #9E843E. Grayscale: #7A7A7A. Windows color (decimal): -10388543 or 12680033. OLE color: 12680033.
HSL color Cylindrical-coordinate representation of color #617BC1: hue angle of 223.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #617BC1 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 123 | 193 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.24 |
| HSL | 223.75º | 0.44% | 0.57% | - |
| HSV(B) | 223.75º | 0.5% | 0.76% | - |
| XYZ | 21.64 | 20.56 | 53.28 | - |
| YUV | 123.21 | 167.39 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 193 | 0.50 | 0.36 | 0 | 0.24 | 223.75 | 0.44 | 0.57 |
| Hex | 61 | 7B | C1 | 32 | 24 | 0 | 18 | E0 | 2C | 39 |
| Octal | 141 | 173 | 301 | 62 | 44 | 0 | 30 | 340 | 54 | 71 |
| Binary | 1100001 | 1111011 | 11000001 | 110010 | 100100 | 0 | 11000 | 11100000 | 101100 | 111001 |
Color Harmonies of #617BC1
Complementary color
Monochromatic Colors of #617BC1
Black with #617BC1
Text Example
Text Example
White with #617BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617BC1; }
p { color: rgb(97,123,193); }
H1.HeaderClassName
{
color: #617BC1;
}
.AnyTagClassName
{
color: #617BC1;
}
</style>
background-color css
<style>
a { background-color: #617BC1; }
a { background-color: rgb(97,123,193); }
div.DivClassName
{
background-color: #617BC1;
}
.BgClassName
{
background-color: #617BC1;
}
</style>
border-color css
<style>
span { border-color: #617BC1; }
span { border-color: rgb(97,123,193); }
td.TdClassName
{
border-color: #617BC1;
}
.TagClassName
{
border-color: #617BC1;
}
</style>