Shades of Havelock Blue #627CB9
Tints of Havelock Blue #627CB9
RGB
CMYK
RGB Variations
Color information
#627CB9 (or 0x627CB9) is known color: Havelock Blue. HEX triplet: 62, 7C and B9. RGB value is (98,124,185). Sum of RGB (Red+Green+Blue) = 98+124+185=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #627CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627CB9 is #9D8346. Grayscale: #7A7A7A. Windows color (decimal): -10322759 or 12156002. OLE color: 12156002.
HSL color Cylindrical-coordinate representation of color #627CB9: hue angle of 222.07º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #627CB9 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 124 | 185 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.27 |
| HSL | 222.07º | 0.38% | 0.55% | - |
| HSV(B) | 222.07º | 0.47% | 0.73% | - |
| XYZ | 21 | 20.51 | 48.75 | - |
| YUV | 123.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 185 | 0.47 | 0.33 | 0 | 0.27 | 222.07 | 0.38 | 0.55 |
| Hex | 62 | 7C | B9 | 2F | 21 | 0 | 1B | DE | 26 | 37 |
| Octal | 142 | 174 | 271 | 57 | 41 | 0 | 33 | 336 | 46 | 67 |
| Binary | 1100010 | 1111100 | 10111001 | 101111 | 100001 | 0 | 11011 | 11011110 | 100110 | 110111 |
Color Harmonies of #627CB9
Complementary color
Monochromatic Colors of #627CB9
Black with #627CB9
Text Example
Text Example
White with #627CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627CB9; }
p { color: rgb(98,124,185); }
H1.HeaderClassName
{
color: #627CB9;
}
.AnyTagClassName
{
color: #627CB9;
}
</style>
background-color css
<style>
a { background-color: #627CB9; }
a { background-color: rgb(98,124,185); }
div.DivClassName
{
background-color: #627CB9;
}
.BgClassName
{
background-color: #627CB9;
}
</style>
border-color css
<style>
span { border-color: #627CB9; }
span { border-color: rgb(98,124,185); }
td.TdClassName
{
border-color: #627CB9;
}
.TagClassName
{
border-color: #627CB9;
}
</style>