Shades of Havelock Blue #637DB2
Tints of Havelock Blue #637DB2
RGB
CMYK
RGB Variations
Color information
#637DB2 (or 0x637DB2) is known color: Havelock Blue. HEX triplet: 63, 7D and B2. RGB value is (99,125,178). Sum of RGB (Red+Green+Blue) = 99+125+178=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #637DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637DB2 is #9C824D. Grayscale: #7B7B7B. Windows color (decimal): -10256974 or 11697507. OLE color: 11697507.
HSL color Cylindrical-coordinate representation of color #637DB2: hue angle of 220.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #637DB2 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 125 | 178 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.30 |
| HSL | 220.25º | 0.34% | 0.54% | - |
| HSV(B) | 220.25º | 0.44% | 0.7% | - |
| XYZ | 20.52 | 20.53 | 45 | - |
| YUV | 123.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 178 | 0.44 | 0.30 | 0 | 0.30 | 220.25 | 0.34 | 0.54 |
| Hex | 63 | 7D | B2 | 2C | 1E | 0 | 1E | DC | 22 | 36 |
| Octal | 143 | 175 | 262 | 54 | 36 | 0 | 36 | 334 | 42 | 66 |
| Binary | 1100011 | 1111101 | 10110010 | 101100 | 11110 | 0 | 11110 | 11011100 | 100010 | 110110 |
Color Harmonies of #637DB2
Complementary color
Monochromatic Colors of #637DB2
Black with #637DB2
Text Example
Text Example
White with #637DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637DB2; }
p { color: rgb(99,125,178); }
H1.HeaderClassName
{
color: #637DB2;
}
.AnyTagClassName
{
color: #637DB2;
}
</style>
background-color css
<style>
a { background-color: #637DB2; }
a { background-color: rgb(99,125,178); }
div.DivClassName
{
background-color: #637DB2;
}
.BgClassName
{
background-color: #637DB2;
}
</style>
border-color css
<style>
span { border-color: #637DB2; }
span { border-color: rgb(99,125,178); }
td.TdClassName
{
border-color: #637DB2;
}
.TagClassName
{
border-color: #637DB2;
}
</style>