Shades of Havelock Blue #627FC7
Tints of Havelock Blue #627FC7
RGB
CMYK
RGB Variations
Color information
#627FC7 (or 0x627FC7) is known color: Havelock Blue. HEX triplet: 62, 7F and C7. RGB value is (98,127,199). Sum of RGB (Red+Green+Blue) = 98+127+199=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #627FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627FC7 is #9D8038. Grayscale: #7E7E7E. Windows color (decimal): -10321977 or 13074274. OLE color: 13074274.
HSL color Cylindrical-coordinate representation of color #627FC7: hue angle of 222.77º 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 #627FC7 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 127 | 199 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.22 |
| HSL | 222.77º | 0.47% | 0.58% | - |
| HSV(B) | 222.77º | 0.51% | 0.78% | - |
| XYZ | 22.94 | 21.9 | 57.05 | - |
| YUV | 126.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 199 | 0.51 | 0.36 | 0 | 0.22 | 222.77 | 0.47 | 0.58 |
| Hex | 62 | 7F | C7 | 33 | 24 | 0 | 16 | DF | 2F | 3A |
| Octal | 142 | 177 | 307 | 63 | 44 | 0 | 26 | 337 | 57 | 72 |
| Binary | 1100010 | 1111111 | 11000111 | 110011 | 100100 | 0 | 10110 | 11011111 | 101111 | 111010 |
Color Harmonies of #627FC7
Complementary color
Monochromatic Colors of #627FC7
Black with #627FC7
Text Example
Text Example
White with #627FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627FC7; }
p { color: rgb(98,127,199); }
H1.HeaderClassName
{
color: #627FC7;
}
.AnyTagClassName
{
color: #627FC7;
}
</style>
background-color css
<style>
a { background-color: #627FC7; }
a { background-color: rgb(98,127,199); }
div.DivClassName
{
background-color: #627FC7;
}
.BgClassName
{
background-color: #627FC7;
}
</style>
border-color css
<style>
span { border-color: #627FC7; }
span { border-color: rgb(98,127,199); }
td.TdClassName
{
border-color: #627FC7;
}
.TagClassName
{
border-color: #627FC7;
}
</style>