Shades of Air Force Blue #647FA9
Tints of Air Force Blue #647FA9
RGB
CMYK
RGB Variations
Color information
#647FA9 (or 0x647FA9) is known color: Air Force Blue. HEX triplet: 64, 7F and A9. RGB value is (100,127,169). Sum of RGB (Red+Green+Blue) = 100+127+169=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #647FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647FA9 is #9B8056. Grayscale: #7B7B7B. Windows color (decimal): -10190935 or 11108196. OLE color: 11108196.
HSL color Cylindrical-coordinate representation of color #647FA9: hue angle of 216.52º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #647FA9 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 127 | 169 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.34 |
| HSL | 216.52º | 0.29% | 0.53% | - |
| HSV(B) | 216.52º | 0.41% | 0.66% | - |
| XYZ | 20.01 | 20.75 | 40.49 | - |
| YUV | 123.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 169 | 0.41 | 0.25 | 0 | 0.34 | 216.52 | 0.29 | 0.53 |
| Hex | 64 | 7F | A9 | 29 | 19 | 0 | 22 | D9 | 1D | 35 |
| Octal | 144 | 177 | 251 | 51 | 31 | 0 | 42 | 331 | 35 | 65 |
| Binary | 1100100 | 1111111 | 10101001 | 101001 | 11001 | 0 | 100010 | 11011001 | 11101 | 110101 |
Color Harmonies of #647FA9
Complementary color
Monochromatic Colors of #647FA9
Black with #647FA9
Text Example
Text Example
White with #647FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FA9; }
p { color: rgb(100,127,169); }
H1.HeaderClassName
{
color: #647FA9;
}
.AnyTagClassName
{
color: #647FA9;
}
</style>
background-color css
<style>
a { background-color: #647FA9; }
a { background-color: rgb(100,127,169); }
div.DivClassName
{
background-color: #647FA9;
}
.BgClassName
{
background-color: #647FA9;
}
</style>
border-color css
<style>
span { border-color: #647FA9; }
span { border-color: rgb(100,127,169); }
td.TdClassName
{
border-color: #647FA9;
}
.TagClassName
{
border-color: #647FA9;
}
</style>