Shades of Air Force Blue #6690AE
Tints of Air Force Blue #6690AE
RGB
CMYK
RGB Variations
Color information
#6690AE (or 0x6690AE) is known color: Air Force Blue. HEX triplet: 66, 90 and AE. RGB value is (102,144,174). Sum of RGB (Red+Green+Blue) = 102+144+174=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #6690AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6690AE is #996F51. Grayscale: #868686. Windows color (decimal): -10055506 or 11440230. OLE color: 11440230.
HSL color Cylindrical-coordinate representation of color #6690AE: hue angle of 205º degrees, saturation: 0.31, 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 #6690AE is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 144 | 174 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.32 |
| HSL | 205º | 0.31% | 0.54% | - |
| HSV(B) | 205º | 0.41% | 0.68% | - |
| XYZ | 23.09 | 25.83 | 43.81 | - |
| YUV | 134.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 174 | 0.41 | 0.17 | 0 | 0.32 | 205 | 0.31 | 0.54 |
| Hex | 66 | 90 | AE | 29 | 11 | 0 | 20 | CD | 1F | 36 |
| Octal | 146 | 220 | 256 | 51 | 21 | 0 | 40 | 315 | 37 | 66 |
| Binary | 1100110 | 10010000 | 10101110 | 101001 | 10001 | 0 | 100000 | 11001101 | 11111 | 110110 |
Color Harmonies of #6690AE
Complementary color
Monochromatic Colors of #6690AE
Black with #6690AE
Text Example
Text Example
White with #6690AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6690AE; }
p { color: rgb(102,144,174); }
H1.HeaderClassName
{
color: #6690AE;
}
.AnyTagClassName
{
color: #6690AE;
}
</style>
background-color css
<style>
a { background-color: #6690AE; }
a { background-color: rgb(102,144,174); }
div.DivClassName
{
background-color: #6690AE;
}
.BgClassName
{
background-color: #6690AE;
}
</style>
border-color css
<style>
span { border-color: #6690AE; }
span { border-color: rgb(102,144,174); }
td.TdClassName
{
border-color: #6690AE;
}
.TagClassName
{
border-color: #6690AE;
}
</style>