Shades of Havelock Blue #637FCF
Tints of Havelock Blue #637FCF
RGB
CMYK
RGB Variations
Color information
#637FCF (or 0x637FCF) is known color: Havelock Blue. HEX triplet: 63, 7F and CF. RGB value is (99,127,207). Sum of RGB (Red+Green+Blue) = 99+127+207=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #637FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637FCF is #9C8030. Grayscale: #7F7F7F. Windows color (decimal): -10256433 or 13598563. OLE color: 13598563.
HSL color Cylindrical-coordinate representation of color #637FCF: hue angle of 224.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #637FCF is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 127 | 207 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.19 |
| HSL | 224.44º | 0.53% | 0.6% | - |
| HSV(B) | 224.44º | 0.52% | 0.81% | - |
| XYZ | 24 | 22.34 | 62.08 | - |
| YUV | 127.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 207 | 0.52 | 0.39 | 0 | 0.19 | 224.44 | 0.53 | 0.6 |
| Hex | 63 | 7F | CF | 34 | 27 | 0 | 13 | E0 | 35 | 3C |
| Octal | 143 | 177 | 317 | 64 | 47 | 0 | 23 | 340 | 65 | 74 |
| Binary | 1100011 | 1111111 | 11001111 | 110100 | 100111 | 0 | 10011 | 11100000 | 110101 | 111100 |
Color Harmonies of #637FCF
Complementary color
Monochromatic Colors of #637FCF
Black with #637FCF
Text Example
Text Example
White with #637FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637FCF; }
p { color: rgb(99,127,207); }
H1.HeaderClassName
{
color: #637FCF;
}
.AnyTagClassName
{
color: #637FCF;
}
</style>
background-color css
<style>
a { background-color: #637FCF; }
a { background-color: rgb(99,127,207); }
div.DivClassName
{
background-color: #637FCF;
}
.BgClassName
{
background-color: #637FCF;
}
</style>
border-color css
<style>
span { border-color: #637FCF; }
span { border-color: rgb(99,127,207); }
td.TdClassName
{
border-color: #637FCF;
}
.TagClassName
{
border-color: #637FCF;
}
</style>