Shades of Havelock Blue #637BCB
Tints of Havelock Blue #637BCB
RGB
CMYK
RGB Variations
Color information
#637BCB (or 0x637BCB) is known color: Havelock Blue. HEX triplet: 63, 7B and CB. RGB value is (99,123,203). Sum of RGB (Red+Green+Blue) = 99+123+203=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #637BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637BCB is #9C8434. Grayscale: #7C7C7C. Windows color (decimal): -10257461 or 13335395. OLE color: 13335395.
HSL color Cylindrical-coordinate representation of color #637BCB: hue angle of 226.15º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #637BCB is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 123 | 203 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.20 |
| HSL | 226.15º | 0.5% | 0.59% | - |
| HSV(B) | 226.15º | 0.51% | 0.8% | - |
| XYZ | 23.01 | 21.13 | 59.37 | - |
| YUV | 124.94 | 172.05 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 203 | 0.51 | 0.39 | 0 | 0.20 | 226.15 | 0.5 | 0.59 |
| Hex | 63 | 7B | CB | 33 | 27 | 0 | 14 | E2 | 32 | 3B |
| Octal | 143 | 173 | 313 | 63 | 47 | 0 | 24 | 342 | 62 | 73 |
| Binary | 1100011 | 1111011 | 11001011 | 110011 | 100111 | 0 | 10100 | 11100010 | 110010 | 111011 |
Color Harmonies of #637BCB
Complementary color
Monochromatic Colors of #637BCB
Black with #637BCB
Text Example
Text Example
White with #637BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637BCB; }
p { color: rgb(99,123,203); }
H1.HeaderClassName
{
color: #637BCB;
}
.AnyTagClassName
{
color: #637BCB;
}
</style>
background-color css
<style>
a { background-color: #637BCB; }
a { background-color: rgb(99,123,203); }
div.DivClassName
{
background-color: #637BCB;
}
.BgClassName
{
background-color: #637BCB;
}
</style>
border-color css
<style>
span { border-color: #637BCB; }
span { border-color: rgb(99,123,203); }
td.TdClassName
{
border-color: #637BCB;
}
.TagClassName
{
border-color: #637BCB;
}
</style>