Shades of Havelock Blue #627CCF
Tints of Havelock Blue #627CCF
RGB
CMYK
RGB Variations
Color information
#627CCF (or 0x627CCF) is known color: Havelock Blue. HEX triplet: 62, 7C and CF. RGB value is (98,124,207). Sum of RGB (Red+Green+Blue) = 98+124+207=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #627CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627CCF is #9D8330. Grayscale: #7D7D7D. Windows color (decimal): -10322737 or 13597794. OLE color: 13597794.
HSL color Cylindrical-coordinate representation of color #627CCF: hue angle of 225.69º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #627CCF is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 124 | 207 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.19 |
| HSL | 225.69º | 0.53% | 0.6% | - |
| HSV(B) | 225.69º | 0.53% | 0.81% | - |
| XYZ | 23.51 | 21.52 | 61.95 | - |
| YUV | 125.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 207 | 0.53 | 0.40 | 0 | 0.19 | 225.69 | 0.53 | 0.6 |
| Hex | 62 | 7C | CF | 35 | 28 | 0 | 13 | E2 | 35 | 3C |
| Octal | 142 | 174 | 317 | 65 | 50 | 0 | 23 | 342 | 65 | 74 |
| Binary | 1100010 | 1111100 | 11001111 | 110101 | 101000 | 0 | 10011 | 11100010 | 110101 | 111100 |
Color Harmonies of #627CCF
Complementary color
Monochromatic Colors of #627CCF
Black with #627CCF
Text Example
Text Example
White with #627CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627CCF; }
p { color: rgb(98,124,207); }
H1.HeaderClassName
{
color: #627CCF;
}
.AnyTagClassName
{
color: #627CCF;
}
</style>
background-color css
<style>
a { background-color: #627CCF; }
a { background-color: rgb(98,124,207); }
div.DivClassName
{
background-color: #627CCF;
}
.BgClassName
{
background-color: #627CCF;
}
</style>
border-color css
<style>
span { border-color: #627CCF; }
span { border-color: rgb(98,124,207); }
td.TdClassName
{
border-color: #627CCF;
}
.TagClassName
{
border-color: #627CCF;
}
</style>