Shades of Havelock Blue #627DCE
Tints of Havelock Blue #627DCE
RGB
CMYK
RGB Variations
Color information
#627DCE (or 0x627DCE) is known color: Havelock Blue. HEX triplet: 62, 7D and CE. RGB value is (98,125,206). Sum of RGB (Red+Green+Blue) = 98+125+206=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #627DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DCE is #9D8231. Grayscale: #7D7D7D. Windows color (decimal): -10322482 or 13532514. OLE color: 13532514.
HSL color Cylindrical-coordinate representation of color #627DCE: hue angle of 225º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #627DCE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 125 | 206 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.19 |
| HSL | 225º | 0.52% | 0.6% | - |
| HSV(B) | 225º | 0.52% | 0.81% | - |
| XYZ | 23.51 | 21.72 | 61.35 | - |
| YUV | 126.16 | 173.05 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 206 | 0.52 | 0.39 | 0 | 0.19 | 225 | 0.52 | 0.6 |
| Hex | 62 | 7D | CE | 34 | 27 | 0 | 13 | E1 | 34 | 3C |
| Octal | 142 | 175 | 316 | 64 | 47 | 0 | 23 | 341 | 64 | 74 |
| Binary | 1100010 | 1111101 | 11001110 | 110100 | 100111 | 0 | 10011 | 11100001 | 110100 | 111100 |
Color Harmonies of #627DCE
Complementary color
Monochromatic Colors of #627DCE
Black with #627DCE
Text Example
Text Example
White with #627DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627DCE; }
p { color: rgb(98,125,206); }
H1.HeaderClassName
{
color: #627DCE;
}
.AnyTagClassName
{
color: #627DCE;
}
</style>
background-color css
<style>
a { background-color: #627DCE; }
a { background-color: rgb(98,125,206); }
div.DivClassName
{
background-color: #627DCE;
}
.BgClassName
{
background-color: #627DCE;
}
</style>
border-color css
<style>
span { border-color: #627DCE; }
span { border-color: rgb(98,125,206); }
td.TdClassName
{
border-color: #627DCE;
}
.TagClassName
{
border-color: #627DCE;
}
</style>