Shades of Air Force Blue #6080A9
Tints of Air Force Blue #6080A9
RGB
CMYK
RGB Variations
Color information
#6080A9 (or 0x6080A9) is known color: Air Force Blue. HEX triplet: 60, 80 and A9. RGB value is (96,128,169). Sum of RGB (Red+Green+Blue) = 96+128+169=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 169 - color contains mainly: blue. Hex color #6080A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6080A9 is #9F7F56. Grayscale: #7A7A7A. Windows color (decimal): -10452823 or 11108448. OLE color: 11108448.
HSL color Cylindrical-coordinate representation of color #6080A9: hue angle of 213.7º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6080A9 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 128 | 169 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.34 |
| HSL | 213.7º | 0.3% | 0.52% | - |
| HSV(B) | 213.7º | 0.43% | 0.66% | - |
| XYZ | 19.7 | 20.79 | 40.51 | - |
| YUV | 123.11 | 153.9 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 169 | 0.43 | 0.24 | 0 | 0.34 | 213.7 | 0.3 | 0.52 |
| Hex | 60 | 80 | A9 | 2B | 18 | 0 | 22 | D6 | 1E | 34 |
| Octal | 140 | 200 | 251 | 53 | 30 | 0 | 42 | 326 | 36 | 64 |
| Binary | 1100000 | 10000000 | 10101001 | 101011 | 11000 | 0 | 100010 | 11010110 | 11110 | 110100 |
Color Harmonies of #6080A9
Complementary color
Monochromatic Colors of #6080A9
Black with #6080A9
Text Example
Text Example
White with #6080A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6080A9; }
p { color: rgb(96,128,169); }
H1.HeaderClassName
{
color: #6080A9;
}
.AnyTagClassName
{
color: #6080A9;
}
</style>
background-color css
<style>
a { background-color: #6080A9; }
a { background-color: rgb(96,128,169); }
div.DivClassName
{
background-color: #6080A9;
}
.BgClassName
{
background-color: #6080A9;
}
</style>
border-color css
<style>
span { border-color: #6080A9; }
span { border-color: rgb(96,128,169); }
td.TdClassName
{
border-color: #6080A9;
}
.TagClassName
{
border-color: #6080A9;
}
</style>