Shades of Air Force Blue #6990AB
Tints of Air Force Blue #6990AB
RGB
CMYK
RGB Variations
Color information
#6990AB (or 0x6990AB) is known color: Air Force Blue. HEX triplet: 69, 90 and AB. RGB value is (105,144,171). Sum of RGB (Red+Green+Blue) = 105+144+171=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 144 (56.64% from 255 or 34.29% 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 #6990AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6990AB is #966F54. Grayscale: #878787. Windows color (decimal): -9858901 or 11243625. OLE color: 11243625.
HSL color Cylindrical-coordinate representation of color #6990AB: hue angle of 204.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6990AB is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 144 | 171 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.33 |
| HSL | 204.55º | 0.28% | 0.54% | - |
| HSV(B) | 204.55º | 0.39% | 0.67% | - |
| XYZ | 23.15 | 25.89 | 42.31 | - |
| YUV | 135.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 171 | 0.39 | 0.16 | 0 | 0.33 | 204.55 | 0.28 | 0.54 |
| Hex | 69 | 90 | AB | 27 | 10 | 0 | 21 | CD | 1C | 36 |
| Octal | 151 | 220 | 253 | 47 | 20 | 0 | 41 | 315 | 34 | 66 |
| Binary | 1101001 | 10010000 | 10101011 | 100111 | 10000 | 0 | 100001 | 11001101 | 11100 | 110110 |
Color Harmonies of #6990AB
Complementary color
Monochromatic Colors of #6990AB
Black with #6990AB
Text Example
Text Example
White with #6990AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6990AB; }
p { color: rgb(105,144,171); }
H1.HeaderClassName
{
color: #6990AB;
}
.AnyTagClassName
{
color: #6990AB;
}
</style>
background-color css
<style>
a { background-color: #6990AB; }
a { background-color: rgb(105,144,171); }
div.DivClassName
{
background-color: #6990AB;
}
.BgClassName
{
background-color: #6990AB;
}
</style>
border-color css
<style>
span { border-color: #6990AB; }
span { border-color: rgb(105,144,171); }
td.TdClassName
{
border-color: #6990AB;
}
.TagClassName
{
border-color: #6990AB;
}
</style>