Shades of Havelock Blue #627DC0
Tints of Havelock Blue #627DC0
RGB
CMYK
RGB Variations
Color information
#627DC0 (or 0x627DC0) is known color: Havelock Blue. HEX triplet: 62, 7D and C0. RGB value is (98,125,192). Sum of RGB (Red+Green+Blue) = 98+125+192=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #627DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DC0 is #9D823F. Grayscale: #7C7C7C. Windows color (decimal): -10322496 or 12615010. OLE color: 12615010.
HSL color Cylindrical-coordinate representation of color #627DC0: hue angle of 222.77º degrees, saturation: 0.43, 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 #627DC0 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 125 | 192 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.25 |
| HSL | 222.77º | 0.43% | 0.57% | - |
| HSV(B) | 222.77º | 0.49% | 0.75% | - |
| XYZ | 21.89 | 21.07 | 52.78 | - |
| YUV | 124.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 192 | 0.49 | 0.35 | 0 | 0.25 | 222.77 | 0.43 | 0.57 |
| Hex | 62 | 7D | C0 | 31 | 23 | 0 | 19 | DF | 2B | 39 |
| Octal | 142 | 175 | 300 | 61 | 43 | 0 | 31 | 337 | 53 | 71 |
| Binary | 1100010 | 1111101 | 11000000 | 110001 | 100011 | 0 | 11001 | 11011111 | 101011 | 111001 |
Color Harmonies of #627DC0
Complementary color
Monochromatic Colors of #627DC0
Black with #627DC0
Text Example
Text Example
White with #627DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627DC0; }
p { color: rgb(98,125,192); }
H1.HeaderClassName
{
color: #627DC0;
}
.AnyTagClassName
{
color: #627DC0;
}
</style>
background-color css
<style>
a { background-color: #627DC0; }
a { background-color: rgb(98,125,192); }
div.DivClassName
{
background-color: #627DC0;
}
.BgClassName
{
background-color: #627DC0;
}
</style>
border-color css
<style>
span { border-color: #627DC0; }
span { border-color: rgb(98,125,192); }
td.TdClassName
{
border-color: #627DC0;
}
.TagClassName
{
border-color: #627DC0;
}
</style>