Shades of Havelock Blue #637ACC
Tints of Havelock Blue #637ACC
RGB
CMYK
RGB Variations
Color information
#637ACC (or 0x637ACC) is known color: Havelock Blue. HEX triplet: 63, 7A and CC. RGB value is (99,122,204). Sum of RGB (Red+Green+Blue) = 99+122+204=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #637ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637ACC is #9C8533. Grayscale: #7C7C7C. Windows color (decimal): -10257716 or 13400675. OLE color: 13400675.
HSL color Cylindrical-coordinate representation of color #637ACC: hue angle of 226.86º 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 #637ACC is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 122 | 204 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.2 |
| HSL | 226.86º | 0.51% | 0.59% | - |
| HSV(B) | 226.86º | 0.51% | 0.8% | - |
| XYZ | 23 | 20.93 | 59.95 | - |
| YUV | 124.47 | 172.88 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 204 | 0.51 | 0.40 | 0 | 0.2 | 226.86 | 0.51 | 0.59 |
| Hex | 63 | 7A | CC | 33 | 28 | 0 | 14 | E3 | 33 | 3B |
| Octal | 143 | 172 | 314 | 63 | 50 | 0 | 24 | 343 | 63 | 73 |
| Binary | 1100011 | 1111010 | 11001100 | 110011 | 101000 | 0 | 10100 | 11100011 | 110011 | 111011 |
Color Harmonies of #637ACC
Complementary color
Monochromatic Colors of #637ACC
Black with #637ACC
Text Example
Text Example
White with #637ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637ACC; }
p { color: rgb(99,122,204); }
H1.HeaderClassName
{
color: #637ACC;
}
.AnyTagClassName
{
color: #637ACC;
}
</style>
background-color css
<style>
a { background-color: #637ACC; }
a { background-color: rgb(99,122,204); }
div.DivClassName
{
background-color: #637ACC;
}
.BgClassName
{
background-color: #637ACC;
}
</style>
border-color css
<style>
span { border-color: #637ACC; }
span { border-color: rgb(99,122,204); }
td.TdClassName
{
border-color: #637ACC;
}
.TagClassName
{
border-color: #637ACC;
}
</style>