Shades of Havelock Blue #627BBF
Tints of Havelock Blue #627BBF
RGB
CMYK
RGB Variations
Color information
#627BBF (or 0x627BBF) is known color: Havelock Blue. HEX triplet: 62, 7B and BF. RGB value is (98,123,191). Sum of RGB (Red+Green+Blue) = 98+123+191=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #627BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627BBF is #9D8440. Grayscale: #7A7A7A. Windows color (decimal): -10323009 or 12548962. OLE color: 12548962.
HSL color Cylindrical-coordinate representation of color #627BBF: hue angle of 223.87º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #627BBF is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 123 | 191 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.25 |
| HSL | 223.87º | 0.42% | 0.57% | - |
| HSV(B) | 223.87º | 0.49% | 0.75% | - |
| XYZ | 21.52 | 20.52 | 52.12 | - |
| YUV | 123.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 191 | 0.49 | 0.36 | 0 | 0.25 | 223.87 | 0.42 | 0.57 |
| Hex | 62 | 7B | BF | 31 | 24 | 0 | 19 | E0 | 2A | 39 |
| Octal | 142 | 173 | 277 | 61 | 44 | 0 | 31 | 340 | 52 | 71 |
| Binary | 1100010 | 1111011 | 10111111 | 110001 | 100100 | 0 | 11001 | 11100000 | 101010 | 111001 |
Color Harmonies of #627BBF
Complementary color
Monochromatic Colors of #627BBF
Black with #627BBF
Text Example
Text Example
White with #627BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627BBF; }
p { color: rgb(98,123,191); }
H1.HeaderClassName
{
color: #627BBF;
}
.AnyTagClassName
{
color: #627BBF;
}
</style>
background-color css
<style>
a { background-color: #627BBF; }
a { background-color: rgb(98,123,191); }
div.DivClassName
{
background-color: #627BBF;
}
.BgClassName
{
background-color: #627BBF;
}
</style>
border-color css
<style>
span { border-color: #627BBF; }
span { border-color: rgb(98,123,191); }
td.TdClassName
{
border-color: #627BBF;
}
.TagClassName
{
border-color: #627BBF;
}
</style>