Shades of Air Force Blue #6686AA
Tints of Air Force Blue #6686AA
RGB
CMYK
RGB Variations
Color information
#6686AA (or 0x6686AA) is known color: Air Force Blue. HEX triplet: 66, 86 and AA. RGB value is (102,134,170). Sum of RGB (Red+Green+Blue) = 102+134+170=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #6686AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6686AA is #997955. Grayscale: #808080. Windows color (decimal): -10058070 or 11175526. OLE color: 11175526.
HSL color Cylindrical-coordinate representation of color #6686AA: hue angle of 211.76º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6686AA is Cyan = 0.4, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 134 | 170 | - |
| CMYK | 0.4 | 0.21 | 0 | 0.33 |
| HSL | 211.76º | 0.29% | 0.53% | - |
| HSV(B) | 211.76º | 0.4% | 0.67% | - |
| XYZ | 21.26 | 22.78 | 41.31 | - |
| YUV | 128.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 170 | 0.4 | 0.21 | 0 | 0.33 | 211.76 | 0.29 | 0.53 |
| Hex | 66 | 86 | AA | 28 | 15 | 0 | 21 | D4 | 1D | 35 |
| Octal | 146 | 206 | 252 | 50 | 25 | 0 | 41 | 324 | 35 | 65 |
| Binary | 1100110 | 10000110 | 10101010 | 101000 | 10101 | 0 | 100001 | 11010100 | 11101 | 110101 |
Color Harmonies of #6686AA
Complementary color
Monochromatic Colors of #6686AA
Black with #6686AA
Text Example
Text Example
White with #6686AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6686AA; }
p { color: rgb(102,134,170); }
H1.HeaderClassName
{
color: #6686AA;
}
.AnyTagClassName
{
color: #6686AA;
}
</style>
background-color css
<style>
a { background-color: #6686AA; }
a { background-color: rgb(102,134,170); }
div.DivClassName
{
background-color: #6686AA;
}
.BgClassName
{
background-color: #6686AA;
}
</style>
border-color css
<style>
span { border-color: #6686AA; }
span { border-color: rgb(102,134,170); }
td.TdClassName
{
border-color: #6686AA;
}
.TagClassName
{
border-color: #6686AA;
}
</style>