Shades of Havelock Blue #627DC2
Tints of Havelock Blue #627DC2
RGB
CMYK
RGB Variations
Color information
#627DC2 (or 0x627DC2) is known color: Havelock Blue. HEX triplet: 62, 7D and C2. RGB value is (98,125,194). Sum of RGB (Red+Green+Blue) = 98+125+194=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #627DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DC2 is #9D823D. Grayscale: #7C7C7C. Windows color (decimal): -10322494 or 12746082. OLE color: 12746082.
HSL color Cylindrical-coordinate representation of color #627DC2: hue angle of 223.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #627DC2 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 125 | 194 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.24 |
| HSL | 223.13º | 0.44% | 0.57% | - |
| HSV(B) | 223.13º | 0.49% | 0.76% | - |
| XYZ | 22.11 | 21.16 | 53.96 | - |
| YUV | 124.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 194 | 0.49 | 0.36 | 0 | 0.24 | 223.13 | 0.44 | 0.57 |
| Hex | 62 | 7D | C2 | 31 | 24 | 0 | 18 | DF | 2C | 39 |
| Octal | 142 | 175 | 302 | 61 | 44 | 0 | 30 | 337 | 54 | 71 |
| Binary | 1100010 | 1111101 | 11000010 | 110001 | 100100 | 0 | 11000 | 11011111 | 101100 | 111001 |
Color Harmonies of #627DC2
Complementary color
Monochromatic Colors of #627DC2
Black with #627DC2
Text Example
Text Example
White with #627DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627DC2; }
p { color: rgb(98,125,194); }
H1.HeaderClassName
{
color: #627DC2;
}
.AnyTagClassName
{
color: #627DC2;
}
</style>
background-color css
<style>
a { background-color: #627DC2; }
a { background-color: rgb(98,125,194); }
div.DivClassName
{
background-color: #627DC2;
}
.BgClassName
{
background-color: #627DC2;
}
</style>
border-color css
<style>
span { border-color: #627DC2; }
span { border-color: rgb(98,125,194); }
td.TdClassName
{
border-color: #627DC2;
}
.TagClassName
{
border-color: #627DC2;
}
</style>