Shades of Air Force Blue #6693AB
Tints of Air Force Blue #6693AB
RGB
CMYK
RGB Variations
Color information
#6693AB (or 0x6693AB) is known color: Air Force Blue. HEX triplet: 66, 93 and AB. RGB value is (102,147,171). Sum of RGB (Red+Green+Blue) = 102+147+171=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #6693AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6693AB is #996C54. Grayscale: #888888. Windows color (decimal): -10054741 or 11244390. OLE color: 11244390.
HSL color Cylindrical-coordinate representation of color #6693AB: hue angle of 200.87º 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 #6693AB is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 147 | 171 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.33 |
| HSL | 200.87º | 0.29% | 0.54% | - |
| HSV(B) | 200.87º | 0.4% | 0.67% | - |
| XYZ | 23.26 | 26.63 | 42.44 | - |
| YUV | 136.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 171 | 0.40 | 0.14 | 0 | 0.33 | 200.87 | 0.29 | 0.54 |
| Hex | 66 | 93 | AB | 28 | E | 0 | 21 | C9 | 1D | 36 |
| Octal | 146 | 223 | 253 | 50 | 16 | 0 | 41 | 311 | 35 | 66 |
| Binary | 1100110 | 10010011 | 10101011 | 101000 | 1110 | 0 | 100001 | 11001001 | 11101 | 110110 |
Color Harmonies of #6693AB
Complementary color
Monochromatic Colors of #6693AB
Black with #6693AB
Text Example
Text Example
White with #6693AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6693AB; }
p { color: rgb(102,147,171); }
H1.HeaderClassName
{
color: #6693AB;
}
.AnyTagClassName
{
color: #6693AB;
}
</style>
background-color css
<style>
a { background-color: #6693AB; }
a { background-color: rgb(102,147,171); }
div.DivClassName
{
background-color: #6693AB;
}
.BgClassName
{
background-color: #6693AB;
}
</style>
border-color css
<style>
span { border-color: #6693AB; }
span { border-color: rgb(102,147,171); }
td.TdClassName
{
border-color: #6693AB;
}
.TagClassName
{
border-color: #6693AB;
}
</style>