Shades of Havelock Blue #637FCD
Tints of Havelock Blue #637FCD
RGB
CMYK
RGB Variations
Color information
#637FCD (or 0x637FCD) is known color: Havelock Blue. HEX triplet: 63, 7F and CD. RGB value is (99,127,205). Sum of RGB (Red+Green+Blue) = 99+127+205=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #637FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637FCD is #9C8032. Grayscale: #7F7F7F. Windows color (decimal): -10256435 or 13467491. OLE color: 13467491.
HSL color Cylindrical-coordinate representation of color #637FCD: hue angle of 224.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #637FCD is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 127 | 205 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.20 |
| HSL | 224.15º | 0.51% | 0.6% | - |
| HSV(B) | 224.15º | 0.52% | 0.8% | - |
| XYZ | 23.75 | 22.24 | 60.8 | - |
| YUV | 127.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 205 | 0.52 | 0.38 | 0 | 0.20 | 224.15 | 0.51 | 0.6 |
| Hex | 63 | 7F | CD | 34 | 26 | 0 | 14 | E0 | 33 | 3C |
| Octal | 143 | 177 | 315 | 64 | 46 | 0 | 24 | 340 | 63 | 74 |
| Binary | 1100011 | 1111111 | 11001101 | 110100 | 100110 | 0 | 10100 | 11100000 | 110011 | 111100 |
Color Harmonies of #637FCD
Complementary color
Monochromatic Colors of #637FCD
Black with #637FCD
Text Example
Text Example
White with #637FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637FCD; }
p { color: rgb(99,127,205); }
H1.HeaderClassName
{
color: #637FCD;
}
.AnyTagClassName
{
color: #637FCD;
}
</style>
background-color css
<style>
a { background-color: #637FCD; }
a { background-color: rgb(99,127,205); }
div.DivClassName
{
background-color: #637FCD;
}
.BgClassName
{
background-color: #637FCD;
}
</style>
border-color css
<style>
span { border-color: #637FCD; }
span { border-color: rgb(99,127,205); }
td.TdClassName
{
border-color: #637FCD;
}
.TagClassName
{
border-color: #637FCD;
}
</style>