Shades of Air Force Blue #6990AD
Tints of Air Force Blue #6990AD
RGB
CMYK
RGB Variations
Color information
#6990AD (or 0x6990AD) is known color: Air Force Blue. HEX triplet: 69, 90 and AD. RGB value is (105,144,173). Sum of RGB (Red+Green+Blue) = 105+144+173=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #6990AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6990AD is #966F52. Grayscale: #878787. Windows color (decimal): -9858899 or 11374697. OLE color: 11374697.
HSL color Cylindrical-coordinate representation of color #6990AD: hue angle of 205.59º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6990AD is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 144 | 173 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.32 |
| HSL | 205.59º | 0.29% | 0.55% | - |
| HSV(B) | 205.59º | 0.39% | 0.68% | - |
| XYZ | 23.34 | 25.97 | 43.32 | - |
| YUV | 135.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 173 | 0.39 | 0.17 | 0 | 0.32 | 205.59 | 0.29 | 0.55 |
| Hex | 69 | 90 | AD | 27 | 11 | 0 | 20 | CE | 1D | 37 |
| Octal | 151 | 220 | 255 | 47 | 21 | 0 | 40 | 316 | 35 | 67 |
| Binary | 1101001 | 10010000 | 10101101 | 100111 | 10001 | 0 | 100000 | 11001110 | 11101 | 110111 |
Color Harmonies of #6990AD
Complementary color
Monochromatic Colors of #6990AD
Black with #6990AD
Text Example
Text Example
White with #6990AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6990AD; }
p { color: rgb(105,144,173); }
H1.HeaderClassName
{
color: #6990AD;
}
.AnyTagClassName
{
color: #6990AD;
}
</style>
background-color css
<style>
a { background-color: #6990AD; }
a { background-color: rgb(105,144,173); }
div.DivClassName
{
background-color: #6990AD;
}
.BgClassName
{
background-color: #6990AD;
}
</style>
border-color css
<style>
span { border-color: #6990AD; }
span { border-color: rgb(105,144,173); }
td.TdClassName
{
border-color: #6990AD;
}
.TagClassName
{
border-color: #6990AD;
}
</style>