Shades of Air Force Blue #638AA1
Tints of Air Force Blue #638AA1
RGB
CMYK
RGB Variations
Color information
#638AA1 (or 0x638AA1) is known color: Air Force Blue. HEX triplet: 63, 8A and A1. RGB value is (99,138,161). Sum of RGB (Red+Green+Blue) = 99+138+161=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 161 - color contains mainly: blue. Hex color #638AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638AA1 is #9C755E. Grayscale: #808080. Windows color (decimal): -10253663 or 10586723. OLE color: 10586723.
HSL color Cylindrical-coordinate representation of color #638AA1: hue angle of 202.26º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #638AA1 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 138 | 161 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.37 |
| HSL | 202.26º | 0.25% | 0.51% | - |
| HSV(B) | 202.26º | 0.39% | 0.63% | - |
| XYZ | 20.67 | 23.4 | 37.15 | - |
| YUV | 128.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 161 | 0.39 | 0.14 | 0 | 0.37 | 202.26 | 0.25 | 0.51 |
| Hex | 63 | 8A | A1 | 27 | E | 0 | 25 | CA | 19 | 33 |
| Octal | 143 | 212 | 241 | 47 | 16 | 0 | 45 | 312 | 31 | 63 |
| Binary | 1100011 | 10001010 | 10100001 | 100111 | 1110 | 0 | 100101 | 11001010 | 11001 | 110011 |
Color Harmonies of #638AA1
Complementary color
Monochromatic Colors of #638AA1
Black with #638AA1
Text Example
Text Example
White with #638AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638AA1; }
p { color: rgb(99,138,161); }
H1.HeaderClassName
{
color: #638AA1;
}
.AnyTagClassName
{
color: #638AA1;
}
</style>
background-color css
<style>
a { background-color: #638AA1; }
a { background-color: rgb(99,138,161); }
div.DivClassName
{
background-color: #638AA1;
}
.BgClassName
{
background-color: #638AA1;
}
</style>
border-color css
<style>
span { border-color: #638AA1; }
span { border-color: rgb(99,138,161); }
td.TdClassName
{
border-color: #638AA1;
}
.TagClassName
{
border-color: #638AA1;
}
</style>