Shades of Air Force Blue #637EA6
Tints of Air Force Blue #637EA6
RGB
CMYK
RGB Variations
Color information
#637EA6 (or 0x637EA6) is known color: Air Force Blue. HEX triplet: 63, 7E and A6. RGB value is (99,126,166). Sum of RGB (Red+Green+Blue) = 99+126+166=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 166 - color contains mainly: blue. Hex color #637EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637EA6 is #9C8159. Grayscale: #7A7A7A. Windows color (decimal): -10256730 or 10911331. OLE color: 10911331.
HSL color Cylindrical-coordinate representation of color #637EA6: hue angle of 215.82º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #637EA6 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 126 | 166 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.35 |
| HSL | 215.82º | 0.27% | 0.52% | - |
| HSV(B) | 215.82º | 0.4% | 0.65% | - |
| XYZ | 19.49 | 20.33 | 38.97 | - |
| YUV | 122.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 126 | 166 | 0.40 | 0.24 | 0 | 0.35 | 215.82 | 0.27 | 0.52 |
| Hex | 63 | 7E | A6 | 28 | 18 | 0 | 23 | D8 | 1B | 34 |
| Octal | 143 | 176 | 246 | 50 | 30 | 0 | 43 | 330 | 33 | 64 |
| Binary | 1100011 | 1111110 | 10100110 | 101000 | 11000 | 0 | 100011 | 11011000 | 11011 | 110100 |
Color Harmonies of #637EA6
Complementary color
Monochromatic Colors of #637EA6
Black with #637EA6
Text Example
Text Example
White with #637EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637EA6; }
p { color: rgb(99,126,166); }
H1.HeaderClassName
{
color: #637EA6;
}
.AnyTagClassName
{
color: #637EA6;
}
</style>
background-color css
<style>
a { background-color: #637EA6; }
a { background-color: rgb(99,126,166); }
div.DivClassName
{
background-color: #637EA6;
}
.BgClassName
{
background-color: #637EA6;
}
</style>
border-color css
<style>
span { border-color: #637EA6; }
span { border-color: rgb(99,126,166); }
td.TdClassName
{
border-color: #637EA6;
}
.TagClassName
{
border-color: #637EA6;
}
</style>