Shades of Havelock Blue #637CB8
Tints of Havelock Blue #637CB8
RGB
CMYK
RGB Variations
Color information
#637CB8 (or 0x637CB8) is known color: Havelock Blue. HEX triplet: 63, 7C and B8. RGB value is (99,124,184). Sum of RGB (Red+Green+Blue) = 99+124+184=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #637CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637CB8 is #9C8347. Grayscale: #7B7B7B. Windows color (decimal): -10257224 or 12090467. OLE color: 12090467.
HSL color Cylindrical-coordinate representation of color #637CB8: hue angle of 222.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #637CB8 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 124 | 184 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.28 |
| HSL | 222.35º | 0.37% | 0.55% | - |
| HSV(B) | 222.35º | 0.46% | 0.72% | - |
| XYZ | 21 | 20.53 | 48.2 | - |
| YUV | 123.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 124 | 184 | 0.46 | 0.33 | 0 | 0.28 | 222.35 | 0.37 | 0.55 |
| Hex | 63 | 7C | B8 | 2E | 21 | 0 | 1C | DE | 25 | 37 |
| Octal | 143 | 174 | 270 | 56 | 41 | 0 | 34 | 336 | 45 | 67 |
| Binary | 1100011 | 1111100 | 10111000 | 101110 | 100001 | 0 | 11100 | 11011110 | 100101 | 110111 |
Color Harmonies of #637CB8
Complementary color
Monochromatic Colors of #637CB8
Black with #637CB8
Text Example
Text Example
White with #637CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637CB8; }
p { color: rgb(99,124,184); }
H1.HeaderClassName
{
color: #637CB8;
}
.AnyTagClassName
{
color: #637CB8;
}
</style>
background-color css
<style>
a { background-color: #637CB8; }
a { background-color: rgb(99,124,184); }
div.DivClassName
{
background-color: #637CB8;
}
.BgClassName
{
background-color: #637CB8;
}
</style>
border-color css
<style>
span { border-color: #637CB8; }
span { border-color: rgb(99,124,184); }
td.TdClassName
{
border-color: #637CB8;
}
.TagClassName
{
border-color: #637CB8;
}
</style>