Shades of Air Force Blue #6491AE
Tints of Air Force Blue #6491AE
RGB
CMYK
RGB Variations
Color information
#6491AE (or 0x6491AE) is known color: Air Force Blue. HEX triplet: 64, 91 and AE. RGB value is (100,145,174). Sum of RGB (Red+Green+Blue) = 100+145+174=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #6491AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6491AE is #9B6E51. Grayscale: #868686. Windows color (decimal): -10186322 or 11440484. OLE color: 11440484.
HSL color Cylindrical-coordinate representation of color #6491AE: hue angle of 203.51º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6491AE is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 145 | 174 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.32 |
| HSL | 203.51º | 0.31% | 0.54% | - |
| HSV(B) | 203.51º | 0.43% | 0.68% | - |
| XYZ | 23.02 | 26.02 | 43.85 | - |
| YUV | 134.85 | 150.09 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 174 | 0.43 | 0.17 | 0 | 0.32 | 203.51 | 0.31 | 0.54 |
| Hex | 64 | 91 | AE | 2B | 11 | 0 | 20 | CC | 1F | 36 |
| Octal | 144 | 221 | 256 | 53 | 21 | 0 | 40 | 314 | 37 | 66 |
| Binary | 1100100 | 10010001 | 10101110 | 101011 | 10001 | 0 | 100000 | 11001100 | 11111 | 110110 |
Color Harmonies of #6491AE
Complementary color
Monochromatic Colors of #6491AE
Black with #6491AE
Text Example
Text Example
White with #6491AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6491AE; }
p { color: rgb(100,145,174); }
H1.HeaderClassName
{
color: #6491AE;
}
.AnyTagClassName
{
color: #6491AE;
}
</style>
background-color css
<style>
a { background-color: #6491AE; }
a { background-color: rgb(100,145,174); }
div.DivClassName
{
background-color: #6491AE;
}
.BgClassName
{
background-color: #6491AE;
}
</style>
border-color css
<style>
span { border-color: #6491AE; }
span { border-color: rgb(100,145,174); }
td.TdClassName
{
border-color: #6491AE;
}
.TagClassName
{
border-color: #6491AE;
}
</style>