Shades of Air Force Blue #6691AB
Tints of Air Force Blue #6691AB
RGB
CMYK
RGB Variations
Color information
#6691AB (or 0x6691AB) is known color: Air Force Blue. HEX triplet: 66, 91 and AB. RGB value is (102,145,171). Sum of RGB (Red+Green+Blue) = 102+145+171=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #6691AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6691AB is #996E54. Grayscale: #868686. Windows color (decimal): -10055253 or 11243878. OLE color: 11243878.
HSL color Cylindrical-coordinate representation of color #6691AB: hue angle of 202.61º 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 #6691AB is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 145 | 171 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.33 |
| HSL | 202.61º | 0.29% | 0.54% | - |
| HSV(B) | 202.61º | 0.4% | 0.67% | - |
| XYZ | 22.96 | 26.02 | 42.34 | - |
| YUV | 135.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 171 | 0.40 | 0.15 | 0 | 0.33 | 202.61 | 0.29 | 0.54 |
| Hex | 66 | 91 | AB | 28 | F | 0 | 21 | CB | 1D | 36 |
| Octal | 146 | 221 | 253 | 50 | 17 | 0 | 41 | 313 | 35 | 66 |
| Binary | 1100110 | 10010001 | 10101011 | 101000 | 1111 | 0 | 100001 | 11001011 | 11101 | 110110 |
Color Harmonies of #6691AB
Complementary color
Monochromatic Colors of #6691AB
Black with #6691AB
Text Example
Text Example
White with #6691AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6691AB; }
p { color: rgb(102,145,171); }
H1.HeaderClassName
{
color: #6691AB;
}
.AnyTagClassName
{
color: #6691AB;
}
</style>
background-color css
<style>
a { background-color: #6691AB; }
a { background-color: rgb(102,145,171); }
div.DivClassName
{
background-color: #6691AB;
}
.BgClassName
{
background-color: #6691AB;
}
</style>
border-color css
<style>
span { border-color: #6691AB; }
span { border-color: rgb(102,145,171); }
td.TdClassName
{
border-color: #6691AB;
}
.TagClassName
{
border-color: #6691AB;
}
</style>