Shades of Air Force Blue #6986AA
Tints of Air Force Blue #6986AA
RGB
CMYK
RGB Variations
Color information
#6986AA (or 0x6986AA) is known color: Air Force Blue. HEX triplet: 69, 86 and AA. RGB value is (105,134,170). Sum of RGB (Red+Green+Blue) = 105+134+170=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #6986AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6986AA is #967955. Grayscale: #818181. Windows color (decimal): -9861462 or 11175529. OLE color: 11175529.
HSL color Cylindrical-coordinate representation of color #6986AA: hue angle of 213.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6986AA is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 134 | 170 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.33 |
| HSL | 213.23º | 0.28% | 0.54% | - |
| HSV(B) | 213.23º | 0.38% | 0.67% | - |
| XYZ | 21.61 | 22.96 | 41.32 | - |
| YUV | 129.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 170 | 0.38 | 0.21 | 0 | 0.33 | 213.23 | 0.28 | 0.54 |
| Hex | 69 | 86 | AA | 26 | 15 | 0 | 21 | D5 | 1C | 36 |
| Octal | 151 | 206 | 252 | 46 | 25 | 0 | 41 | 325 | 34 | 66 |
| Binary | 1101001 | 10000110 | 10101010 | 100110 | 10101 | 0 | 100001 | 11010101 | 11100 | 110110 |
Color Harmonies of #6986AA
Complementary color
Monochromatic Colors of #6986AA
Black with #6986AA
Text Example
Text Example
White with #6986AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6986AA; }
p { color: rgb(105,134,170); }
H1.HeaderClassName
{
color: #6986AA;
}
.AnyTagClassName
{
color: #6986AA;
}
</style>
background-color css
<style>
a { background-color: #6986AA; }
a { background-color: rgb(105,134,170); }
div.DivClassName
{
background-color: #6986AA;
}
.BgClassName
{
background-color: #6986AA;
}
</style>
border-color css
<style>
span { border-color: #6986AA; }
span { border-color: rgb(105,134,170); }
td.TdClassName
{
border-color: #6986AA;
}
.TagClassName
{
border-color: #6986AA;
}
</style>