Shades of Air Force Blue #64849F
Tints of Air Force Blue #64849F
RGB
CMYK
RGB Variations
Color information
#64849F (or 0x64849F) is known color: Air Force Blue. HEX triplet: 64, 84 and 9F. RGB value is (100,132,159). Sum of RGB (Red+Green+Blue) = 100+132+159=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #64849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64849F is #9B7B60. Grayscale: #7D7D7D. Windows color (decimal): -10189665 or 10454116. OLE color: 10454116.
HSL color Cylindrical-coordinate representation of color #64849F: hue angle of 207.46º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64849F is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 132 | 159 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.38 |
| HSL | 207.46º | 0.24% | 0.51% | - |
| HSV(B) | 207.46º | 0.37% | 0.62% | - |
| XYZ | 19.76 | 21.72 | 35.95 | - |
| YUV | 125.51 | 146.9 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 159 | 0.37 | 0.17 | 0 | 0.38 | 207.46 | 0.24 | 0.51 |
| Hex | 64 | 84 | 9F | 25 | 11 | 0 | 26 | CF | 18 | 33 |
| Octal | 144 | 204 | 237 | 45 | 21 | 0 | 46 | 317 | 30 | 63 |
| Binary | 1100100 | 10000100 | 10011111 | 100101 | 10001 | 0 | 100110 | 11001111 | 11000 | 110011 |
Color Harmonies of #64849F
Complementary color
Monochromatic Colors of #64849F
Black with #64849F
Text Example
Text Example
White with #64849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64849F; }
p { color: rgb(100,132,159); }
H1.HeaderClassName
{
color: #64849F;
}
.AnyTagClassName
{
color: #64849F;
}
</style>
background-color css
<style>
a { background-color: #64849F; }
a { background-color: rgb(100,132,159); }
div.DivClassName
{
background-color: #64849F;
}
.BgClassName
{
background-color: #64849F;
}
</style>
border-color css
<style>
span { border-color: #64849F; }
span { border-color: rgb(100,132,159); }
td.TdClassName
{
border-color: #64849F;
}
.TagClassName
{
border-color: #64849F;
}
</style>