Shades of Air Force Blue #688EAA
Tints of Air Force Blue #688EAA
RGB
CMYK
RGB Variations
Color information
#688EAA (or 0x688EAA) is known color: Air Force Blue. HEX triplet: 68, 8E and AA. RGB value is (104,142,170). Sum of RGB (Red+Green+Blue) = 104+142+170=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #688EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688EAA is #977155. Grayscale: #858585. Windows color (decimal): -9924950 or 11177576. OLE color: 11177576.
HSL color Cylindrical-coordinate representation of color #688EAA: hue angle of 205.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #688EAA is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 142 | 170 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.33 |
| HSL | 205.45º | 0.28% | 0.54% | - |
| HSV(B) | 205.45º | 0.39% | 0.67% | - |
| XYZ | 22.64 | 25.19 | 41.7 | - |
| YUV | 133.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 142 | 170 | 0.39 | 0.16 | 0 | 0.33 | 205.45 | 0.28 | 0.54 |
| Hex | 68 | 8E | AA | 27 | 10 | 0 | 21 | CD | 1C | 36 |
| Octal | 150 | 216 | 252 | 47 | 20 | 0 | 41 | 315 | 34 | 66 |
| Binary | 1101000 | 10001110 | 10101010 | 100111 | 10000 | 0 | 100001 | 11001101 | 11100 | 110110 |
Color Harmonies of #688EAA
Complementary color
Monochromatic Colors of #688EAA
Black with #688EAA
Text Example
Text Example
White with #688EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688EAA; }
p { color: rgb(104,142,170); }
H1.HeaderClassName
{
color: #688EAA;
}
.AnyTagClassName
{
color: #688EAA;
}
</style>
background-color css
<style>
a { background-color: #688EAA; }
a { background-color: rgb(104,142,170); }
div.DivClassName
{
background-color: #688EAA;
}
.BgClassName
{
background-color: #688EAA;
}
</style>
border-color css
<style>
span { border-color: #688EAA; }
span { border-color: rgb(104,142,170); }
td.TdClassName
{
border-color: #688EAA;
}
.TagClassName
{
border-color: #688EAA;
}
</style>