Shades of Air Force Blue #6085AD
Tints of Air Force Blue #6085AD
RGB
CMYK
RGB Variations
Color information
#6085AD (or 0x6085AD) is known color: Air Force Blue. HEX triplet: 60, 85 and AD. RGB value is (96,133,173). Sum of RGB (Red+Green+Blue) = 96+133+173=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #6085AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6085AD is #9F7A52. Grayscale: #7E7E7E. Windows color (decimal): -10451539 or 11371872. OLE color: 11371872.
HSL color Cylindrical-coordinate representation of color #6085AD: hue angle of 211.17º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6085AD is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 133 | 173 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.32 |
| HSL | 211.17º | 0.32% | 0.53% | - |
| HSV(B) | 211.17º | 0.45% | 0.68% | - |
| XYZ | 20.75 | 22.28 | 42.74 | - |
| YUV | 126.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 173 | 0.45 | 0.23 | 0 | 0.32 | 211.17 | 0.32 | 0.53 |
| Hex | 60 | 85 | AD | 2D | 17 | 0 | 20 | D3 | 20 | 35 |
| Octal | 140 | 205 | 255 | 55 | 27 | 0 | 40 | 323 | 40 | 65 |
| Binary | 1100000 | 10000101 | 10101101 | 101101 | 10111 | 0 | 100000 | 11010011 | 100000 | 110101 |
Color Harmonies of #6085AD
Complementary color
Monochromatic Colors of #6085AD
Black with #6085AD
Text Example
Text Example
White with #6085AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6085AD; }
p { color: rgb(96,133,173); }
H1.HeaderClassName
{
color: #6085AD;
}
.AnyTagClassName
{
color: #6085AD;
}
</style>
background-color css
<style>
a { background-color: #6085AD; }
a { background-color: rgb(96,133,173); }
div.DivClassName
{
background-color: #6085AD;
}
.BgClassName
{
background-color: #6085AD;
}
</style>
border-color css
<style>
span { border-color: #6085AD; }
span { border-color: rgb(96,133,173); }
td.TdClassName
{
border-color: #6085AD;
}
.TagClassName
{
border-color: #6085AD;
}
</style>