Shades of Air Force Blue #6690AD
Tints of Air Force Blue #6690AD
RGB
CMYK
RGB Variations
Color information
#6690AD (or 0x6690AD) is known color: Air Force Blue. HEX triplet: 66, 90 and AD. RGB value is (102,144,173). Sum of RGB (Red+Green+Blue) = 102+144+173=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #6690AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6690AD is #996F52. Grayscale: #868686. Windows color (decimal): -10055507 or 11374694. OLE color: 11374694.
HSL color Cylindrical-coordinate representation of color #6690AD: hue angle of 204.51º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6690AD is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 144 | 173 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.32 |
| HSL | 204.51º | 0.3% | 0.54% | - |
| HSV(B) | 204.51º | 0.41% | 0.68% | - |
| XYZ | 23 | 25.79 | 43.3 | - |
| YUV | 134.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 173 | 0.41 | 0.17 | 0 | 0.32 | 204.51 | 0.3 | 0.54 |
| Hex | 66 | 90 | AD | 29 | 11 | 0 | 20 | CD | 1E | 36 |
| Octal | 146 | 220 | 255 | 51 | 21 | 0 | 40 | 315 | 36 | 66 |
| Binary | 1100110 | 10010000 | 10101101 | 101001 | 10001 | 0 | 100000 | 11001101 | 11110 | 110110 |
Color Harmonies of #6690AD
Complementary color
Monochromatic Colors of #6690AD
Black with #6690AD
Text Example
Text Example
White with #6690AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6690AD; }
p { color: rgb(102,144,173); }
H1.HeaderClassName
{
color: #6690AD;
}
.AnyTagClassName
{
color: #6690AD;
}
</style>
background-color css
<style>
a { background-color: #6690AD; }
a { background-color: rgb(102,144,173); }
div.DivClassName
{
background-color: #6690AD;
}
.BgClassName
{
background-color: #6690AD;
}
</style>
border-color css
<style>
span { border-color: #6690AD; }
span { border-color: rgb(102,144,173); }
td.TdClassName
{
border-color: #6690AD;
}
.TagClassName
{
border-color: #6690AD;
}
</style>