Shades of Air Force Blue #6685AC
Tints of Air Force Blue #6685AC
RGB
CMYK
RGB Variations
Color information
#6685AC (or 0x6685AC) is known color: Air Force Blue. HEX triplet: 66, 85 and AC. RGB value is (102,133,172). Sum of RGB (Red+Green+Blue) = 102+133+172=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #6685AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6685AC is #997A53. Grayscale: #7F7F7F. Windows color (decimal): -10058324 or 11306342. OLE color: 11306342.
HSL color Cylindrical-coordinate representation of color #6685AC: hue angle of 213.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6685AC is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 133 | 172 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.33 |
| HSL | 213.43º | 0.3% | 0.54% | - |
| HSV(B) | 213.43º | 0.41% | 0.67% | - |
| XYZ | 21.31 | 22.58 | 42.26 | - |
| YUV | 128.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 172 | 0.41 | 0.23 | 0 | 0.33 | 213.43 | 0.3 | 0.54 |
| Hex | 66 | 85 | AC | 29 | 17 | 0 | 21 | D5 | 1E | 36 |
| Octal | 146 | 205 | 254 | 51 | 27 | 0 | 41 | 325 | 36 | 66 |
| Binary | 1100110 | 10000101 | 10101100 | 101001 | 10111 | 0 | 100001 | 11010101 | 11110 | 110110 |
Color Harmonies of #6685AC
Complementary color
Monochromatic Colors of #6685AC
Black with #6685AC
Text Example
Text Example
White with #6685AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6685AC; }
p { color: rgb(102,133,172); }
H1.HeaderClassName
{
color: #6685AC;
}
.AnyTagClassName
{
color: #6685AC;
}
</style>
background-color css
<style>
a { background-color: #6685AC; }
a { background-color: rgb(102,133,172); }
div.DivClassName
{
background-color: #6685AC;
}
.BgClassName
{
background-color: #6685AC;
}
</style>
border-color css
<style>
span { border-color: #6685AC; }
span { border-color: rgb(102,133,172); }
td.TdClassName
{
border-color: #6685AC;
}
.TagClassName
{
border-color: #6685AC;
}
</style>