Shades of Air Force Blue #688AAD
Tints of Air Force Blue #688AAD
RGB
CMYK
RGB Variations
Color information
#688AAD (or 0x688AAD) is known color: Air Force Blue. HEX triplet: 68, 8A and AD. RGB value is (104,138,173). Sum of RGB (Red+Green+Blue) = 104+138+173=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #688AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688AAD is #977552. Grayscale: #838383. Windows color (decimal): -9925971 or 11373160. OLE color: 11373160.
HSL color Cylindrical-coordinate representation of color #688AAD: hue angle of 210.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #688AAD is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 138 | 173 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.32 |
| HSL | 210.43º | 0.3% | 0.54% | - |
| HSV(B) | 210.43º | 0.4% | 0.68% | - |
| XYZ | 22.34 | 24.14 | 43.02 | - |
| YUV | 131.82 | 151.24 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 173 | 0.40 | 0.20 | 0 | 0.32 | 210.43 | 0.3 | 0.54 |
| Hex | 68 | 8A | AD | 28 | 14 | 0 | 20 | D2 | 1E | 36 |
| Octal | 150 | 212 | 255 | 50 | 24 | 0 | 40 | 322 | 36 | 66 |
| Binary | 1101000 | 10001010 | 10101101 | 101000 | 10100 | 0 | 100000 | 11010010 | 11110 | 110110 |
Color Harmonies of #688AAD
Complementary color
Monochromatic Colors of #688AAD
Black with #688AAD
Text Example
Text Example
White with #688AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688AAD; }
p { color: rgb(104,138,173); }
H1.HeaderClassName
{
color: #688AAD;
}
.AnyTagClassName
{
color: #688AAD;
}
</style>
background-color css
<style>
a { background-color: #688AAD; }
a { background-color: rgb(104,138,173); }
div.DivClassName
{
background-color: #688AAD;
}
.BgClassName
{
background-color: #688AAD;
}
</style>
border-color css
<style>
span { border-color: #688AAD; }
span { border-color: rgb(104,138,173); }
td.TdClassName
{
border-color: #688AAD;
}
.TagClassName
{
border-color: #688AAD;
}
</style>