Shades of Havelock Blue #627FBF
Tints of Havelock Blue #627FBF
RGB
CMYK
RGB Variations
Color information
#627FBF (or 0x627FBF) is known color: Havelock Blue. HEX triplet: 62, 7F and BF. RGB value is (98,127,191). Sum of RGB (Red+Green+Blue) = 98+127+191=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #627FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627FBF is #9D8040. Grayscale: #7D7D7D. Windows color (decimal): -10321985 or 12549986. OLE color: 12549986.
HSL color Cylindrical-coordinate representation of color #627FBF: hue angle of 221.29º 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 #627FBF is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 127 | 191 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.25 |
| HSL | 221.29º | 0.42% | 0.57% | - |
| HSV(B) | 221.29º | 0.49% | 0.75% | - |
| XYZ | 22.03 | 21.54 | 52.29 | - |
| YUV | 125.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 191 | 0.49 | 0.34 | 0 | 0.25 | 221.29 | 0.42 | 0.57 |
| Hex | 62 | 7F | BF | 31 | 22 | 0 | 19 | DD | 2A | 39 |
| Octal | 142 | 177 | 277 | 61 | 42 | 0 | 31 | 335 | 52 | 71 |
| Binary | 1100010 | 1111111 | 10111111 | 110001 | 100010 | 0 | 11001 | 11011101 | 101010 | 111001 |
Color Harmonies of #627FBF
Complementary color
Monochromatic Colors of #627FBF
Black with #627FBF
Text Example
Text Example
White with #627FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627FBF; }
p { color: rgb(98,127,191); }
H1.HeaderClassName
{
color: #627FBF;
}
.AnyTagClassName
{
color: #627FBF;
}
</style>
background-color css
<style>
a { background-color: #627FBF; }
a { background-color: rgb(98,127,191); }
div.DivClassName
{
background-color: #627FBF;
}
.BgClassName
{
background-color: #627FBF;
}
</style>
border-color css
<style>
span { border-color: #627FBF; }
span { border-color: rgb(98,127,191); }
td.TdClassName
{
border-color: #627FBF;
}
.TagClassName
{
border-color: #627FBF;
}
</style>