Shades of Air Force Blue #6080A3
Tints of Air Force Blue #6080A3
RGB
CMYK
RGB Variations
Color information
#6080A3 (or 0x6080A3) is known color: Air Force Blue. HEX triplet: 60, 80 and A3. RGB value is (96,128,163). Sum of RGB (Red+Green+Blue) = 96+128+163=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 163 - color contains mainly: blue. Hex color #6080A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6080A3 is #9F7F5C. Grayscale: #7A7A7A. Windows color (decimal): -10452829 or 10715232. OLE color: 10715232.
HSL color Cylindrical-coordinate representation of color #6080A3: hue angle of 211.34º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6080A3 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 128 | 163 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.36 |
| HSL | 211.34º | 0.27% | 0.51% | - |
| HSV(B) | 211.34º | 0.41% | 0.64% | - |
| XYZ | 19.15 | 20.57 | 37.61 | - |
| YUV | 122.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 163 | 0.41 | 0.21 | 0 | 0.36 | 211.34 | 0.27 | 0.51 |
| Hex | 60 | 80 | A3 | 29 | 15 | 0 | 24 | D3 | 1B | 33 |
| Octal | 140 | 200 | 243 | 51 | 25 | 0 | 44 | 323 | 33 | 63 |
| Binary | 1100000 | 10000000 | 10100011 | 101001 | 10101 | 0 | 100100 | 11010011 | 11011 | 110011 |
Color Harmonies of #6080A3
Complementary color
Monochromatic Colors of #6080A3
Black with #6080A3
Text Example
Text Example
White with #6080A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6080A3; }
p { color: rgb(96,128,163); }
H1.HeaderClassName
{
color: #6080A3;
}
.AnyTagClassName
{
color: #6080A3;
}
</style>
background-color css
<style>
a { background-color: #6080A3; }
a { background-color: rgb(96,128,163); }
div.DivClassName
{
background-color: #6080A3;
}
.BgClassName
{
background-color: #6080A3;
}
</style>
border-color css
<style>
span { border-color: #6080A3; }
span { border-color: rgb(96,128,163); }
td.TdClassName
{
border-color: #6080A3;
}
.TagClassName
{
border-color: #6080A3;
}
</style>