Shades of Air Force Blue #648BA1
Tints of Air Force Blue #648BA1
RGB
CMYK
RGB Variations
Color information
#648BA1 (or 0x648BA1) is known color: Air Force Blue. HEX triplet: 64, 8B and A1. RGB value is (100,139,161). Sum of RGB (Red+Green+Blue) = 100+139+161=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 161 - color contains mainly: blue. Hex color #648BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648BA1 is #9B745E. Grayscale: #818181. Windows color (decimal): -10187871 or 10586980. OLE color: 10586980.
HSL color Cylindrical-coordinate representation of color #648BA1: hue angle of 201.64º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648BA1 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 139 | 161 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.37 |
| HSL | 201.64º | 0.24% | 0.51% | - |
| HSV(B) | 201.64º | 0.38% | 0.63% | - |
| XYZ | 20.92 | 23.75 | 37.2 | - |
| YUV | 129.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 161 | 0.38 | 0.14 | 0 | 0.37 | 201.64 | 0.24 | 0.51 |
| Hex | 64 | 8B | A1 | 26 | E | 0 | 25 | CA | 18 | 33 |
| Octal | 144 | 213 | 241 | 46 | 16 | 0 | 45 | 312 | 30 | 63 |
| Binary | 1100100 | 10001011 | 10100001 | 100110 | 1110 | 0 | 100101 | 11001010 | 11000 | 110011 |
Color Harmonies of #648BA1
Complementary color
Monochromatic Colors of #648BA1
Black with #648BA1
Text Example
Text Example
White with #648BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BA1; }
p { color: rgb(100,139,161); }
H1.HeaderClassName
{
color: #648BA1;
}
.AnyTagClassName
{
color: #648BA1;
}
</style>
background-color css
<style>
a { background-color: #648BA1; }
a { background-color: rgb(100,139,161); }
div.DivClassName
{
background-color: #648BA1;
}
.BgClassName
{
background-color: #648BA1;
}
</style>
border-color css
<style>
span { border-color: #648BA1; }
span { border-color: rgb(100,139,161); }
td.TdClassName
{
border-color: #648BA1;
}
.TagClassName
{
border-color: #648BA1;
}
</style>