Shades of Air Force Blue #648BAC
Tints of Air Force Blue #648BAC
RGB
CMYK
RGB Variations
Color information
#648BAC (or 0x648BAC) is known color: Air Force Blue. HEX triplet: 64, 8B and AC. RGB value is (100,139,172). Sum of RGB (Red+Green+Blue) = 100+139+172=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #648BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648BAC is #9B7453. Grayscale: #828282. Windows color (decimal): -10187860 or 11307876. OLE color: 11307876.
HSL color Cylindrical-coordinate representation of color #648BAC: hue angle of 207.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #648BAC is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 139 | 172 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.33 |
| HSL | 207.5º | 0.3% | 0.53% | - |
| HSV(B) | 207.5º | 0.42% | 0.67% | - |
| XYZ | 21.93 | 24.15 | 42.54 | - |
| YUV | 131.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 172 | 0.42 | 0.19 | 0 | 0.33 | 207.5 | 0.3 | 0.53 |
| Hex | 64 | 8B | AC | 2A | 13 | 0 | 21 | D0 | 1E | 35 |
| Octal | 144 | 213 | 254 | 52 | 23 | 0 | 41 | 320 | 36 | 65 |
| Binary | 1100100 | 10001011 | 10101100 | 101010 | 10011 | 0 | 100001 | 11010000 | 11110 | 110101 |
Color Harmonies of #648BAC
Complementary color
Monochromatic Colors of #648BAC
Black with #648BAC
Text Example
Text Example
White with #648BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BAC; }
p { color: rgb(100,139,172); }
H1.HeaderClassName
{
color: #648BAC;
}
.AnyTagClassName
{
color: #648BAC;
}
</style>
background-color css
<style>
a { background-color: #648BAC; }
a { background-color: rgb(100,139,172); }
div.DivClassName
{
background-color: #648BAC;
}
.BgClassName
{
background-color: #648BAC;
}
</style>
border-color css
<style>
span { border-color: #648BAC; }
span { border-color: rgb(100,139,172); }
td.TdClassName
{
border-color: #648BAC;
}
.TagClassName
{
border-color: #648BAC;
}
</style>