Shades of Air Force Blue #668EA9
Tints of Air Force Blue #668EA9
RGB
CMYK
RGB Variations
Color information
#668EA9 (or 0x668EA9) is known color: Air Force Blue. HEX triplet: 66, 8E and A9. RGB value is (102,142,169). Sum of RGB (Red+Green+Blue) = 102+142+169=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 169 - color contains mainly: blue. Hex color #668EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668EA9 is #997156. Grayscale: #848484. Windows color (decimal): -10056023 or 11112038. OLE color: 11112038.
HSL color Cylindrical-coordinate representation of color #668EA9: hue angle of 204.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #668EA9 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 142 | 169 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.34 |
| HSL | 204.18º | 0.28% | 0.53% | - |
| HSV(B) | 204.18º | 0.4% | 0.66% | - |
| XYZ | 22.31 | 25.04 | 41.19 | - |
| YUV | 133.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 169 | 0.40 | 0.16 | 0 | 0.34 | 204.18 | 0.28 | 0.53 |
| Hex | 66 | 8E | A9 | 28 | 10 | 0 | 22 | CC | 1C | 35 |
| Octal | 146 | 216 | 251 | 50 | 20 | 0 | 42 | 314 | 34 | 65 |
| Binary | 1100110 | 10001110 | 10101001 | 101000 | 10000 | 0 | 100010 | 11001100 | 11100 | 110101 |
Color Harmonies of #668EA9
Complementary color
Monochromatic Colors of #668EA9
Black with #668EA9
Text Example
Text Example
White with #668EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668EA9; }
p { color: rgb(102,142,169); }
H1.HeaderClassName
{
color: #668EA9;
}
.AnyTagClassName
{
color: #668EA9;
}
</style>
background-color css
<style>
a { background-color: #668EA9; }
a { background-color: rgb(102,142,169); }
div.DivClassName
{
background-color: #668EA9;
}
.BgClassName
{
background-color: #668EA9;
}
</style>
border-color css
<style>
span { border-color: #668EA9; }
span { border-color: rgb(102,142,169); }
td.TdClassName
{
border-color: #668EA9;
}
.TagClassName
{
border-color: #668EA9;
}
</style>