Shades of Air Force Blue #647FAC
Tints of Air Force Blue #647FAC
RGB
CMYK
RGB Variations
Color information
#647FAC (or 0x647FAC) is known color: Air Force Blue. HEX triplet: 64, 7F and AC. RGB value is (100,127,172). Sum of RGB (Red+Green+Blue) = 100+127+172=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #647FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647FAC is #9B8053. Grayscale: #7B7B7B. Windows color (decimal): -10190932 or 11304804. OLE color: 11304804.
HSL color Cylindrical-coordinate representation of color #647FAC: hue angle of 217.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 #647FAC is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 127 | 172 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.33 |
| HSL | 217.5º | 0.3% | 0.53% | - |
| HSV(B) | 217.5º | 0.42% | 0.67% | - |
| XYZ | 20.29 | 20.87 | 41.99 | - |
| YUV | 124.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 172 | 0.42 | 0.26 | 0 | 0.33 | 217.5 | 0.3 | 0.53 |
| Hex | 64 | 7F | AC | 2A | 1A | 0 | 21 | DA | 1E | 35 |
| Octal | 144 | 177 | 254 | 52 | 32 | 0 | 41 | 332 | 36 | 65 |
| Binary | 1100100 | 1111111 | 10101100 | 101010 | 11010 | 0 | 100001 | 11011010 | 11110 | 110101 |
Color Harmonies of #647FAC
Complementary color
Monochromatic Colors of #647FAC
Black with #647FAC
Text Example
Text Example
White with #647FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FAC; }
p { color: rgb(100,127,172); }
H1.HeaderClassName
{
color: #647FAC;
}
.AnyTagClassName
{
color: #647FAC;
}
</style>
background-color css
<style>
a { background-color: #647FAC; }
a { background-color: rgb(100,127,172); }
div.DivClassName
{
background-color: #647FAC;
}
.BgClassName
{
background-color: #647FAC;
}
</style>
border-color css
<style>
span { border-color: #647FAC; }
span { border-color: rgb(100,127,172); }
td.TdClassName
{
border-color: #647FAC;
}
.TagClassName
{
border-color: #647FAC;
}
</style>