Shades of Havelock Blue #637FD1
Tints of Havelock Blue #637FD1
RGB
CMYK
RGB Variations
Color information
#637FD1 (or 0x637FD1) is known color: Havelock Blue. HEX triplet: 63, 7F and D1. RGB value is (99,127,209). Sum of RGB (Red+Green+Blue) = 99+127+209=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #637FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637FD1 is #9C802E. Grayscale: #7F7F7F. Windows color (decimal): -10256431 or 13729635. OLE color: 13729635.
HSL color Cylindrical-coordinate representation of color #637FD1: hue angle of 224.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #637FD1 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 127 | 209 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.18 |
| HSL | 224.73º | 0.54% | 0.6% | - |
| HSV(B) | 224.73º | 0.53% | 0.82% | - |
| XYZ | 24.24 | 22.43 | 63.37 | - |
| YUV | 127.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 209 | 0.53 | 0.39 | 0 | 0.18 | 224.73 | 0.54 | 0.6 |
| Hex | 63 | 7F | D1 | 35 | 27 | 0 | 12 | E1 | 36 | 3C |
| Octal | 143 | 177 | 321 | 65 | 47 | 0 | 22 | 341 | 66 | 74 |
| Binary | 1100011 | 1111111 | 11010001 | 110101 | 100111 | 0 | 10010 | 11100001 | 110110 | 111100 |
Color Harmonies of #637FD1
Complementary color
Monochromatic Colors of #637FD1
Black with #637FD1
Text Example
Text Example
White with #637FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637FD1; }
p { color: rgb(99,127,209); }
H1.HeaderClassName
{
color: #637FD1;
}
.AnyTagClassName
{
color: #637FD1;
}
</style>
background-color css
<style>
a { background-color: #637FD1; }
a { background-color: rgb(99,127,209); }
div.DivClassName
{
background-color: #637FD1;
}
.BgClassName
{
background-color: #637FD1;
}
</style>
border-color css
<style>
span { border-color: #637FD1; }
span { border-color: rgb(99,127,209); }
td.TdClassName
{
border-color: #637FD1;
}
.TagClassName
{
border-color: #637FD1;
}
</style>