Shades of Air Force Blue #6686AF
Tints of Air Force Blue #6686AF
RGB
CMYK
RGB Variations
Color information
#6686AF (or 0x6686AF) is known color: Air Force Blue. HEX triplet: 66, 86 and AF. RGB value is (102,134,175). Sum of RGB (Red+Green+Blue) = 102+134+175=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #6686AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6686AF is #997950. Grayscale: #808080. Windows color (decimal): -10058065 or 11503206. OLE color: 11503206.
HSL color Cylindrical-coordinate representation of color #6686AF: hue angle of 213.7º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6686AF is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 134 | 175 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.31 |
| HSL | 213.7º | 0.31% | 0.54% | - |
| HSV(B) | 213.7º | 0.42% | 0.69% | - |
| XYZ | 21.74 | 22.97 | 43.85 | - |
| YUV | 129.11 | 153.9 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 175 | 0.42 | 0.23 | 0 | 0.31 | 213.7 | 0.31 | 0.54 |
| Hex | 66 | 86 | AF | 2A | 17 | 0 | 1F | D6 | 1F | 36 |
| Octal | 146 | 206 | 257 | 52 | 27 | 0 | 37 | 326 | 37 | 66 |
| Binary | 1100110 | 10000110 | 10101111 | 101010 | 10111 | 0 | 11111 | 11010110 | 11111 | 110110 |
Color Harmonies of #6686AF
Complementary color
Monochromatic Colors of #6686AF
Black with #6686AF
Text Example
Text Example
White with #6686AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6686AF; }
p { color: rgb(102,134,175); }
H1.HeaderClassName
{
color: #6686AF;
}
.AnyTagClassName
{
color: #6686AF;
}
</style>
background-color css
<style>
a { background-color: #6686AF; }
a { background-color: rgb(102,134,175); }
div.DivClassName
{
background-color: #6686AF;
}
.BgClassName
{
background-color: #6686AF;
}
</style>
border-color css
<style>
span { border-color: #6686AF; }
span { border-color: rgb(102,134,175); }
td.TdClassName
{
border-color: #6686AF;
}
.TagClassName
{
border-color: #6686AF;
}
</style>