Shades of Air Force Blue #688FAC
Tints of Air Force Blue #688FAC
RGB
CMYK
RGB Variations
Color information
#688FAC (or 0x688FAC) is known color: Air Force Blue. HEX triplet: 68, 8F and AC. RGB value is (104,143,172). Sum of RGB (Red+Green+Blue) = 104+143+172=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #688FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688FAC is #977053. Grayscale: #868686. Windows color (decimal): -9924692 or 11308904. OLE color: 11308904.
HSL color Cylindrical-coordinate representation of color #688FAC: hue angle of 205.59º 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 #688FAC is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 143 | 172 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.33 |
| HSL | 205.59º | 0.29% | 0.54% | - |
| HSV(B) | 205.59º | 0.4% | 0.67% | - |
| XYZ | 22.98 | 25.57 | 42.75 | - |
| YUV | 134.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 172 | 0.40 | 0.17 | 0 | 0.33 | 205.59 | 0.29 | 0.54 |
| Hex | 68 | 8F | AC | 28 | 11 | 0 | 21 | CE | 1D | 36 |
| Octal | 150 | 217 | 254 | 50 | 21 | 0 | 41 | 316 | 35 | 66 |
| Binary | 1101000 | 10001111 | 10101100 | 101000 | 10001 | 0 | 100001 | 11001110 | 11101 | 110110 |
Color Harmonies of #688FAC
Complementary color
Monochromatic Colors of #688FAC
Black with #688FAC
Text Example
Text Example
White with #688FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FAC; }
p { color: rgb(104,143,172); }
H1.HeaderClassName
{
color: #688FAC;
}
.AnyTagClassName
{
color: #688FAC;
}
</style>
background-color css
<style>
a { background-color: #688FAC; }
a { background-color: rgb(104,143,172); }
div.DivClassName
{
background-color: #688FAC;
}
.BgClassName
{
background-color: #688FAC;
}
</style>
border-color css
<style>
span { border-color: #688FAC; }
span { border-color: rgb(104,143,172); }
td.TdClassName
{
border-color: #688FAC;
}
.TagClassName
{
border-color: #688FAC;
}
</style>