Shades of Air Force Blue #6888AB
Tints of Air Force Blue #6888AB
RGB
CMYK
RGB Variations
Color information
#6888AB (or 0x6888AB) is known color: Air Force Blue. HEX triplet: 68, 88 and AB. RGB value is (104,136,171). Sum of RGB (Red+Green+Blue) = 104+136+171=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #6888AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6888AB is #977754. Grayscale: #828282. Windows color (decimal): -9926485 or 11241576. OLE color: 11241576.
HSL color Cylindrical-coordinate representation of color #6888AB: hue angle of 211.34º 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 #6888AB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 136 | 171 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.33 |
| HSL | 211.34º | 0.29% | 0.54% | - |
| HSV(B) | 211.34º | 0.39% | 0.67% | - |
| XYZ | 21.86 | 23.49 | 41.91 | - |
| YUV | 130.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 171 | 0.39 | 0.20 | 0 | 0.33 | 211.34 | 0.29 | 0.54 |
| Hex | 68 | 88 | AB | 27 | 14 | 0 | 21 | D3 | 1D | 36 |
| Octal | 150 | 210 | 253 | 47 | 24 | 0 | 41 | 323 | 35 | 66 |
| Binary | 1101000 | 10001000 | 10101011 | 100111 | 10100 | 0 | 100001 | 11010011 | 11101 | 110110 |
Color Harmonies of #6888AB
Complementary color
Monochromatic Colors of #6888AB
Black with #6888AB
Text Example
Text Example
White with #6888AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6888AB; }
p { color: rgb(104,136,171); }
H1.HeaderClassName
{
color: #6888AB;
}
.AnyTagClassName
{
color: #6888AB;
}
</style>
background-color css
<style>
a { background-color: #6888AB; }
a { background-color: rgb(104,136,171); }
div.DivClassName
{
background-color: #6888AB;
}
.BgClassName
{
background-color: #6888AB;
}
</style>
border-color css
<style>
span { border-color: #6888AB; }
span { border-color: rgb(104,136,171); }
td.TdClassName
{
border-color: #6888AB;
}
.TagClassName
{
border-color: #6888AB;
}
</style>