Shades of Air Force Blue #638AA0
Tints of Air Force Blue #638AA0
RGB
CMYK
RGB Variations
Color information
#638AA0 (or 0x638AA0) is known color: Air Force Blue. HEX triplet: 63, 8A and A0. RGB value is (99,138,160). Sum of RGB (Red+Green+Blue) = 99+138+160=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 160 - color contains mainly: blue. Hex color #638AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638AA0 is #9C755F. Grayscale: #808080. Windows color (decimal): -10253664 or 10521187. OLE color: 10521187.
HSL color Cylindrical-coordinate representation of color #638AA0: hue angle of 201.64º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #638AA0 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 138 | 160 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.37 |
| HSL | 201.64º | 0.24% | 0.51% | - |
| HSV(B) | 201.64º | 0.38% | 0.63% | - |
| XYZ | 20.58 | 23.37 | 36.68 | - |
| YUV | 128.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 160 | 0.38 | 0.14 | 0 | 0.37 | 201.64 | 0.24 | 0.51 |
| Hex | 63 | 8A | A0 | 26 | E | 0 | 25 | CA | 18 | 33 |
| Octal | 143 | 212 | 240 | 46 | 16 | 0 | 45 | 312 | 30 | 63 |
| Binary | 1100011 | 10001010 | 10100000 | 100110 | 1110 | 0 | 100101 | 11001010 | 11000 | 110011 |
Color Harmonies of #638AA0
Complementary color
Monochromatic Colors of #638AA0
Black with #638AA0
Text Example
Text Example
White with #638AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638AA0; }
p { color: rgb(99,138,160); }
H1.HeaderClassName
{
color: #638AA0;
}
.AnyTagClassName
{
color: #638AA0;
}
</style>
background-color css
<style>
a { background-color: #638AA0; }
a { background-color: rgb(99,138,160); }
div.DivClassName
{
background-color: #638AA0;
}
.BgClassName
{
background-color: #638AA0;
}
</style>
border-color css
<style>
span { border-color: #638AA0; }
span { border-color: rgb(99,138,160); }
td.TdClassName
{
border-color: #638AA0;
}
.TagClassName
{
border-color: #638AA0;
}
</style>