Shades of Havelock Blue #617BCB
Tints of Havelock Blue #617BCB
RGB
CMYK
RGB Variations
Color information
#617BCB (or 0x617BCB) is known color: Havelock Blue. HEX triplet: 61, 7B and CB. RGB value is (97,123,203). Sum of RGB (Red+Green+Blue) = 97+123+203=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #617BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BCB is #9E8434. Grayscale: #7B7B7B. Windows color (decimal): -10388533 or 13335393. OLE color: 13335393.
HSL color Cylindrical-coordinate representation of color #617BCB: hue angle of 225.28º 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 #617BCB is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 123 | 203 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.20 |
| HSL | 225.28º | 0.5% | 0.59% | - |
| HSV(B) | 225.28º | 0.52% | 0.8% | - |
| XYZ | 22.79 | 21.02 | 59.36 | - |
| YUV | 124.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 203 | 0.52 | 0.39 | 0 | 0.20 | 225.28 | 0.5 | 0.59 |
| Hex | 61 | 7B | CB | 34 | 27 | 0 | 14 | E1 | 32 | 3B |
| Octal | 141 | 173 | 313 | 64 | 47 | 0 | 24 | 341 | 62 | 73 |
| Binary | 1100001 | 1111011 | 11001011 | 110100 | 100111 | 0 | 10100 | 11100001 | 110010 | 111011 |
Color Harmonies of #617BCB
Complementary color
Monochromatic Colors of #617BCB
Black with #617BCB
Text Example
Text Example
White with #617BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617BCB; }
p { color: rgb(97,123,203); }
H1.HeaderClassName
{
color: #617BCB;
}
.AnyTagClassName
{
color: #617BCB;
}
</style>
background-color css
<style>
a { background-color: #617BCB; }
a { background-color: rgb(97,123,203); }
div.DivClassName
{
background-color: #617BCB;
}
.BgClassName
{
background-color: #617BCB;
}
</style>
border-color css
<style>
span { border-color: #617BCB; }
span { border-color: rgb(97,123,203); }
td.TdClassName
{
border-color: #617BCB;
}
.TagClassName
{
border-color: #617BCB;
}
</style>