Shades of Air Force Blue #6893AB
Tints of Air Force Blue #6893AB
RGB
CMYK
RGB Variations
Color information
#6893AB (or 0x6893AB) is known color: Air Force Blue. HEX triplet: 68, 93 and AB. RGB value is (104,147,171). Sum of RGB (Red+Green+Blue) = 104+147+171=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #6893AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6893AB is #976C54. Grayscale: #888888. Windows color (decimal): -9923669 or 11244392. OLE color: 11244392.
HSL color Cylindrical-coordinate representation of color #6893AB: hue angle of 201.49º 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 #6893AB is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 147 | 171 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.33 |
| HSL | 201.49º | 0.29% | 0.54% | - |
| HSV(B) | 201.49º | 0.39% | 0.67% | - |
| XYZ | 23.49 | 26.75 | 42.45 | - |
| YUV | 136.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 171 | 0.39 | 0.14 | 0 | 0.33 | 201.49 | 0.29 | 0.54 |
| Hex | 68 | 93 | AB | 27 | E | 0 | 21 | C9 | 1D | 36 |
| Octal | 150 | 223 | 253 | 47 | 16 | 0 | 41 | 311 | 35 | 66 |
| Binary | 1101000 | 10010011 | 10101011 | 100111 | 1110 | 0 | 100001 | 11001001 | 11101 | 110110 |
Color Harmonies of #6893AB
Complementary color
Monochromatic Colors of #6893AB
Black with #6893AB
Text Example
Text Example
White with #6893AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6893AB; }
p { color: rgb(104,147,171); }
H1.HeaderClassName
{
color: #6893AB;
}
.AnyTagClassName
{
color: #6893AB;
}
</style>
background-color css
<style>
a { background-color: #6893AB; }
a { background-color: rgb(104,147,171); }
div.DivClassName
{
background-color: #6893AB;
}
.BgClassName
{
background-color: #6893AB;
}
</style>
border-color css
<style>
span { border-color: #6893AB; }
span { border-color: rgb(104,147,171); }
td.TdClassName
{
border-color: #6893AB;
}
.TagClassName
{
border-color: #6893AB;
}
</style>