Shades of Air Force Blue #648AAA
Tints of Air Force Blue #648AAA
RGB
CMYK
RGB Variations
Color information
#648AAA (or 0x648AAA) is known color: Air Force Blue. HEX triplet: 64, 8A and AA. RGB value is (100,138,170). Sum of RGB (Red+Green+Blue) = 100+138+170=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #648AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648AAA is #9B7555. Grayscale: #828282. Windows color (decimal): -10188118 or 11176548. OLE color: 11176548.
HSL color Cylindrical-coordinate representation of color #648AAA: hue angle of 207.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #648AAA is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 138 | 170 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.33 |
| HSL | 207.43º | 0.29% | 0.53% | - |
| HSV(B) | 207.43º | 0.41% | 0.67% | - |
| XYZ | 21.6 | 23.79 | 41.48 | - |
| YUV | 130.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 170 | 0.41 | 0.19 | 0 | 0.33 | 207.43 | 0.29 | 0.53 |
| Hex | 64 | 8A | AA | 29 | 13 | 0 | 21 | CF | 1D | 35 |
| Octal | 144 | 212 | 252 | 51 | 23 | 0 | 41 | 317 | 35 | 65 |
| Binary | 1100100 | 10001010 | 10101010 | 101001 | 10011 | 0 | 100001 | 11001111 | 11101 | 110101 |
Color Harmonies of #648AAA
Complementary color
Monochromatic Colors of #648AAA
Black with #648AAA
Text Example
Text Example
White with #648AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AAA; }
p { color: rgb(100,138,170); }
H1.HeaderClassName
{
color: #648AAA;
}
.AnyTagClassName
{
color: #648AAA;
}
</style>
background-color css
<style>
a { background-color: #648AAA; }
a { background-color: rgb(100,138,170); }
div.DivClassName
{
background-color: #648AAA;
}
.BgClassName
{
background-color: #648AAA;
}
</style>
border-color css
<style>
span { border-color: #648AAA; }
span { border-color: rgb(100,138,170); }
td.TdClassName
{
border-color: #648AAA;
}
.TagClassName
{
border-color: #648AAA;
}
</style>