Shades of Air Force Blue #637FAB
Tints of Air Force Blue #637FAB
RGB
CMYK
RGB Variations
Color information
#637FAB (or 0x637FAB) is known color: Air Force Blue. HEX triplet: 63, 7F and AB. RGB value is (99,127,171). Sum of RGB (Red+Green+Blue) = 99+127+171=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #637FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637FAB is #9C8054. Grayscale: #7B7B7B. Windows color (decimal): -10256469 or 11239267. OLE color: 11239267.
HSL color Cylindrical-coordinate representation of color #637FAB: hue angle of 216.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #637FAB is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 127 | 171 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.33 |
| HSL | 216.67º | 0.3% | 0.53% | - |
| HSV(B) | 216.67º | 0.42% | 0.67% | - |
| XYZ | 20.09 | 20.77 | 41.48 | - |
| YUV | 123.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 171 | 0.42 | 0.26 | 0 | 0.33 | 216.67 | 0.3 | 0.53 |
| Hex | 63 | 7F | AB | 2A | 1A | 0 | 21 | D9 | 1E | 35 |
| Octal | 143 | 177 | 253 | 52 | 32 | 0 | 41 | 331 | 36 | 65 |
| Binary | 1100011 | 1111111 | 10101011 | 101010 | 11010 | 0 | 100001 | 11011001 | 11110 | 110101 |
Color Harmonies of #637FAB
Complementary color
Monochromatic Colors of #637FAB
Black with #637FAB
Text Example
Text Example
White with #637FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637FAB; }
p { color: rgb(99,127,171); }
H1.HeaderClassName
{
color: #637FAB;
}
.AnyTagClassName
{
color: #637FAB;
}
</style>
background-color css
<style>
a { background-color: #637FAB; }
a { background-color: rgb(99,127,171); }
div.DivClassName
{
background-color: #637FAB;
}
.BgClassName
{
background-color: #637FAB;
}
</style>
border-color css
<style>
span { border-color: #637FAB; }
span { border-color: rgb(99,127,171); }
td.TdClassName
{
border-color: #637FAB;
}
.TagClassName
{
border-color: #637FAB;
}
</style>