Shades of Havelock Blue #637ED0
Tints of Havelock Blue #637ED0
RGB
CMYK
RGB Variations
Color information
#637ED0 (or 0x637ED0) is known color: Havelock Blue. HEX triplet: 63, 7E and D0. RGB value is (99,126,208). Sum of RGB (Red+Green+Blue) = 99+126+208=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #637ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637ED0 is #9C812F. Grayscale: #7E7E7E. Windows color (decimal): -10256688 or 13663843. OLE color: 13663843.
HSL color Cylindrical-coordinate representation of color #637ED0: hue angle of 225.14º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #637ED0 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 126 | 208 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.18 |
| HSL | 225.14º | 0.54% | 0.6% | - |
| HSV(B) | 225.14º | 0.52% | 0.82% | - |
| XYZ | 23.99 | 22.13 | 62.68 | - |
| YUV | 127.28 | 173.55 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 126 | 208 | 0.52 | 0.39 | 0 | 0.18 | 225.14 | 0.54 | 0.6 |
| Hex | 63 | 7E | D0 | 34 | 27 | 0 | 12 | E1 | 36 | 3C |
| Octal | 143 | 176 | 320 | 64 | 47 | 0 | 22 | 341 | 66 | 74 |
| Binary | 1100011 | 1111110 | 11010000 | 110100 | 100111 | 0 | 10010 | 11100001 | 110110 | 111100 |
Color Harmonies of #637ED0
Complementary color
Monochromatic Colors of #637ED0
Black with #637ED0
Text Example
Text Example
White with #637ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637ED0; }
p { color: rgb(99,126,208); }
H1.HeaderClassName
{
color: #637ED0;
}
.AnyTagClassName
{
color: #637ED0;
}
</style>
background-color css
<style>
a { background-color: #637ED0; }
a { background-color: rgb(99,126,208); }
div.DivClassName
{
background-color: #637ED0;
}
.BgClassName
{
background-color: #637ED0;
}
</style>
border-color css
<style>
span { border-color: #637ED0; }
span { border-color: rgb(99,126,208); }
td.TdClassName
{
border-color: #637ED0;
}
.TagClassName
{
border-color: #637ED0;
}
</style>