Shades of Air Force Blue #668AAA
Tints of Air Force Blue #668AAA
RGB
CMYK
RGB Variations
Color information
#668AAA (or 0x668AAA) is known color: Air Force Blue. HEX triplet: 66, 8A and AA. RGB value is (102,138,170). Sum of RGB (Red+Green+Blue) = 102+138+170=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #668AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AAA is #997555. Grayscale: #828282. Windows color (decimal): -10057046 or 11176550. OLE color: 11176550.
HSL color Cylindrical-coordinate representation of color #668AAA: hue angle of 208.24º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #668AAA is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 138 | 170 | - |
| CMYK | 0.4 | 0.19 | 0 | 0.33 |
| HSL | 208.24º | 0.29% | 0.53% | - |
| HSV(B) | 208.24º | 0.4% | 0.67% | - |
| XYZ | 21.82 | 23.9 | 41.49 | - |
| YUV | 130.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 170 | 0.4 | 0.19 | 0 | 0.33 | 208.24 | 0.29 | 0.53 |
| Hex | 66 | 8A | AA | 28 | 13 | 0 | 21 | D0 | 1D | 35 |
| Octal | 146 | 212 | 252 | 50 | 23 | 0 | 41 | 320 | 35 | 65 |
| Binary | 1100110 | 10001010 | 10101010 | 101000 | 10011 | 0 | 100001 | 11010000 | 11101 | 110101 |
Color Harmonies of #668AAA
Complementary color
Monochromatic Colors of #668AAA
Black with #668AAA
Text Example
Text Example
White with #668AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AAA; }
p { color: rgb(102,138,170); }
H1.HeaderClassName
{
color: #668AAA;
}
.AnyTagClassName
{
color: #668AAA;
}
</style>
background-color css
<style>
a { background-color: #668AAA; }
a { background-color: rgb(102,138,170); }
div.DivClassName
{
background-color: #668AAA;
}
.BgClassName
{
background-color: #668AAA;
}
</style>
border-color css
<style>
span { border-color: #668AAA; }
span { border-color: rgb(102,138,170); }
td.TdClassName
{
border-color: #668AAA;
}
.TagClassName
{
border-color: #668AAA;
}
</style>