Shades of Air Force Blue #688BA8
Tints of Air Force Blue #688BA8
RGB
CMYK
RGB Variations
Color information
#688BA8 (or 0x688BA8) is known color: Air Force Blue. HEX triplet: 68, 8B and A8. RGB value is (104,139,168). Sum of RGB (Red+Green+Blue) = 104+139+168=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 168 - color contains mainly: blue. Hex color #688BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BA8 is #977457. Grayscale: #838383. Windows color (decimal): -9925720 or 11045736. OLE color: 11045736.
HSL color Cylindrical-coordinate representation of color #688BA8: hue angle of 207.19º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #688BA8 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 139 | 168 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.34 |
| HSL | 207.19º | 0.27% | 0.53% | - |
| HSV(B) | 207.19º | 0.38% | 0.66% | - |
| XYZ | 22.01 | 24.24 | 40.56 | - |
| YUV | 131.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 168 | 0.38 | 0.17 | 0 | 0.34 | 207.19 | 0.27 | 0.53 |
| Hex | 68 | 8B | A8 | 26 | 11 | 0 | 22 | CF | 1B | 35 |
| Octal | 150 | 213 | 250 | 46 | 21 | 0 | 42 | 317 | 33 | 65 |
| Binary | 1101000 | 10001011 | 10101000 | 100110 | 10001 | 0 | 100010 | 11001111 | 11011 | 110101 |
Color Harmonies of #688BA8
Complementary color
Monochromatic Colors of #688BA8
Black with #688BA8
Text Example
Text Example
White with #688BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BA8; }
p { color: rgb(104,139,168); }
H1.HeaderClassName
{
color: #688BA8;
}
.AnyTagClassName
{
color: #688BA8;
}
</style>
background-color css
<style>
a { background-color: #688BA8; }
a { background-color: rgb(104,139,168); }
div.DivClassName
{
background-color: #688BA8;
}
.BgClassName
{
background-color: #688BA8;
}
</style>
border-color css
<style>
span { border-color: #688BA8; }
span { border-color: rgb(104,139,168); }
td.TdClassName
{
border-color: #688BA8;
}
.TagClassName
{
border-color: #688BA8;
}
</style>