Shades of Havelock Blue #627CCA
Tints of Havelock Blue #627CCA
RGB
CMYK
RGB Variations
Color information
#627CCA (or 0x627CCA) is known color: Havelock Blue. HEX triplet: 62, 7C and CA. RGB value is (98,124,202). Sum of RGB (Red+Green+Blue) = 98+124+202=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #627CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627CCA is #9D8335. Grayscale: #7C7C7C. Windows color (decimal): -10322742 or 13270114. OLE color: 13270114.
HSL color Cylindrical-coordinate representation of color #627CCA: hue angle of 225º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #627CCA is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 124 | 202 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.21 |
| HSL | 225º | 0.5% | 0.59% | - |
| HSV(B) | 225º | 0.51% | 0.79% | - |
| XYZ | 22.91 | 21.28 | 58.78 | - |
| YUV | 125.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 202 | 0.51 | 0.39 | 0 | 0.21 | 225 | 0.5 | 0.59 |
| Hex | 62 | 7C | CA | 33 | 27 | 0 | 15 | E1 | 32 | 3B |
| Octal | 142 | 174 | 312 | 63 | 47 | 0 | 25 | 341 | 62 | 73 |
| Binary | 1100010 | 1111100 | 11001010 | 110011 | 100111 | 0 | 10101 | 11100001 | 110010 | 111011 |
Color Harmonies of #627CCA
Complementary color
Monochromatic Colors of #627CCA
Black with #627CCA
Text Example
Text Example
White with #627CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627CCA; }
p { color: rgb(98,124,202); }
H1.HeaderClassName
{
color: #627CCA;
}
.AnyTagClassName
{
color: #627CCA;
}
</style>
background-color css
<style>
a { background-color: #627CCA; }
a { background-color: rgb(98,124,202); }
div.DivClassName
{
background-color: #627CCA;
}
.BgClassName
{
background-color: #627CCA;
}
</style>
border-color css
<style>
span { border-color: #627CCA; }
span { border-color: rgb(98,124,202); }
td.TdClassName
{
border-color: #627CCA;
}
.TagClassName
{
border-color: #627CCA;
}
</style>