Shades of Air Force Blue #647FA3
Tints of Air Force Blue #647FA3
RGB
CMYK
RGB Variations
Color information
#647FA3 (or 0x647FA3) is known color: Air Force Blue. HEX triplet: 64, 7F and A3. RGB value is (100,127,163). Sum of RGB (Red+Green+Blue) = 100+127+163=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 163 - color contains mainly: blue. Hex color #647FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647FA3 is #9B805C. Grayscale: #7A7A7A. Windows color (decimal): -10190941 or 10714980. OLE color: 10714980.
HSL color Cylindrical-coordinate representation of color #647FA3: hue angle of 214.29º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #647FA3 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 127 | 163 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.36 |
| HSL | 214.29º | 0.26% | 0.52% | - |
| HSV(B) | 214.29º | 0.39% | 0.64% | - |
| XYZ | 19.46 | 20.53 | 37.59 | - |
| YUV | 123.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 163 | 0.39 | 0.22 | 0 | 0.36 | 214.29 | 0.26 | 0.52 |
| Hex | 64 | 7F | A3 | 27 | 16 | 0 | 24 | D6 | 1A | 34 |
| Octal | 144 | 177 | 243 | 47 | 26 | 0 | 44 | 326 | 32 | 64 |
| Binary | 1100100 | 1111111 | 10100011 | 100111 | 10110 | 0 | 100100 | 11010110 | 11010 | 110100 |
Color Harmonies of #647FA3
Complementary color
Monochromatic Colors of #647FA3
Black with #647FA3
Text Example
Text Example
White with #647FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FA3; }
p { color: rgb(100,127,163); }
H1.HeaderClassName
{
color: #647FA3;
}
.AnyTagClassName
{
color: #647FA3;
}
</style>
background-color css
<style>
a { background-color: #647FA3; }
a { background-color: rgb(100,127,163); }
div.DivClassName
{
background-color: #647FA3;
}
.BgClassName
{
background-color: #647FA3;
}
</style>
border-color css
<style>
span { border-color: #647FA3; }
span { border-color: rgb(100,127,163); }
td.TdClassName
{
border-color: #647FA3;
}
.TagClassName
{
border-color: #647FA3;
}
</style>