Shades of Havelock Blue #637ED4
Tints of Havelock Blue #637ED4
RGB
CMYK
RGB Variations
Color information
#637ED4 (or 0x637ED4) is known color: Havelock Blue. HEX triplet: 63, 7E and D4. RGB value is (99,126,212). Sum of RGB (Red+Green+Blue) = 99+126+212=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #637ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637ED4 is #9C812B. Grayscale: #7F7F7F. Windows color (decimal): -10256684 or 13925987. OLE color: 13925987.
HSL color Cylindrical-coordinate representation of color #637ED4: hue angle of 225.66º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #637ED4 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 126 | 212 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.17 |
| HSL | 225.66º | 0.57% | 0.61% | - |
| HSV(B) | 225.66º | 0.53% | 0.83% | - |
| XYZ | 24.49 | 22.33 | 65.31 | - |
| YUV | 127.73 | 175.55 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 126 | 212 | 0.53 | 0.41 | 0 | 0.17 | 225.66 | 0.57 | 0.61 |
| Hex | 63 | 7E | D4 | 35 | 29 | 0 | 11 | E2 | 39 | 3D |
| Octal | 143 | 176 | 324 | 65 | 51 | 0 | 21 | 342 | 71 | 75 |
| Binary | 1100011 | 1111110 | 11010100 | 110101 | 101001 | 0 | 10001 | 11100010 | 111001 | 111101 |
Color Harmonies of #637ED4
Complementary color
Monochromatic Colors of #637ED4
Black with #637ED4
Text Example
Text Example
White with #637ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637ED4; }
p { color: rgb(99,126,212); }
H1.HeaderClassName
{
color: #637ED4;
}
.AnyTagClassName
{
color: #637ED4;
}
</style>
background-color css
<style>
a { background-color: #637ED4; }
a { background-color: rgb(99,126,212); }
div.DivClassName
{
background-color: #637ED4;
}
.BgClassName
{
background-color: #637ED4;
}
</style>
border-color css
<style>
span { border-color: #637ED4; }
span { border-color: rgb(99,126,212); }
td.TdClassName
{
border-color: #637ED4;
}
.TagClassName
{
border-color: #637ED4;
}
</style>