Shades of Air Force Blue #637EA7
Tints of Air Force Blue #637EA7
RGB
CMYK
RGB Variations
Color information
#637EA7 (or 0x637EA7) is known color: Air Force Blue. HEX triplet: 63, 7E and A7. RGB value is (99,126,167). Sum of RGB (Red+Green+Blue) = 99+126+167=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 167 - color contains mainly: blue. Hex color #637EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637EA7 is #9C8158. Grayscale: #7A7A7A. Windows color (decimal): -10256729 or 10976867. OLE color: 10976867.
HSL color Cylindrical-coordinate representation of color #637EA7: hue angle of 216.18º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #637EA7 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 126 | 167 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.35 |
| HSL | 216.18º | 0.28% | 0.52% | - |
| HSV(B) | 216.18º | 0.41% | 0.65% | - |
| XYZ | 19.58 | 20.36 | 39.46 | - |
| YUV | 122.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 126 | 167 | 0.41 | 0.25 | 0 | 0.35 | 216.18 | 0.28 | 0.52 |
| Hex | 63 | 7E | A7 | 29 | 19 | 0 | 23 | D8 | 1C | 34 |
| Octal | 143 | 176 | 247 | 51 | 31 | 0 | 43 | 330 | 34 | 64 |
| Binary | 1100011 | 1111110 | 10100111 | 101001 | 11001 | 0 | 100011 | 11011000 | 11100 | 110100 |
Color Harmonies of #637EA7
Complementary color
Monochromatic Colors of #637EA7
Black with #637EA7
Text Example
Text Example
White with #637EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637EA7; }
p { color: rgb(99,126,167); }
H1.HeaderClassName
{
color: #637EA7;
}
.AnyTagClassName
{
color: #637EA7;
}
</style>
background-color css
<style>
a { background-color: #637EA7; }
a { background-color: rgb(99,126,167); }
div.DivClassName
{
background-color: #637EA7;
}
.BgClassName
{
background-color: #637EA7;
}
</style>
border-color css
<style>
span { border-color: #637EA7; }
span { border-color: rgb(99,126,167); }
td.TdClassName
{
border-color: #637EA7;
}
.TagClassName
{
border-color: #637EA7;
}
</style>