Shades of Air Force Blue #637FA3
Tints of Air Force Blue #637FA3
RGB
CMYK
RGB Variations
Color information
#637FA3 (or 0x637FA3) is known color: Air Force Blue. HEX triplet: 63, 7F and A3. RGB value is (99,127,163). Sum of RGB (Red+Green+Blue) = 99+127+163=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 163 - color contains mainly: blue. Hex color #637FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637FA3 is #9C805C. Grayscale: #7A7A7A. Windows color (decimal): -10256477 or 10714979. OLE color: 10714979.
HSL color Cylindrical-coordinate representation of color #637FA3: hue angle of 213.75º degrees, saturation: 0.26, 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 #637FA3 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 127 | 163 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.36 |
| HSL | 213.75º | 0.26% | 0.51% | - |
| HSV(B) | 213.75º | 0.39% | 0.64% | - |
| XYZ | 19.35 | 20.48 | 37.58 | - |
| YUV | 122.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 163 | 0.39 | 0.22 | 0 | 0.36 | 213.75 | 0.26 | 0.51 |
| Hex | 63 | 7F | A3 | 27 | 16 | 0 | 24 | D6 | 1A | 33 |
| Octal | 143 | 177 | 243 | 47 | 26 | 0 | 44 | 326 | 32 | 63 |
| Binary | 1100011 | 1111111 | 10100011 | 100111 | 10110 | 0 | 100100 | 11010110 | 11010 | 110011 |
Color Harmonies of #637FA3
Complementary color
Monochromatic Colors of #637FA3
Black with #637FA3
Text Example
Text Example
White with #637FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637FA3; }
p { color: rgb(99,127,163); }
H1.HeaderClassName
{
color: #637FA3;
}
.AnyTagClassName
{
color: #637FA3;
}
</style>
background-color css
<style>
a { background-color: #637FA3; }
a { background-color: rgb(99,127,163); }
div.DivClassName
{
background-color: #637FA3;
}
.BgClassName
{
background-color: #637FA3;
}
</style>
border-color css
<style>
span { border-color: #637FA3; }
span { border-color: rgb(99,127,163); }
td.TdClassName
{
border-color: #637FA3;
}
.TagClassName
{
border-color: #637FA3;
}
</style>