Shades of Air Force Blue #6080AA
Tints of Air Force Blue #6080AA
RGB
CMYK
RGB Variations
Color information
#6080AA (or 0x6080AA) is known color: Air Force Blue. HEX triplet: 60, 80 and AA. RGB value is (96,128,170). Sum of RGB (Red+Green+Blue) = 96+128+170=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #6080AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6080AA is #9F7F55. Grayscale: #7B7B7B. Windows color (decimal): -10452822 or 11173984. OLE color: 11173984.
HSL color Cylindrical-coordinate representation of color #6080AA: hue angle of 214.05º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6080AA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 128 | 170 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.33 |
| HSL | 214.05º | 0.3% | 0.52% | - |
| HSV(B) | 214.05º | 0.44% | 0.67% | - |
| XYZ | 19.8 | 20.83 | 41.01 | - |
| YUV | 123.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 170 | 0.44 | 0.25 | 0 | 0.33 | 214.05 | 0.3 | 0.52 |
| Hex | 60 | 80 | AA | 2C | 19 | 0 | 21 | D6 | 1E | 34 |
| Octal | 140 | 200 | 252 | 54 | 31 | 0 | 41 | 326 | 36 | 64 |
| Binary | 1100000 | 10000000 | 10101010 | 101100 | 11001 | 0 | 100001 | 11010110 | 11110 | 110100 |
Color Harmonies of #6080AA
Complementary color
Monochromatic Colors of #6080AA
Black with #6080AA
Text Example
Text Example
White with #6080AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6080AA; }
p { color: rgb(96,128,170); }
H1.HeaderClassName
{
color: #6080AA;
}
.AnyTagClassName
{
color: #6080AA;
}
</style>
background-color css
<style>
a { background-color: #6080AA; }
a { background-color: rgb(96,128,170); }
div.DivClassName
{
background-color: #6080AA;
}
.BgClassName
{
background-color: #6080AA;
}
</style>
border-color css
<style>
span { border-color: #6080AA; }
span { border-color: rgb(96,128,170); }
td.TdClassName
{
border-color: #6080AA;
}
.TagClassName
{
border-color: #6080AA;
}
</style>