Shades of Air Force Blue #6790AD
Tints of Air Force Blue #6790AD
RGB
CMYK
RGB Variations
Color information
#6790AD (or 0x6790AD) is known color: Air Force Blue. HEX triplet: 67, 90 and AD. RGB value is (103,144,173). Sum of RGB (Red+Green+Blue) = 103+144+173=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #6790AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6790AD is #986F52. Grayscale: #868686. Windows color (decimal): -9989971 or 11374695. OLE color: 11374695.
HSL color Cylindrical-coordinate representation of color #6790AD: hue angle of 204.86º 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 #6790AD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 144 | 173 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.32 |
| HSL | 204.86º | 0.3% | 0.54% | - |
| HSV(B) | 204.86º | 0.4% | 0.68% | - |
| XYZ | 23.11 | 25.85 | 43.31 | - |
| YUV | 135.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 173 | 0.40 | 0.17 | 0 | 0.32 | 204.86 | 0.3 | 0.54 |
| Hex | 67 | 90 | AD | 28 | 11 | 0 | 20 | CD | 1E | 36 |
| Octal | 147 | 220 | 255 | 50 | 21 | 0 | 40 | 315 | 36 | 66 |
| Binary | 1100111 | 10010000 | 10101101 | 101000 | 10001 | 0 | 100000 | 11001101 | 11110 | 110110 |
Color Harmonies of #6790AD
Complementary color
Monochromatic Colors of #6790AD
Black with #6790AD
Text Example
Text Example
White with #6790AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6790AD; }
p { color: rgb(103,144,173); }
H1.HeaderClassName
{
color: #6790AD;
}
.AnyTagClassName
{
color: #6790AD;
}
</style>
background-color css
<style>
a { background-color: #6790AD; }
a { background-color: rgb(103,144,173); }
div.DivClassName
{
background-color: #6790AD;
}
.BgClassName
{
background-color: #6790AD;
}
</style>
border-color css
<style>
span { border-color: #6790AD; }
span { border-color: rgb(103,144,173); }
td.TdClassName
{
border-color: #6790AD;
}
.TagClassName
{
border-color: #6790AD;
}
</style>