Shades of Havelock Blue #637DC0
Tints of Havelock Blue #637DC0
RGB
CMYK
RGB Variations
Color information
#637DC0 (or 0x637DC0) is known color: Havelock Blue. HEX triplet: 63, 7D and C0. RGB value is (99,125,192). Sum of RGB (Red+Green+Blue) = 99+125+192=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #637DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637DC0 is #9C823F. Grayscale: #7C7C7C. Windows color (decimal): -10256960 or 12615011. OLE color: 12615011.
HSL color Cylindrical-coordinate representation of color #637DC0: hue angle of 223.23º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #637DC0 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 125 | 192 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.25 |
| HSL | 223.23º | 0.42% | 0.57% | - |
| HSV(B) | 223.23º | 0.48% | 0.75% | - |
| XYZ | 21.99 | 21.13 | 52.79 | - |
| YUV | 124.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 192 | 0.48 | 0.35 | 0 | 0.25 | 223.23 | 0.42 | 0.57 |
| Hex | 63 | 7D | C0 | 30 | 23 | 0 | 19 | DF | 2A | 39 |
| Octal | 143 | 175 | 300 | 60 | 43 | 0 | 31 | 337 | 52 | 71 |
| Binary | 1100011 | 1111101 | 11000000 | 110000 | 100011 | 0 | 11001 | 11011111 | 101010 | 111001 |
Color Harmonies of #637DC0
Complementary color
Monochromatic Colors of #637DC0
Black with #637DC0
Text Example
Text Example
White with #637DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637DC0; }
p { color: rgb(99,125,192); }
H1.HeaderClassName
{
color: #637DC0;
}
.AnyTagClassName
{
color: #637DC0;
}
</style>
background-color css
<style>
a { background-color: #637DC0; }
a { background-color: rgb(99,125,192); }
div.DivClassName
{
background-color: #637DC0;
}
.BgClassName
{
background-color: #637DC0;
}
</style>
border-color css
<style>
span { border-color: #637DC0; }
span { border-color: rgb(99,125,192); }
td.TdClassName
{
border-color: #637DC0;
}
.TagClassName
{
border-color: #637DC0;
}
</style>