Shades of Air Force Blue #647EA7
Tints of Air Force Blue #647EA7
RGB
CMYK
RGB Variations
Color information
#647EA7 (or 0x647EA7) is known color: Air Force Blue. HEX triplet: 64, 7E and A7. RGB value is (100,126,167). Sum of RGB (Red+Green+Blue) = 100+126+167=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: blue. Hex color #647EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647EA7 is #9B8158. Grayscale: #7A7A7A. Windows color (decimal): -10191193 or 10976868. OLE color: 10976868.
HSL color Cylindrical-coordinate representation of color #647EA7: hue angle of 216.72º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #647EA7 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 126 | 167 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.35 |
| HSL | 216.72º | 0.28% | 0.52% | - |
| HSV(B) | 216.72º | 0.4% | 0.65% | - |
| XYZ | 19.69 | 20.42 | 39.46 | - |
| YUV | 122.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 167 | 0.40 | 0.25 | 0 | 0.35 | 216.72 | 0.28 | 0.52 |
| Hex | 64 | 7E | A7 | 28 | 19 | 0 | 23 | D9 | 1C | 34 |
| Octal | 144 | 176 | 247 | 50 | 31 | 0 | 43 | 331 | 34 | 64 |
| Binary | 1100100 | 1111110 | 10100111 | 101000 | 11001 | 0 | 100011 | 11011001 | 11100 | 110100 |
Color Harmonies of #647EA7
Complementary color
Monochromatic Colors of #647EA7
Black with #647EA7
Text Example
Text Example
White with #647EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EA7; }
p { color: rgb(100,126,167); }
H1.HeaderClassName
{
color: #647EA7;
}
.AnyTagClassName
{
color: #647EA7;
}
</style>
background-color css
<style>
a { background-color: #647EA7; }
a { background-color: rgb(100,126,167); }
div.DivClassName
{
background-color: #647EA7;
}
.BgClassName
{
background-color: #647EA7;
}
</style>
border-color css
<style>
span { border-color: #647EA7; }
span { border-color: rgb(100,126,167); }
td.TdClassName
{
border-color: #647EA7;
}
.TagClassName
{
border-color: #647EA7;
}
</style>