Shades of Air Force Blue #637EA1
Tints of Air Force Blue #637EA1
RGB
CMYK
RGB Variations
Color information
#637EA1 (or 0x637EA1) is known color: Air Force Blue. HEX triplet: 63, 7E and A1. RGB value is (99,126,161). Sum of RGB (Red+Green+Blue) = 99+126+161=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #637EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637EA1 is #9C815E. Grayscale: #797979. Windows color (decimal): -10256735 or 10583651. OLE color: 10583651.
HSL color Cylindrical-coordinate representation of color #637EA1: hue angle of 213.87º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #637EA1 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 126 | 161 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.37 |
| HSL | 213.87º | 0.25% | 0.51% | - |
| HSV(B) | 213.87º | 0.39% | 0.63% | - |
| XYZ | 19.04 | 20.15 | 36.6 | - |
| YUV | 121.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 126 | 161 | 0.39 | 0.22 | 0 | 0.37 | 213.87 | 0.25 | 0.51 |
| Hex | 63 | 7E | A1 | 27 | 16 | 0 | 25 | D6 | 19 | 33 |
| Octal | 143 | 176 | 241 | 47 | 26 | 0 | 45 | 326 | 31 | 63 |
| Binary | 1100011 | 1111110 | 10100001 | 100111 | 10110 | 0 | 100101 | 11010110 | 11001 | 110011 |
Color Harmonies of #637EA1
Complementary color
Monochromatic Colors of #637EA1
Black with #637EA1
Text Example
Text Example
White with #637EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637EA1; }
p { color: rgb(99,126,161); }
H1.HeaderClassName
{
color: #637EA1;
}
.AnyTagClassName
{
color: #637EA1;
}
</style>
background-color css
<style>
a { background-color: #637EA1; }
a { background-color: rgb(99,126,161); }
div.DivClassName
{
background-color: #637EA1;
}
.BgClassName
{
background-color: #637EA1;
}
</style>
border-color css
<style>
span { border-color: #637EA1; }
span { border-color: rgb(99,126,161); }
td.TdClassName
{
border-color: #637EA1;
}
.TagClassName
{
border-color: #637EA1;
}
</style>