Shades of Air Force Blue #6886AE
Tints of Air Force Blue #6886AE
RGB
CMYK
RGB Variations
Color information
#6886AE (or 0x6886AE) is known color: Air Force Blue. HEX triplet: 68, 86 and AE. RGB value is (104,134,174). Sum of RGB (Red+Green+Blue) = 104+134+174=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #6886AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6886AE is #977951. Grayscale: #818181. Windows color (decimal): -9926994 or 11437672. OLE color: 11437672.
HSL color Cylindrical-coordinate representation of color #6886AE: hue angle of 214.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6886AE is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 134 | 174 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.32 |
| HSL | 214.29º | 0.3% | 0.55% | - |
| HSV(B) | 214.29º | 0.4% | 0.68% | - |
| XYZ | 21.87 | 23.05 | 43.34 | - |
| YUV | 129.59 | 153.06 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 174 | 0.40 | 0.23 | 0 | 0.32 | 214.29 | 0.3 | 0.55 |
| Hex | 68 | 86 | AE | 28 | 17 | 0 | 20 | D6 | 1E | 37 |
| Octal | 150 | 206 | 256 | 50 | 27 | 0 | 40 | 326 | 36 | 67 |
| Binary | 1101000 | 10000110 | 10101110 | 101000 | 10111 | 0 | 100000 | 11010110 | 11110 | 110111 |
Color Harmonies of #6886AE
Complementary color
Monochromatic Colors of #6886AE
Black with #6886AE
Text Example
Text Example
White with #6886AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6886AE; }
p { color: rgb(104,134,174); }
H1.HeaderClassName
{
color: #6886AE;
}
.AnyTagClassName
{
color: #6886AE;
}
</style>
background-color css
<style>
a { background-color: #6886AE; }
a { background-color: rgb(104,134,174); }
div.DivClassName
{
background-color: #6886AE;
}
.BgClassName
{
background-color: #6886AE;
}
</style>
border-color css
<style>
span { border-color: #6886AE; }
span { border-color: rgb(104,134,174); }
td.TdClassName
{
border-color: #6886AE;
}
.TagClassName
{
border-color: #6886AE;
}
</style>