Shades of Havelock Blue #627DD2
Tints of Havelock Blue #627DD2
RGB
CMYK
RGB Variations
Color information
#627DD2 (or 0x627DD2) is known color: Havelock Blue. HEX triplet: 62, 7D and D2. RGB value is (98,125,210). Sum of RGB (Red+Green+Blue) = 98+125+210=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #627DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DD2 is #9D822D. Grayscale: #7E7E7E. Windows color (decimal): -10322478 or 13794658. OLE color: 13794658.
HSL color Cylindrical-coordinate representation of color #627DD2: hue angle of 225.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #627DD2 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 125 | 210 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.18 |
| HSL | 225.54º | 0.55% | 0.6% | - |
| HSV(B) | 225.54º | 0.53% | 0.82% | - |
| XYZ | 24 | 21.92 | 63.94 | - |
| YUV | 126.62 | 175.05 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 210 | 0.53 | 0.40 | 0 | 0.18 | 225.54 | 0.55 | 0.6 |
| Hex | 62 | 7D | D2 | 35 | 28 | 0 | 12 | E2 | 37 | 3C |
| Octal | 142 | 175 | 322 | 65 | 50 | 0 | 22 | 342 | 67 | 74 |
| Binary | 1100010 | 1111101 | 11010010 | 110101 | 101000 | 0 | 10010 | 11100010 | 110111 | 111100 |
Color Harmonies of #627DD2
Complementary color
Monochromatic Colors of #627DD2
Black with #627DD2
Text Example
Text Example
White with #627DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627DD2; }
p { color: rgb(98,125,210); }
H1.HeaderClassName
{
color: #627DD2;
}
.AnyTagClassName
{
color: #627DD2;
}
</style>
background-color css
<style>
a { background-color: #627DD2; }
a { background-color: rgb(98,125,210); }
div.DivClassName
{
background-color: #627DD2;
}
.BgClassName
{
background-color: #627DD2;
}
</style>
border-color css
<style>
span { border-color: #627DD2; }
span { border-color: rgb(98,125,210); }
td.TdClassName
{
border-color: #627DD2;
}
.TagClassName
{
border-color: #627DD2;
}
</style>