Shades of Air Force Blue #648DAA
Tints of Air Force Blue #648DAA
RGB
CMYK
RGB Variations
Color information
#648DAA (or 0x648DAA) is known color: Air Force Blue. HEX triplet: 64, 8D and AA. RGB value is (100,141,170). Sum of RGB (Red+Green+Blue) = 100+141+170=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #648DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648DAA is #9B7255. Grayscale: #838383. Windows color (decimal): -10187350 or 11177316. OLE color: 11177316.
HSL color Cylindrical-coordinate representation of color #648DAA: hue angle of 204.86º 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 #648DAA is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 141 | 170 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.33 |
| HSL | 204.86º | 0.29% | 0.53% | - |
| HSV(B) | 204.86º | 0.41% | 0.67% | - |
| XYZ | 22.04 | 24.66 | 41.63 | - |
| YUV | 132.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 170 | 0.41 | 0.17 | 0 | 0.33 | 204.86 | 0.29 | 0.53 |
| Hex | 64 | 8D | AA | 29 | 11 | 0 | 21 | CD | 1D | 35 |
| Octal | 144 | 215 | 252 | 51 | 21 | 0 | 41 | 315 | 35 | 65 |
| Binary | 1100100 | 10001101 | 10101010 | 101001 | 10001 | 0 | 100001 | 11001101 | 11101 | 110101 |
Color Harmonies of #648DAA
Complementary color
Monochromatic Colors of #648DAA
Black with #648DAA
Text Example
Text Example
White with #648DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DAA; }
p { color: rgb(100,141,170); }
H1.HeaderClassName
{
color: #648DAA;
}
.AnyTagClassName
{
color: #648DAA;
}
</style>
background-color css
<style>
a { background-color: #648DAA; }
a { background-color: rgb(100,141,170); }
div.DivClassName
{
background-color: #648DAA;
}
.BgClassName
{
background-color: #648DAA;
}
</style>
border-color css
<style>
span { border-color: #648DAA; }
span { border-color: rgb(100,141,170); }
td.TdClassName
{
border-color: #648DAA;
}
.TagClassName
{
border-color: #648DAA;
}
</style>