Shades of Havelock Blue #637ACB
Tints of Havelock Blue #637ACB
RGB
CMYK
RGB Variations
Color information
#637ACB (or 0x637ACB) is known color: Havelock Blue. HEX triplet: 63, 7A and CB. RGB value is (99,122,203). Sum of RGB (Red+Green+Blue) = 99+122+203=424 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.35% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #637ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637ACB is #9C8534. Grayscale: #7C7C7C. Windows color (decimal): -10257717 or 13335139. OLE color: 13335139.
HSL color Cylindrical-coordinate representation of color #637ACB: hue angle of 226.73º 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 #637ACB is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 122 | 203 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.20 |
| HSL | 226.73º | 0.5% | 0.59% | - |
| HSV(B) | 226.73º | 0.51% | 0.8% | - |
| XYZ | 22.88 | 20.88 | 59.32 | - |
| YUV | 124.36 | 172.38 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 203 | 0.51 | 0.40 | 0 | 0.20 | 226.73 | 0.5 | 0.59 |
| Hex | 63 | 7A | CB | 33 | 28 | 0 | 14 | E3 | 32 | 3B |
| Octal | 143 | 172 | 313 | 63 | 50 | 0 | 24 | 343 | 62 | 73 |
| Binary | 1100011 | 1111010 | 11001011 | 110011 | 101000 | 0 | 10100 | 11100011 | 110010 | 111011 |
Color Harmonies of #637ACB
Complementary color
Monochromatic Colors of #637ACB
Black with #637ACB
Text Example
Text Example
White with #637ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637ACB; }
p { color: rgb(99,122,203); }
H1.HeaderClassName
{
color: #637ACB;
}
.AnyTagClassName
{
color: #637ACB;
}
</style>
background-color css
<style>
a { background-color: #637ACB; }
a { background-color: rgb(99,122,203); }
div.DivClassName
{
background-color: #637ACB;
}
.BgClassName
{
background-color: #637ACB;
}
</style>
border-color css
<style>
span { border-color: #637ACB; }
span { border-color: rgb(99,122,203); }
td.TdClassName
{
border-color: #637ACB;
}
.TagClassName
{
border-color: #637ACB;
}
</style>