Shades of Havelock Blue #637BDA
Tints of Havelock Blue #637BDA
RGB
CMYK
RGB Variations
Color information
#637BDA (or 0x637BDA) is known color: Havelock Blue. HEX triplet: 63, 7B and DA. RGB value is (99,123,218). Sum of RGB (Red+Green+Blue) = 99+123+218=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #637BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637BDA is #9C8425. Grayscale: #7E7E7E. Windows color (decimal): -10257446 or 14318435. OLE color: 14318435.
HSL color Cylindrical-coordinate representation of color #637BDA: hue angle of 227.9º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #637BDA is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 123 | 218 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.15 |
| HSL | 227.9º | 0.62% | 0.62% | - |
| HSV(B) | 227.9º | 0.55% | 0.85% | - |
| XYZ | 24.88 | 21.88 | 69.24 | - |
| YUV | 126.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 218 | 0.55 | 0.44 | 0 | 0.15 | 227.9 | 0.62 | 0.62 |
| Hex | 63 | 7B | DA | 37 | 2C | 0 | F | E4 | 3E | 3E |
| Octal | 143 | 173 | 332 | 67 | 54 | 0 | 17 | 344 | 76 | 76 |
| Binary | 1100011 | 1111011 | 11011010 | 110111 | 101100 | 0 | 1111 | 11100100 | 111110 | 111110 |
Color Harmonies of #637BDA
Complementary color
Monochromatic Colors of #637BDA
Black with #637BDA
Text Example
Text Example
White with #637BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637BDA; }
p { color: rgb(99,123,218); }
H1.HeaderClassName
{
color: #637BDA;
}
.AnyTagClassName
{
color: #637BDA;
}
</style>
background-color css
<style>
a { background-color: #637BDA; }
a { background-color: rgb(99,123,218); }
div.DivClassName
{
background-color: #637BDA;
}
.BgClassName
{
background-color: #637BDA;
}
</style>
border-color css
<style>
span { border-color: #637BDA; }
span { border-color: rgb(99,123,218); }
td.TdClassName
{
border-color: #637BDA;
}
.TagClassName
{
border-color: #637BDA;
}
</style>