Shades of Havelock Blue #617CBB
Tints of Havelock Blue #617CBB
RGB
CMYK
RGB Variations
Color information
#617CBB (or 0x617CBB) is known color: Havelock Blue. HEX triplet: 61, 7C and BB. RGB value is (97,124,187). Sum of RGB (Red+Green+Blue) = 97+124+187=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #617CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CBB is #9E8344. Grayscale: #7A7A7A. Windows color (decimal): -10388293 or 12287073. OLE color: 12287073.
HSL color Cylindrical-coordinate representation of color #617CBB: hue angle of 222º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #617CBB is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 124 | 187 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.27 |
| HSL | 222º | 0.4% | 0.56% | - |
| HSV(B) | 222º | 0.48% | 0.73% | - |
| XYZ | 21.11 | 20.54 | 49.87 | - |
| YUV | 123.11 | 164.05 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 187 | 0.48 | 0.34 | 0 | 0.27 | 222 | 0.4 | 0.56 |
| Hex | 61 | 7C | BB | 30 | 22 | 0 | 1B | DE | 28 | 38 |
| Octal | 141 | 174 | 273 | 60 | 42 | 0 | 33 | 336 | 50 | 70 |
| Binary | 1100001 | 1111100 | 10111011 | 110000 | 100010 | 0 | 11011 | 11011110 | 101000 | 111000 |
Color Harmonies of #617CBB
Complementary color
Monochromatic Colors of #617CBB
Black with #617CBB
Text Example
Text Example
White with #617CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617CBB; }
p { color: rgb(97,124,187); }
H1.HeaderClassName
{
color: #617CBB;
}
.AnyTagClassName
{
color: #617CBB;
}
</style>
background-color css
<style>
a { background-color: #617CBB; }
a { background-color: rgb(97,124,187); }
div.DivClassName
{
background-color: #617CBB;
}
.BgClassName
{
background-color: #617CBB;
}
</style>
border-color css
<style>
span { border-color: #617CBB; }
span { border-color: rgb(97,124,187); }
td.TdClassName
{
border-color: #617CBB;
}
.TagClassName
{
border-color: #617CBB;
}
</style>