Shades of Havelock Blue #637DC2
Tints of Havelock Blue #637DC2
RGB
CMYK
RGB Variations
Color information
#637DC2 (or 0x637DC2) is known color: Havelock Blue. HEX triplet: 63, 7D and C2. RGB value is (99,125,194). Sum of RGB (Red+Green+Blue) = 99+125+194=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #637DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637DC2 is #9C823D. Grayscale: #7C7C7C. Windows color (decimal): -10256958 or 12746083. OLE color: 12746083.
HSL color Cylindrical-coordinate representation of color #637DC2: hue angle of 223.58º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #637DC2 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 125 | 194 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.24 |
| HSL | 223.58º | 0.44% | 0.57% | - |
| HSV(B) | 223.58º | 0.49% | 0.76% | - |
| XYZ | 22.22 | 21.21 | 53.96 | - |
| YUV | 125.09 | 166.89 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 194 | 0.49 | 0.36 | 0 | 0.24 | 223.58 | 0.44 | 0.57 |
| Hex | 63 | 7D | C2 | 31 | 24 | 0 | 18 | E0 | 2C | 39 |
| Octal | 143 | 175 | 302 | 61 | 44 | 0 | 30 | 340 | 54 | 71 |
| Binary | 1100011 | 1111101 | 11000010 | 110001 | 100100 | 0 | 11000 | 11100000 | 101100 | 111001 |
Color Harmonies of #637DC2
Complementary color
Monochromatic Colors of #637DC2
Black with #637DC2
Text Example
Text Example
White with #637DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637DC2; }
p { color: rgb(99,125,194); }
H1.HeaderClassName
{
color: #637DC2;
}
.AnyTagClassName
{
color: #637DC2;
}
</style>
background-color css
<style>
a { background-color: #637DC2; }
a { background-color: rgb(99,125,194); }
div.DivClassName
{
background-color: #637DC2;
}
.BgClassName
{
background-color: #637DC2;
}
</style>
border-color css
<style>
span { border-color: #637DC2; }
span { border-color: rgb(99,125,194); }
td.TdClassName
{
border-color: #637DC2;
}
.TagClassName
{
border-color: #637DC2;
}
</style>