Shades of Air Force Blue #648AAF
Tints of Air Force Blue #648AAF
RGB
CMYK
RGB Variations
Color information
#648AAF (or 0x648AAF) is known color: Air Force Blue. HEX triplet: 64, 8A and AF. RGB value is (100,138,175). Sum of RGB (Red+Green+Blue) = 100+138+175=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #648AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648AAF is #9B7550. Grayscale: #828282. Windows color (decimal): -10188113 or 11504228. OLE color: 11504228.
HSL color Cylindrical-coordinate representation of color #648AAF: hue angle of 209.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #648AAF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 138 | 175 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.31 |
| HSL | 209.6º | 0.32% | 0.54% | - |
| HSV(B) | 209.6º | 0.43% | 0.69% | - |
| XYZ | 22.08 | 23.98 | 44.02 | - |
| YUV | 130.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 175 | 0.43 | 0.21 | 0 | 0.31 | 209.6 | 0.32 | 0.54 |
| Hex | 64 | 8A | AF | 2B | 15 | 0 | 1F | D2 | 20 | 36 |
| Octal | 144 | 212 | 257 | 53 | 25 | 0 | 37 | 322 | 40 | 66 |
| Binary | 1100100 | 10001010 | 10101111 | 101011 | 10101 | 0 | 11111 | 11010010 | 100000 | 110110 |
Color Harmonies of #648AAF
Complementary color
Monochromatic Colors of #648AAF
Black with #648AAF
Text Example
Text Example
White with #648AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AAF; }
p { color: rgb(100,138,175); }
H1.HeaderClassName
{
color: #648AAF;
}
.AnyTagClassName
{
color: #648AAF;
}
</style>
background-color css
<style>
a { background-color: #648AAF; }
a { background-color: rgb(100,138,175); }
div.DivClassName
{
background-color: #648AAF;
}
.BgClassName
{
background-color: #648AAF;
}
</style>
border-color css
<style>
span { border-color: #648AAF; }
span { border-color: rgb(100,138,175); }
td.TdClassName
{
border-color: #648AAF;
}
.TagClassName
{
border-color: #648AAF;
}
</style>