Shades of Air Force Blue #6685AB
Tints of Air Force Blue #6685AB
RGB
CMYK
RGB Variations
Color information
#6685AB (or 0x6685AB) is known color: Air Force Blue. HEX triplet: 66, 85 and AB. RGB value is (102,133,171). Sum of RGB (Red+Green+Blue) = 102+133+171=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #6685AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6685AB is #997A54. Grayscale: #7F7F7F. Windows color (decimal): -10058325 or 11240806. OLE color: 11240806.
HSL color Cylindrical-coordinate representation of color #6685AB: hue angle of 213.04º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6685AB is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 133 | 171 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.33 |
| HSL | 213.04º | 0.29% | 0.54% | - |
| HSV(B) | 213.04º | 0.4% | 0.67% | - |
| XYZ | 21.22 | 22.54 | 41.76 | - |
| YUV | 128.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 171 | 0.40 | 0.22 | 0 | 0.33 | 213.04 | 0.29 | 0.54 |
| Hex | 66 | 85 | AB | 28 | 16 | 0 | 21 | D5 | 1D | 36 |
| Octal | 146 | 205 | 253 | 50 | 26 | 0 | 41 | 325 | 35 | 66 |
| Binary | 1100110 | 10000101 | 10101011 | 101000 | 10110 | 0 | 100001 | 11010101 | 11101 | 110110 |
Color Harmonies of #6685AB
Complementary color
Monochromatic Colors of #6685AB
Black with #6685AB
Text Example
Text Example
White with #6685AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6685AB; }
p { color: rgb(102,133,171); }
H1.HeaderClassName
{
color: #6685AB;
}
.AnyTagClassName
{
color: #6685AB;
}
</style>
background-color css
<style>
a { background-color: #6685AB; }
a { background-color: rgb(102,133,171); }
div.DivClassName
{
background-color: #6685AB;
}
.BgClassName
{
background-color: #6685AB;
}
</style>
border-color css
<style>
span { border-color: #6685AB; }
span { border-color: rgb(102,133,171); }
td.TdClassName
{
border-color: #6685AB;
}
.TagClassName
{
border-color: #6685AB;
}
</style>