Shades of Air Force Blue #688BAB
Tints of Air Force Blue #688BAB
RGB
CMYK
RGB Variations
Color information
#688BAB (or 0x688BAB) is known color: Air Force Blue. HEX triplet: 68, 8B and AB. RGB value is (104,139,171). Sum of RGB (Red+Green+Blue) = 104+139+171=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #688BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BAB is #977454. Grayscale: #848484. Windows color (decimal): -9925717 or 11242344. OLE color: 11242344.
HSL color Cylindrical-coordinate representation of color #688BAB: hue angle of 208.66º degrees, saturation: 0.29, 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 #688BAB is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 139 | 171 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.33 |
| HSL | 208.66º | 0.29% | 0.54% | - |
| HSV(B) | 208.66º | 0.39% | 0.67% | - |
| XYZ | 22.29 | 24.35 | 42.05 | - |
| YUV | 132.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 171 | 0.39 | 0.19 | 0 | 0.33 | 208.66 | 0.29 | 0.54 |
| Hex | 68 | 8B | AB | 27 | 13 | 0 | 21 | D1 | 1D | 36 |
| Octal | 150 | 213 | 253 | 47 | 23 | 0 | 41 | 321 | 35 | 66 |
| Binary | 1101000 | 10001011 | 10101011 | 100111 | 10011 | 0 | 100001 | 11010001 | 11101 | 110110 |
Color Harmonies of #688BAB
Complementary color
Monochromatic Colors of #688BAB
Black with #688BAB
Text Example
Text Example
White with #688BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BAB; }
p { color: rgb(104,139,171); }
H1.HeaderClassName
{
color: #688BAB;
}
.AnyTagClassName
{
color: #688BAB;
}
</style>
background-color css
<style>
a { background-color: #688BAB; }
a { background-color: rgb(104,139,171); }
div.DivClassName
{
background-color: #688BAB;
}
.BgClassName
{
background-color: #688BAB;
}
</style>
border-color css
<style>
span { border-color: #688BAB; }
span { border-color: rgb(104,139,171); }
td.TdClassName
{
border-color: #688BAB;
}
.TagClassName
{
border-color: #688BAB;
}
</style>