Shades of Air Force Blue #647FAA
Tints of Air Force Blue #647FAA
RGB
CMYK
RGB Variations
Color information
#647FAA (or 0x647FAA) is known color: Air Force Blue. HEX triplet: 64, 7F and AA. RGB value is (100,127,170). Sum of RGB (Red+Green+Blue) = 100+127+170=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #647FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647FAA is #9B8055. Grayscale: #7B7B7B. Windows color (decimal): -10190934 or 11173732. OLE color: 11173732.
HSL color Cylindrical-coordinate representation of color #647FAA: hue angle of 216.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #647FAA is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 127 | 170 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.33 |
| HSL | 216.86º | 0.29% | 0.53% | - |
| HSV(B) | 216.86º | 0.41% | 0.67% | - |
| XYZ | 20.1 | 20.79 | 40.98 | - |
| YUV | 123.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 170 | 0.41 | 0.25 | 0 | 0.33 | 216.86 | 0.29 | 0.53 |
| Hex | 64 | 7F | AA | 29 | 19 | 0 | 21 | D9 | 1D | 35 |
| Octal | 144 | 177 | 252 | 51 | 31 | 0 | 41 | 331 | 35 | 65 |
| Binary | 1100100 | 1111111 | 10101010 | 101001 | 11001 | 0 | 100001 | 11011001 | 11101 | 110101 |
Color Harmonies of #647FAA
Complementary color
Monochromatic Colors of #647FAA
Black with #647FAA
Text Example
Text Example
White with #647FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FAA; }
p { color: rgb(100,127,170); }
H1.HeaderClassName
{
color: #647FAA;
}
.AnyTagClassName
{
color: #647FAA;
}
</style>
background-color css
<style>
a { background-color: #647FAA; }
a { background-color: rgb(100,127,170); }
div.DivClassName
{
background-color: #647FAA;
}
.BgClassName
{
background-color: #647FAA;
}
</style>
border-color css
<style>
span { border-color: #647FAA; }
span { border-color: rgb(100,127,170); }
td.TdClassName
{
border-color: #647FAA;
}
.TagClassName
{
border-color: #647FAA;
}
</style>