Shades of Air Force Blue #688AAA
Tints of Air Force Blue #688AAA
RGB
CMYK
RGB Variations
Color information
#688AAA (or 0x688AAA) is known color: Air Force Blue. HEX triplet: 68, 8A and AA. RGB value is (104,138,170). Sum of RGB (Red+Green+Blue) = 104+138+170=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #688AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688AAA is #977555. Grayscale: #838383. Windows color (decimal): -9925974 or 11176552. OLE color: 11176552.
HSL color Cylindrical-coordinate representation of color #688AAA: hue angle of 209.09º 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 #688AAA is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 138 | 170 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.33 |
| HSL | 209.09º | 0.28% | 0.54% | - |
| HSV(B) | 209.09º | 0.39% | 0.67% | - |
| XYZ | 22.05 | 24.02 | 41.5 | - |
| YUV | 131.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 170 | 0.39 | 0.19 | 0 | 0.33 | 209.09 | 0.28 | 0.54 |
| Hex | 68 | 8A | AA | 27 | 13 | 0 | 21 | D1 | 1C | 36 |
| Octal | 150 | 212 | 252 | 47 | 23 | 0 | 41 | 321 | 34 | 66 |
| Binary | 1101000 | 10001010 | 10101010 | 100111 | 10011 | 0 | 100001 | 11010001 | 11100 | 110110 |
Color Harmonies of #688AAA
Complementary color
Monochromatic Colors of #688AAA
Black with #688AAA
Text Example
Text Example
White with #688AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688AAA; }
p { color: rgb(104,138,170); }
H1.HeaderClassName
{
color: #688AAA;
}
.AnyTagClassName
{
color: #688AAA;
}
</style>
background-color css
<style>
a { background-color: #688AAA; }
a { background-color: rgb(104,138,170); }
div.DivClassName
{
background-color: #688AAA;
}
.BgClassName
{
background-color: #688AAA;
}
</style>
border-color css
<style>
span { border-color: #688AAA; }
span { border-color: rgb(104,138,170); }
td.TdClassName
{
border-color: #688AAA;
}
.TagClassName
{
border-color: #688AAA;
}
</style>