Shades of Havelock Blue #617DCB
Tints of Havelock Blue #617DCB
RGB
CMYK
RGB Variations
Color information
#617DCB (or 0x617DCB) is known color: Havelock Blue. HEX triplet: 61, 7D and CB. RGB value is (97,125,203). Sum of RGB (Red+Green+Blue) = 97+125+203=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #617DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DCB is #9E8234. Grayscale: #7D7D7D. Windows color (decimal): -10388021 or 13335905. OLE color: 13335905.
HSL color Cylindrical-coordinate representation of color #617DCB: hue angle of 224.15º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #617DCB is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 125 | 203 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.20 |
| HSL | 224.15º | 0.5% | 0.59% | - |
| HSV(B) | 224.15º | 0.52% | 0.8% | - |
| XYZ | 23.04 | 21.52 | 59.44 | - |
| YUV | 125.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 203 | 0.52 | 0.38 | 0 | 0.20 | 224.15 | 0.5 | 0.59 |
| Hex | 61 | 7D | CB | 34 | 26 | 0 | 14 | E0 | 32 | 3B |
| Octal | 141 | 175 | 313 | 64 | 46 | 0 | 24 | 340 | 62 | 73 |
| Binary | 1100001 | 1111101 | 11001011 | 110100 | 100110 | 0 | 10100 | 11100000 | 110010 | 111011 |
Color Harmonies of #617DCB
Complementary color
Monochromatic Colors of #617DCB
Black with #617DCB
Text Example
Text Example
White with #617DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617DCB; }
p { color: rgb(97,125,203); }
H1.HeaderClassName
{
color: #617DCB;
}
.AnyTagClassName
{
color: #617DCB;
}
</style>
background-color css
<style>
a { background-color: #617DCB; }
a { background-color: rgb(97,125,203); }
div.DivClassName
{
background-color: #617DCB;
}
.BgClassName
{
background-color: #617DCB;
}
</style>
border-color css
<style>
span { border-color: #617DCB; }
span { border-color: rgb(97,125,203); }
td.TdClassName
{
border-color: #617DCB;
}
.TagClassName
{
border-color: #617DCB;
}
</style>