Shades of Air Force Blue #6892AD
Tints of Air Force Blue #6892AD
RGB
CMYK
RGB Variations
Color information
#6892AD (or 0x6892AD) is known color: Air Force Blue. HEX triplet: 68, 92 and AD. RGB value is (104,146,173). Sum of RGB (Red+Green+Blue) = 104+146+173=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #6892AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6892AD is #976D52. Grayscale: #888888. Windows color (decimal): -9923923 or 11375208. OLE color: 11375208.
HSL color Cylindrical-coordinate representation of color #6892AD: hue angle of 203.48º 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 #6892AD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 146 | 173 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.32 |
| HSL | 203.48º | 0.3% | 0.54% | - |
| HSV(B) | 203.48º | 0.4% | 0.68% | - |
| XYZ | 23.53 | 26.52 | 43.41 | - |
| YUV | 136.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 173 | 0.40 | 0.16 | 0 | 0.32 | 203.48 | 0.3 | 0.54 |
| Hex | 68 | 92 | AD | 28 | 10 | 0 | 20 | CB | 1E | 36 |
| Octal | 150 | 222 | 255 | 50 | 20 | 0 | 40 | 313 | 36 | 66 |
| Binary | 1101000 | 10010010 | 10101101 | 101000 | 10000 | 0 | 100000 | 11001011 | 11110 | 110110 |
Color Harmonies of #6892AD
Complementary color
Monochromatic Colors of #6892AD
Black with #6892AD
Text Example
Text Example
White with #6892AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6892AD; }
p { color: rgb(104,146,173); }
H1.HeaderClassName
{
color: #6892AD;
}
.AnyTagClassName
{
color: #6892AD;
}
</style>
background-color css
<style>
a { background-color: #6892AD; }
a { background-color: rgb(104,146,173); }
div.DivClassName
{
background-color: #6892AD;
}
.BgClassName
{
background-color: #6892AD;
}
</style>
border-color css
<style>
span { border-color: #6892AD; }
span { border-color: rgb(104,146,173); }
td.TdClassName
{
border-color: #6892AD;
}
.TagClassName
{
border-color: #6892AD;
}
</style>