Shades of Air Force Blue #637EA8
Tints of Air Force Blue #637EA8
RGB
CMYK
RGB Variations
Color information
#637EA8 (or 0x637EA8) is known color: Air Force Blue. HEX triplet: 63, 7E and A8. RGB value is (99,126,168). Sum of RGB (Red+Green+Blue) = 99+126+168=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 168 - color contains mainly: blue. Hex color #637EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637EA8 is #9C8157. Grayscale: #7A7A7A. Windows color (decimal): -10256728 or 11042403. OLE color: 11042403.
HSL color Cylindrical-coordinate representation of color #637EA8: hue angle of 216.52º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #637EA8 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 99 | 126 | 168 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.34 |
| HSL | 216.52º | 0.28% | 0.52% | - |
| HSV(B) | 216.52º | 0.41% | 0.66% | - |
| XYZ | 19.67 | 20.4 | 39.95 | - |
| YUV | 122.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 126 | 168 | 0.41 | 0.25 | 0 | 0.34 | 216.52 | 0.28 | 0.52 |
| Hex | 63 | 7E | A8 | 29 | 19 | 0 | 22 | D9 | 1C | 34 |
| Octal | 143 | 176 | 250 | 51 | 31 | 0 | 42 | 331 | 34 | 64 |
| Binary | 1100011 | 1111110 | 10101000 | 101001 | 11001 | 0 | 100010 | 11011001 | 11100 | 110100 |
Color Harmonies of #637EA8
Complementary color
Monochromatic Colors of #637EA8
Black with #637EA8
Text Example
Text Example
White with #637EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637EA8; }
p { color: rgb(99,126,168); }
H1.HeaderClassName
{
color: #637EA8;
}
.AnyTagClassName
{
color: #637EA8;
}
</style>
background-color css
<style>
a { background-color: #637EA8; }
a { background-color: rgb(99,126,168); }
div.DivClassName
{
background-color: #637EA8;
}
.BgClassName
{
background-color: #637EA8;
}
</style>
border-color css
<style>
span { border-color: #637EA8; }
span { border-color: rgb(99,126,168); }
td.TdClassName
{
border-color: #637EA8;
}
.TagClassName
{
border-color: #637EA8;
}
</style>