Shades of Havelock Blue #627FBD
Tints of Havelock Blue #627FBD
RGB
CMYK
RGB Variations
Color information
#627FBD (or 0x627FBD) is known color: Havelock Blue. HEX triplet: 62, 7F and BD. RGB value is (98,127,189). Sum of RGB (Red+Green+Blue) = 98+127+189=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #627FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627FBD is #9D8042. Grayscale: #7D7D7D. Windows color (decimal): -10321987 or 12418914. OLE color: 12418914.
HSL color Cylindrical-coordinate representation of color #627FBD: hue angle of 220.88º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #627FBD is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 127 | 189 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.26 |
| HSL | 220.88º | 0.41% | 0.56% | - |
| HSV(B) | 220.88º | 0.48% | 0.74% | - |
| XYZ | 21.81 | 21.45 | 51.13 | - |
| YUV | 125.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 189 | 0.48 | 0.33 | 0 | 0.26 | 220.88 | 0.41 | 0.56 |
| Hex | 62 | 7F | BD | 30 | 21 | 0 | 1A | DD | 29 | 38 |
| Octal | 142 | 177 | 275 | 60 | 41 | 0 | 32 | 335 | 51 | 70 |
| Binary | 1100010 | 1111111 | 10111101 | 110000 | 100001 | 0 | 11010 | 11011101 | 101001 | 111000 |
Color Harmonies of #627FBD
Complementary color
Monochromatic Colors of #627FBD
Black with #627FBD
Text Example
Text Example
White with #627FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627FBD; }
p { color: rgb(98,127,189); }
H1.HeaderClassName
{
color: #627FBD;
}
.AnyTagClassName
{
color: #627FBD;
}
</style>
background-color css
<style>
a { background-color: #627FBD; }
a { background-color: rgb(98,127,189); }
div.DivClassName
{
background-color: #627FBD;
}
.BgClassName
{
background-color: #627FBD;
}
</style>
border-color css
<style>
span { border-color: #627FBD; }
span { border-color: rgb(98,127,189); }
td.TdClassName
{
border-color: #627FBD;
}
.TagClassName
{
border-color: #627FBD;
}
</style>