Shades of Havelock Blue #627EC7
Tints of Havelock Blue #627EC7
RGB
CMYK
RGB Variations
Color information
#627EC7 (or 0x627EC7) is known color: Havelock Blue. HEX triplet: 62, 7E and C7. RGB value is (98,126,199). Sum of RGB (Red+Green+Blue) = 98+126+199=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #627EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627EC7 is #9D8138. Grayscale: #7D7D7D. Windows color (decimal): -10322233 or 13074018. OLE color: 13074018.
HSL color Cylindrical-coordinate representation of color #627EC7: hue angle of 223.37º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #627EC7 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 126 | 199 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.22 |
| HSL | 223.37º | 0.47% | 0.58% | - |
| HSV(B) | 223.37º | 0.51% | 0.78% | - |
| XYZ | 22.81 | 21.64 | 57.01 | - |
| YUV | 125.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 199 | 0.51 | 0.37 | 0 | 0.22 | 223.37 | 0.47 | 0.58 |
| Hex | 62 | 7E | C7 | 33 | 25 | 0 | 16 | DF | 2F | 3A |
| Octal | 142 | 176 | 307 | 63 | 45 | 0 | 26 | 337 | 57 | 72 |
| Binary | 1100010 | 1111110 | 11000111 | 110011 | 100101 | 0 | 10110 | 11011111 | 101111 | 111010 |
Color Harmonies of #627EC7
Complementary color
Monochromatic Colors of #627EC7
Black with #627EC7
Text Example
Text Example
White with #627EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627EC7; }
p { color: rgb(98,126,199); }
H1.HeaderClassName
{
color: #627EC7;
}
.AnyTagClassName
{
color: #627EC7;
}
</style>
background-color css
<style>
a { background-color: #627EC7; }
a { background-color: rgb(98,126,199); }
div.DivClassName
{
background-color: #627EC7;
}
.BgClassName
{
background-color: #627EC7;
}
</style>
border-color css
<style>
span { border-color: #627EC7; }
span { border-color: rgb(98,126,199); }
td.TdClassName
{
border-color: #627EC7;
}
.TagClassName
{
border-color: #627EC7;
}
</style>