Shades of Air Force Blue #637FA2
Tints of Air Force Blue #637FA2
RGB
CMYK
RGB Variations
Color information
#637FA2 (or 0x637FA2) is known color: Air Force Blue. HEX triplet: 63, 7F and A2. RGB value is (99,127,162). Sum of RGB (Red+Green+Blue) = 99+127+162=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 162 - color contains mainly: blue. Hex color #637FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637FA2 is #9C805D. Grayscale: #7A7A7A. Windows color (decimal): -10256478 or 10649443. OLE color: 10649443.
HSL color Cylindrical-coordinate representation of color #637FA2: hue angle of 213.33º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #637FA2 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 127 | 162 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.36 |
| HSL | 213.33º | 0.25% | 0.51% | - |
| HSV(B) | 213.33º | 0.39% | 0.64% | - |
| XYZ | 19.26 | 20.44 | 37.11 | - |
| YUV | 122.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 162 | 0.39 | 0.22 | 0 | 0.36 | 213.33 | 0.25 | 0.51 |
| Hex | 63 | 7F | A2 | 27 | 16 | 0 | 24 | D5 | 19 | 33 |
| Octal | 143 | 177 | 242 | 47 | 26 | 0 | 44 | 325 | 31 | 63 |
| Binary | 1100011 | 1111111 | 10100010 | 100111 | 10110 | 0 | 100100 | 11010101 | 11001 | 110011 |
Color Harmonies of #637FA2
Complementary color
Monochromatic Colors of #637FA2
Black with #637FA2
Text Example
Text Example
White with #637FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637FA2; }
p { color: rgb(99,127,162); }
H1.HeaderClassName
{
color: #637FA2;
}
.AnyTagClassName
{
color: #637FA2;
}
</style>
background-color css
<style>
a { background-color: #637FA2; }
a { background-color: rgb(99,127,162); }
div.DivClassName
{
background-color: #637FA2;
}
.BgClassName
{
background-color: #637FA2;
}
</style>
border-color css
<style>
span { border-color: #637FA2; }
span { border-color: rgb(99,127,162); }
td.TdClassName
{
border-color: #637FA2;
}
.TagClassName
{
border-color: #637FA2;
}
</style>