Shades of Havelock Blue #627BBC
Tints of Havelock Blue #627BBC
RGB
CMYK
RGB Variations
Color information
#627BBC (or 0x627BBC) is known color: Havelock Blue. HEX triplet: 62, 7B and BC. RGB value is (98,123,188). Sum of RGB (Red+Green+Blue) = 98+123+188=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #627BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627BBC is #9D8443. Grayscale: #7A7A7A. Windows color (decimal): -10323012 or 12352354. OLE color: 12352354.
HSL color Cylindrical-coordinate representation of color #627BBC: hue angle of 223.33º degrees, saturation: 0.4, 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 #627BBC is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 123 | 188 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.26 |
| HSL | 223.33º | 0.4% | 0.56% | - |
| HSV(B) | 223.33º | 0.48% | 0.74% | - |
| XYZ | 21.2 | 20.39 | 50.4 | - |
| YUV | 122.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 188 | 0.48 | 0.35 | 0 | 0.26 | 223.33 | 0.4 | 0.56 |
| Hex | 62 | 7B | BC | 30 | 23 | 0 | 1A | DF | 28 | 38 |
| Octal | 142 | 173 | 274 | 60 | 43 | 0 | 32 | 337 | 50 | 70 |
| Binary | 1100010 | 1111011 | 10111100 | 110000 | 100011 | 0 | 11010 | 11011111 | 101000 | 111000 |
Color Harmonies of #627BBC
Complementary color
Monochromatic Colors of #627BBC
Black with #627BBC
Text Example
Text Example
White with #627BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627BBC; }
p { color: rgb(98,123,188); }
H1.HeaderClassName
{
color: #627BBC;
}
.AnyTagClassName
{
color: #627BBC;
}
</style>
background-color css
<style>
a { background-color: #627BBC; }
a { background-color: rgb(98,123,188); }
div.DivClassName
{
background-color: #627BBC;
}
.BgClassName
{
background-color: #627BBC;
}
</style>
border-color css
<style>
span { border-color: #627BBC; }
span { border-color: rgb(98,123,188); }
td.TdClassName
{
border-color: #627BBC;
}
.TagClassName
{
border-color: #627BBC;
}
</style>