Shades of Air Force Blue #638AAA
Tints of Air Force Blue #638AAA
RGB
CMYK
RGB Variations
Color information
#638AAA (or 0x638AAA) is known color: Air Force Blue. HEX triplet: 63, 8A and AA. RGB value is (99,138,170). Sum of RGB (Red+Green+Blue) = 99+138+170=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #638AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638AAA is #9C7555. Grayscale: #818181. Windows color (decimal): -10253654 or 11176547. OLE color: 11176547.
HSL color Cylindrical-coordinate representation of color #638AAA: hue angle of 207.04º degrees, saturation: 0.29, 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 #638AAA is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 138 | 170 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.33 |
| HSL | 207.04º | 0.29% | 0.53% | - |
| HSV(B) | 207.04º | 0.42% | 0.67% | - |
| XYZ | 21.49 | 23.73 | 41.48 | - |
| YUV | 129.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 170 | 0.42 | 0.19 | 0 | 0.33 | 207.04 | 0.29 | 0.53 |
| Hex | 63 | 8A | AA | 2A | 13 | 0 | 21 | CF | 1D | 35 |
| Octal | 143 | 212 | 252 | 52 | 23 | 0 | 41 | 317 | 35 | 65 |
| Binary | 1100011 | 10001010 | 10101010 | 101010 | 10011 | 0 | 100001 | 11001111 | 11101 | 110101 |
Color Harmonies of #638AAA
Complementary color
Monochromatic Colors of #638AAA
Black with #638AAA
Text Example
Text Example
White with #638AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638AAA; }
p { color: rgb(99,138,170); }
H1.HeaderClassName
{
color: #638AAA;
}
.AnyTagClassName
{
color: #638AAA;
}
</style>
background-color css
<style>
a { background-color: #638AAA; }
a { background-color: rgb(99,138,170); }
div.DivClassName
{
background-color: #638AAA;
}
.BgClassName
{
background-color: #638AAA;
}
</style>
border-color css
<style>
span { border-color: #638AAA; }
span { border-color: rgb(99,138,170); }
td.TdClassName
{
border-color: #638AAA;
}
.TagClassName
{
border-color: #638AAA;
}
</style>