Shades of Air Force Blue #6087AD
Tints of Air Force Blue #6087AD
RGB
CMYK
RGB Variations
Color information
#6087AD (or 0x6087AD) is known color: Air Force Blue. HEX triplet: 60, 87 and AD. RGB value is (96,135,173). Sum of RGB (Red+Green+Blue) = 96+135+173=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #6087AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6087AD is #9F7852. Grayscale: #7F7F7F. Windows color (decimal): -10451027 or 11372384. OLE color: 11372384.
HSL color Cylindrical-coordinate representation of color #6087AD: hue angle of 209.61º 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 #6087AD is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 135 | 173 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.32 |
| HSL | 209.61º | 0.32% | 0.53% | - |
| HSV(B) | 209.61º | 0.45% | 0.68% | - |
| XYZ | 21.03 | 22.83 | 42.83 | - |
| YUV | 127.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 173 | 0.45 | 0.22 | 0 | 0.32 | 209.61 | 0.32 | 0.53 |
| Hex | 60 | 87 | AD | 2D | 16 | 0 | 20 | D2 | 20 | 35 |
| Octal | 140 | 207 | 255 | 55 | 26 | 0 | 40 | 322 | 40 | 65 |
| Binary | 1100000 | 10000111 | 10101101 | 101101 | 10110 | 0 | 100000 | 11010010 | 100000 | 110101 |
Color Harmonies of #6087AD
Complementary color
Monochromatic Colors of #6087AD
Black with #6087AD
Text Example
Text Example
White with #6087AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6087AD; }
p { color: rgb(96,135,173); }
H1.HeaderClassName
{
color: #6087AD;
}
.AnyTagClassName
{
color: #6087AD;
}
</style>
background-color css
<style>
a { background-color: #6087AD; }
a { background-color: rgb(96,135,173); }
div.DivClassName
{
background-color: #6087AD;
}
.BgClassName
{
background-color: #6087AD;
}
</style>
border-color css
<style>
span { border-color: #6087AD; }
span { border-color: rgb(96,135,173); }
td.TdClassName
{
border-color: #6087AD;
}
.TagClassName
{
border-color: #6087AD;
}
</style>