Shades of Air Force Blue #637FA0
Tints of Air Force Blue #637FA0
RGB
CMYK
RGB Variations
Color information
#637FA0 (or 0x637FA0) is known color: Air Force Blue. HEX triplet: 63, 7F and A0. RGB value is (99,127,160). Sum of RGB (Red+Green+Blue) = 99+127+160=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #637FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637FA0 is #9C805F. Grayscale: #7A7A7A. Windows color (decimal): -10256480 or 10518371. OLE color: 10518371.
HSL color Cylindrical-coordinate representation of color #637FA0: hue angle of 212.46º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #637FA0 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 127 | 160 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.37 |
| HSL | 212.46º | 0.24% | 0.51% | - |
| HSV(B) | 212.46º | 0.38% | 0.63% | - |
| XYZ | 19.08 | 20.37 | 36.18 | - |
| YUV | 122.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 160 | 0.38 | 0.21 | 0 | 0.37 | 212.46 | 0.24 | 0.51 |
| Hex | 63 | 7F | A0 | 26 | 15 | 0 | 25 | D4 | 18 | 33 |
| Octal | 143 | 177 | 240 | 46 | 25 | 0 | 45 | 324 | 30 | 63 |
| Binary | 1100011 | 1111111 | 10100000 | 100110 | 10101 | 0 | 100101 | 11010100 | 11000 | 110011 |
Color Harmonies of #637FA0
Complementary color
Monochromatic Colors of #637FA0
Black with #637FA0
Text Example
Text Example
White with #637FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637FA0; }
p { color: rgb(99,127,160); }
H1.HeaderClassName
{
color: #637FA0;
}
.AnyTagClassName
{
color: #637FA0;
}
</style>
background-color css
<style>
a { background-color: #637FA0; }
a { background-color: rgb(99,127,160); }
div.DivClassName
{
background-color: #637FA0;
}
.BgClassName
{
background-color: #637FA0;
}
</style>
border-color css
<style>
span { border-color: #637FA0; }
span { border-color: rgb(99,127,160); }
td.TdClassName
{
border-color: #637FA0;
}
.TagClassName
{
border-color: #637FA0;
}
</style>