Shades of Havelock Blue #637FD4
Tints of Havelock Blue #637FD4
RGB
CMYK
RGB Variations
Color information
#637FD4 (or 0x637FD4) is known color: Havelock Blue. HEX triplet: 63, 7F and D4. RGB value is (99,127,212). Sum of RGB (Red+Green+Blue) = 99+127+212=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #637FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637FD4 is #9C802B. Grayscale: #7F7F7F. Windows color (decimal): -10256428 or 13926243. OLE color: 13926243.
HSL color Cylindrical-coordinate representation of color #637FD4: hue angle of 225.13º 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 #637FD4 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 127 | 212 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.17 |
| HSL | 225.13º | 0.57% | 0.61% | - |
| HSV(B) | 225.13º | 0.53% | 0.83% | - |
| XYZ | 24.62 | 22.58 | 65.35 | - |
| YUV | 128.32 | 175.22 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 212 | 0.53 | 0.40 | 0 | 0.17 | 225.13 | 0.57 | 0.61 |
| Hex | 63 | 7F | D4 | 35 | 28 | 0 | 11 | E1 | 39 | 3D |
| Octal | 143 | 177 | 324 | 65 | 50 | 0 | 21 | 341 | 71 | 75 |
| Binary | 1100011 | 1111111 | 11010100 | 110101 | 101000 | 0 | 10001 | 11100001 | 111001 | 111101 |
Color Harmonies of #637FD4
Complementary color
Monochromatic Colors of #637FD4
Black with #637FD4
Text Example
Text Example
White with #637FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637FD4; }
p { color: rgb(99,127,212); }
H1.HeaderClassName
{
color: #637FD4;
}
.AnyTagClassName
{
color: #637FD4;
}
</style>
background-color css
<style>
a { background-color: #637FD4; }
a { background-color: rgb(99,127,212); }
div.DivClassName
{
background-color: #637FD4;
}
.BgClassName
{
background-color: #637FD4;
}
</style>
border-color css
<style>
span { border-color: #637FD4; }
span { border-color: rgb(99,127,212); }
td.TdClassName
{
border-color: #637FD4;
}
.TagClassName
{
border-color: #637FD4;
}
</style>