Shades of Air Force Blue #6086AB
Tints of Air Force Blue #6086AB
RGB
CMYK
RGB Variations
Color information
#6086AB (or 0x6086AB) is known color: Air Force Blue. HEX triplet: 60, 86 and AB. RGB value is (96,134,171). Sum of RGB (Red+Green+Blue) = 96+134+171=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #6086AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6086AB is #9F7954. Grayscale: #7E7E7E. Windows color (decimal): -10451285 or 11241056. OLE color: 11241056.
HSL color Cylindrical-coordinate representation of color #6086AB: hue angle of 209.6º degrees, saturation: 0.31, 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 #6086AB is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 134 | 171 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.33 |
| HSL | 209.6º | 0.31% | 0.52% | - |
| HSV(B) | 209.6º | 0.44% | 0.67% | - |
| XYZ | 20.7 | 22.48 | 41.78 | - |
| YUV | 126.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 171 | 0.44 | 0.22 | 0 | 0.33 | 209.6 | 0.31 | 0.52 |
| Hex | 60 | 86 | AB | 2C | 16 | 0 | 21 | D2 | 1F | 34 |
| Octal | 140 | 206 | 253 | 54 | 26 | 0 | 41 | 322 | 37 | 64 |
| Binary | 1100000 | 10000110 | 10101011 | 101100 | 10110 | 0 | 100001 | 11010010 | 11111 | 110100 |
Color Harmonies of #6086AB
Complementary color
Monochromatic Colors of #6086AB
Black with #6086AB
Text Example
Text Example
White with #6086AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6086AB; }
p { color: rgb(96,134,171); }
H1.HeaderClassName
{
color: #6086AB;
}
.AnyTagClassName
{
color: #6086AB;
}
</style>
background-color css
<style>
a { background-color: #6086AB; }
a { background-color: rgb(96,134,171); }
div.DivClassName
{
background-color: #6086AB;
}
.BgClassName
{
background-color: #6086AB;
}
</style>
border-color css
<style>
span { border-color: #6086AB; }
span { border-color: rgb(96,134,171); }
td.TdClassName
{
border-color: #6086AB;
}
.TagClassName
{
border-color: #6086AB;
}
</style>