Shades of Air Force Blue #688BAC
Tints of Air Force Blue #688BAC
RGB
CMYK
RGB Variations
Color information
#688BAC (or 0x688BAC) is known color: Air Force Blue. HEX triplet: 68, 8B and AC. RGB value is (104,139,172). Sum of RGB (Red+Green+Blue) = 104+139+172=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #688BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BAC is #977453. Grayscale: #848484. Windows color (decimal): -9925716 or 11307880. OLE color: 11307880.
HSL color Cylindrical-coordinate representation of color #688BAC: hue angle of 209.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #688BAC is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 139 | 172 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.33 |
| HSL | 209.12º | 0.29% | 0.54% | - |
| HSV(B) | 209.12º | 0.4% | 0.67% | - |
| XYZ | 22.39 | 24.39 | 42.56 | - |
| YUV | 132.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 172 | 0.40 | 0.19 | 0 | 0.33 | 209.12 | 0.29 | 0.54 |
| Hex | 68 | 8B | AC | 28 | 13 | 0 | 21 | D1 | 1D | 36 |
| Octal | 150 | 213 | 254 | 50 | 23 | 0 | 41 | 321 | 35 | 66 |
| Binary | 1101000 | 10001011 | 10101100 | 101000 | 10011 | 0 | 100001 | 11010001 | 11101 | 110110 |
Color Harmonies of #688BAC
Complementary color
Monochromatic Colors of #688BAC
Black with #688BAC
Text Example
Text Example
White with #688BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BAC; }
p { color: rgb(104,139,172); }
H1.HeaderClassName
{
color: #688BAC;
}
.AnyTagClassName
{
color: #688BAC;
}
</style>
background-color css
<style>
a { background-color: #688BAC; }
a { background-color: rgb(104,139,172); }
div.DivClassName
{
background-color: #688BAC;
}
.BgClassName
{
background-color: #688BAC;
}
</style>
border-color css
<style>
span { border-color: #688BAC; }
span { border-color: rgb(104,139,172); }
td.TdClassName
{
border-color: #688BAC;
}
.TagClassName
{
border-color: #688BAC;
}
</style>