Shades of Air Force Blue #668AAD
Tints of Air Force Blue #668AAD
RGB
CMYK
RGB Variations
Color information
#668AAD (or 0x668AAD) is known color: Air Force Blue. HEX triplet: 66, 8A and AD. RGB value is (102,138,173). Sum of RGB (Red+Green+Blue) = 102+138+173=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #668AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AAD is #997552. Grayscale: #838383. Windows color (decimal): -10057043 or 11373158. OLE color: 11373158.
HSL color Cylindrical-coordinate representation of color #668AAD: hue angle of 209.58º 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 #668AAD is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 138 | 173 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.32 |
| HSL | 209.58º | 0.3% | 0.54% | - |
| HSV(B) | 209.58º | 0.41% | 0.68% | - |
| XYZ | 22.11 | 24.02 | 43.01 | - |
| YUV | 131.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 173 | 0.41 | 0.20 | 0 | 0.32 | 209.58 | 0.3 | 0.54 |
| Hex | 66 | 8A | AD | 29 | 14 | 0 | 20 | D2 | 1E | 36 |
| Octal | 146 | 212 | 255 | 51 | 24 | 0 | 40 | 322 | 36 | 66 |
| Binary | 1100110 | 10001010 | 10101101 | 101001 | 10100 | 0 | 100000 | 11010010 | 11110 | 110110 |
Color Harmonies of #668AAD
Complementary color
Monochromatic Colors of #668AAD
Black with #668AAD
Text Example
Text Example
White with #668AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AAD; }
p { color: rgb(102,138,173); }
H1.HeaderClassName
{
color: #668AAD;
}
.AnyTagClassName
{
color: #668AAD;
}
</style>
background-color css
<style>
a { background-color: #668AAD; }
a { background-color: rgb(102,138,173); }
div.DivClassName
{
background-color: #668AAD;
}
.BgClassName
{
background-color: #668AAD;
}
</style>
border-color css
<style>
span { border-color: #668AAD; }
span { border-color: rgb(102,138,173); }
td.TdClassName
{
border-color: #668AAD;
}
.TagClassName
{
border-color: #668AAD;
}
</style>