Shades of Air Force Blue #648FAE
Tints of Air Force Blue #648FAE
RGB
CMYK
RGB Variations
Color information
#648FAE (or 0x648FAE) is known color: Air Force Blue. HEX triplet: 64, 8F and AE. RGB value is (100,143,174). Sum of RGB (Red+Green+Blue) = 100+143+174=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #648FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648FAE is #9B7051. Grayscale: #858585. Windows color (decimal): -10186834 or 11439972. OLE color: 11439972.
HSL color Cylindrical-coordinate representation of color #648FAE: hue angle of 205.14º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #648FAE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 143 | 174 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.32 |
| HSL | 205.14º | 0.31% | 0.54% | - |
| HSV(B) | 205.14º | 0.43% | 0.68% | - |
| XYZ | 22.72 | 25.41 | 43.75 | - |
| YUV | 133.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 174 | 0.43 | 0.18 | 0 | 0.32 | 205.14 | 0.31 | 0.54 |
| Hex | 64 | 8F | AE | 2B | 12 | 0 | 20 | CD | 1F | 36 |
| Octal | 144 | 217 | 256 | 53 | 22 | 0 | 40 | 315 | 37 | 66 |
| Binary | 1100100 | 10001111 | 10101110 | 101011 | 10010 | 0 | 100000 | 11001101 | 11111 | 110110 |
Color Harmonies of #648FAE
Complementary color
Monochromatic Colors of #648FAE
Black with #648FAE
Text Example
Text Example
White with #648FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FAE; }
p { color: rgb(100,143,174); }
H1.HeaderClassName
{
color: #648FAE;
}
.AnyTagClassName
{
color: #648FAE;
}
</style>
background-color css
<style>
a { background-color: #648FAE; }
a { background-color: rgb(100,143,174); }
div.DivClassName
{
background-color: #648FAE;
}
.BgClassName
{
background-color: #648FAE;
}
</style>
border-color css
<style>
span { border-color: #648FAE; }
span { border-color: rgb(100,143,174); }
td.TdClassName
{
border-color: #648FAE;
}
.TagClassName
{
border-color: #648FAE;
}
</style>