Shades of Havelock Blue #637BCC
Tints of Havelock Blue #637BCC
RGB
CMYK
RGB Variations
Color information
#637BCC (or 0x637BCC) is known color: Havelock Blue. HEX triplet: 63, 7B and CC. RGB value is (99,123,204). Sum of RGB (Red+Green+Blue) = 99+123+204=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #637BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637BCC is #9C8433. Grayscale: #7C7C7C. Windows color (decimal): -10257460 or 13400931. OLE color: 13400931.
HSL color Cylindrical-coordinate representation of color #637BCC: hue angle of 226.29º degrees, saturation: 0.51, 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 #637BCC is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 123 | 204 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.2 |
| HSL | 226.29º | 0.51% | 0.59% | - |
| HSV(B) | 226.29º | 0.51% | 0.8% | - |
| XYZ | 23.13 | 21.18 | 60 | - |
| YUV | 125.06 | 172.55 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 204 | 0.51 | 0.40 | 0 | 0.2 | 226.29 | 0.51 | 0.59 |
| Hex | 63 | 7B | CC | 33 | 28 | 0 | 14 | E2 | 33 | 3B |
| Octal | 143 | 173 | 314 | 63 | 50 | 0 | 24 | 342 | 63 | 73 |
| Binary | 1100011 | 1111011 | 11001100 | 110011 | 101000 | 0 | 10100 | 11100010 | 110011 | 111011 |
Color Harmonies of #637BCC
Complementary color
Monochromatic Colors of #637BCC
Black with #637BCC
Text Example
Text Example
White with #637BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637BCC; }
p { color: rgb(99,123,204); }
H1.HeaderClassName
{
color: #637BCC;
}
.AnyTagClassName
{
color: #637BCC;
}
</style>
background-color css
<style>
a { background-color: #637BCC; }
a { background-color: rgb(99,123,204); }
div.DivClassName
{
background-color: #637BCC;
}
.BgClassName
{
background-color: #637BCC;
}
</style>
border-color css
<style>
span { border-color: #637BCC; }
span { border-color: rgb(99,123,204); }
td.TdClassName
{
border-color: #637BCC;
}
.TagClassName
{
border-color: #637BCC;
}
</style>