Shades of Havelock Blue #627AD7
Tints of Havelock Blue #627AD7
RGB
CMYK
RGB Variations
Color information
#627AD7 (or 0x627AD7) is known color: Havelock Blue. HEX triplet: 62, 7A and D7. RGB value is (98,122,215). Sum of RGB (Red+Green+Blue) = 98+122+215=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #627AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627AD7 is #9D8528. Grayscale: #7D7D7D. Windows color (decimal): -10323241 or 14121570. OLE color: 14121570.
HSL color Cylindrical-coordinate representation of color #627AD7: hue angle of 227.69º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #627AD7 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 122 | 215 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.16 |
| HSL | 227.69º | 0.59% | 0.61% | - |
| HSV(B) | 227.69º | 0.54% | 0.84% | - |
| XYZ | 24.26 | 21.42 | 67.15 | - |
| YUV | 125.43 | 178.55 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 215 | 0.54 | 0.43 | 0 | 0.16 | 227.69 | 0.59 | 0.61 |
| Hex | 62 | 7A | D7 | 36 | 2B | 0 | 10 | E4 | 3B | 3D |
| Octal | 142 | 172 | 327 | 66 | 53 | 0 | 20 | 344 | 73 | 75 |
| Binary | 1100010 | 1111010 | 11010111 | 110110 | 101011 | 0 | 10000 | 11100100 | 111011 | 111101 |
Color Harmonies of #627AD7
Complementary color
Monochromatic Colors of #627AD7
Black with #627AD7
Text Example
Text Example
White with #627AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627AD7; }
p { color: rgb(98,122,215); }
H1.HeaderClassName
{
color: #627AD7;
}
.AnyTagClassName
{
color: #627AD7;
}
</style>
background-color css
<style>
a { background-color: #627AD7; }
a { background-color: rgb(98,122,215); }
div.DivClassName
{
background-color: #627AD7;
}
.BgClassName
{
background-color: #627AD7;
}
</style>
border-color css
<style>
span { border-color: #627AD7; }
span { border-color: rgb(98,122,215); }
td.TdClassName
{
border-color: #627AD7;
}
.TagClassName
{
border-color: #627AD7;
}
</style>