Shades of Havelock Blue #637DB0
Tints of Havelock Blue #637DB0
RGB
CMYK
RGB Variations
Color information
#637DB0 (or 0x637DB0) is known color: Havelock Blue. HEX triplet: 63, 7D and B0. RGB value is (99,125,176). Sum of RGB (Red+Green+Blue) = 99+125+176=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 176 - color contains mainly: blue. Hex color #637DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637DB0 is #9C824F. Grayscale: #7A7A7A. Windows color (decimal): -10256976 or 11566435. OLE color: 11566435.
HSL color Cylindrical-coordinate representation of color #637DB0: hue angle of 219.74º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #637DB0 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 125 | 176 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.31 |
| HSL | 219.74º | 0.33% | 0.54% | - |
| HSV(B) | 219.74º | 0.44% | 0.69% | - |
| XYZ | 20.32 | 20.45 | 43.95 | - |
| YUV | 123.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 176 | 0.44 | 0.29 | 0 | 0.31 | 219.74 | 0.33 | 0.54 |
| Hex | 63 | 7D | B0 | 2C | 1D | 0 | 1F | DC | 21 | 36 |
| Octal | 143 | 175 | 260 | 54 | 35 | 0 | 37 | 334 | 41 | 66 |
| Binary | 1100011 | 1111101 | 10110000 | 101100 | 11101 | 0 | 11111 | 11011100 | 100001 | 110110 |
Color Harmonies of #637DB0
Complementary color
Monochromatic Colors of #637DB0
Black with #637DB0
Text Example
Text Example
White with #637DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637DB0; }
p { color: rgb(99,125,176); }
H1.HeaderClassName
{
color: #637DB0;
}
.AnyTagClassName
{
color: #637DB0;
}
</style>
background-color css
<style>
a { background-color: #637DB0; }
a { background-color: rgb(99,125,176); }
div.DivClassName
{
background-color: #637DB0;
}
.BgClassName
{
background-color: #637DB0;
}
</style>
border-color css
<style>
span { border-color: #637DB0; }
span { border-color: rgb(99,125,176); }
td.TdClassName
{
border-color: #637DB0;
}
.TagClassName
{
border-color: #637DB0;
}
</style>