Shades of Air Force Blue #64819E
Tints of Air Force Blue #64819E
RGB
CMYK
RGB Variations
Color information
#64819E (or 0x64819E) is known color: Air Force Blue. HEX triplet: 64, 81 and 9E. RGB value is (100,129,158). Sum of RGB (Red+Green+Blue) = 100+129+158=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #64819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64819E is #9B7E61. Grayscale: #7B7B7B. Windows color (decimal): -10190434 or 10387812. OLE color: 10387812.
HSL color Cylindrical-coordinate representation of color #64819E: hue angle of 210º degrees, saturation: 0.23, 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 #64819E is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 129 | 158 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.38 |
| HSL | 210º | 0.23% | 0.51% | - |
| HSV(B) | 210º | 0.37% | 0.62% | - |
| XYZ | 19.28 | 20.88 | 35.36 | - |
| YUV | 123.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 158 | 0.37 | 0.18 | 0 | 0.38 | 210 | 0.23 | 0.51 |
| Hex | 64 | 81 | 9E | 25 | 12 | 0 | 26 | D2 | 17 | 33 |
| Octal | 144 | 201 | 236 | 45 | 22 | 0 | 46 | 322 | 27 | 63 |
| Binary | 1100100 | 10000001 | 10011110 | 100101 | 10010 | 0 | 100110 | 11010010 | 10111 | 110011 |
Color Harmonies of #64819E
Complementary color
Monochromatic Colors of #64819E
Black with #64819E
Text Example
Text Example
White with #64819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64819E; }
p { color: rgb(100,129,158); }
H1.HeaderClassName
{
color: #64819E;
}
.AnyTagClassName
{
color: #64819E;
}
</style>
background-color css
<style>
a { background-color: #64819E; }
a { background-color: rgb(100,129,158); }
div.DivClassName
{
background-color: #64819E;
}
.BgClassName
{
background-color: #64819E;
}
</style>
border-color css
<style>
span { border-color: #64819E; }
span { border-color: rgb(100,129,158); }
td.TdClassName
{
border-color: #64819E;
}
.TagClassName
{
border-color: #64819E;
}
</style>