Shades of Air Force Blue #668FA9
Tints of Air Force Blue #668FA9
RGB
CMYK
RGB Variations
Color information
#668FA9 (or 0x668FA9) is known color: Air Force Blue. HEX triplet: 66, 8F and A9. RGB value is (102,143,169). Sum of RGB (Red+Green+Blue) = 102+143+169=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 169 - color contains mainly: blue. Hex color #668FA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FA9 is #997056. Grayscale: #858585. Windows color (decimal): -10055767 or 11112294. OLE color: 11112294.
HSL color Cylindrical-coordinate representation of color #668FA9: hue angle of 203.28º 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 #668FA9 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 143 | 169 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.34 |
| HSL | 203.28º | 0.28% | 0.53% | - |
| HSV(B) | 203.28º | 0.4% | 0.66% | - |
| XYZ | 22.46 | 25.33 | 41.24 | - |
| YUV | 133.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 169 | 0.40 | 0.15 | 0 | 0.34 | 203.28 | 0.28 | 0.53 |
| Hex | 66 | 8F | A9 | 28 | F | 0 | 22 | CB | 1C | 35 |
| Octal | 146 | 217 | 251 | 50 | 17 | 0 | 42 | 313 | 34 | 65 |
| Binary | 1100110 | 10001111 | 10101001 | 101000 | 1111 | 0 | 100010 | 11001011 | 11100 | 110101 |
Color Harmonies of #668FA9
Complementary color
Monochromatic Colors of #668FA9
Black with #668FA9
Text Example
Text Example
White with #668FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FA9; }
p { color: rgb(102,143,169); }
H1.HeaderClassName
{
color: #668FA9;
}
.AnyTagClassName
{
color: #668FA9;
}
</style>
background-color css
<style>
a { background-color: #668FA9; }
a { background-color: rgb(102,143,169); }
div.DivClassName
{
background-color: #668FA9;
}
.BgClassName
{
background-color: #668FA9;
}
</style>
border-color css
<style>
span { border-color: #668FA9; }
span { border-color: rgb(102,143,169); }
td.TdClassName
{
border-color: #668FA9;
}
.TagClassName
{
border-color: #668FA9;
}
</style>