Shades of Air Force Blue #6891AD
Tints of Air Force Blue #6891AD
RGB
CMYK
RGB Variations
Color information
#6891AD (or 0x6891AD) is known color: Air Force Blue. HEX triplet: 68, 91 and AD. RGB value is (104,145,173). Sum of RGB (Red+Green+Blue) = 104+145+173=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #6891AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6891AD is #976E52. Grayscale: #878787. Windows color (decimal): -9924179 or 11374952. OLE color: 11374952.
HSL color Cylindrical-coordinate representation of color #6891AD: hue angle of 204.35º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6891AD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 145 | 173 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.32 |
| HSL | 204.35º | 0.3% | 0.54% | - |
| HSV(B) | 204.35º | 0.4% | 0.68% | - |
| XYZ | 23.38 | 26.21 | 43.36 | - |
| YUV | 135.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 173 | 0.40 | 0.16 | 0 | 0.32 | 204.35 | 0.3 | 0.54 |
| Hex | 68 | 91 | AD | 28 | 10 | 0 | 20 | CC | 1E | 36 |
| Octal | 150 | 221 | 255 | 50 | 20 | 0 | 40 | 314 | 36 | 66 |
| Binary | 1101000 | 10010001 | 10101101 | 101000 | 10000 | 0 | 100000 | 11001100 | 11110 | 110110 |
Color Harmonies of #6891AD
Complementary color
Monochromatic Colors of #6891AD
Black with #6891AD
Text Example
Text Example
White with #6891AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6891AD; }
p { color: rgb(104,145,173); }
H1.HeaderClassName
{
color: #6891AD;
}
.AnyTagClassName
{
color: #6891AD;
}
</style>
background-color css
<style>
a { background-color: #6891AD; }
a { background-color: rgb(104,145,173); }
div.DivClassName
{
background-color: #6891AD;
}
.BgClassName
{
background-color: #6891AD;
}
</style>
border-color css
<style>
span { border-color: #6891AD; }
span { border-color: rgb(104,145,173); }
td.TdClassName
{
border-color: #6891AD;
}
.TagClassName
{
border-color: #6891AD;
}
</style>