Shades of Air Force Blue #6791AD
Tints of Air Force Blue #6791AD
RGB
CMYK
RGB Variations
Color information
#6791AD (or 0x6791AD) is known color: Air Force Blue. HEX triplet: 67, 91 and AD. RGB value is (103,145,173). Sum of RGB (Red+Green+Blue) = 103+145+173=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #6791AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6791AD is #986E52. Grayscale: #878787. Windows color (decimal): -9989715 or 11374951. OLE color: 11374951.
HSL color Cylindrical-coordinate representation of color #6791AD: hue angle of 204º 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 #6791AD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 145 | 173 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.32 |
| HSL | 204º | 0.3% | 0.54% | - |
| HSV(B) | 204º | 0.4% | 0.68% | - |
| XYZ | 23.26 | 26.15 | 43.36 | - |
| YUV | 135.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 173 | 0.40 | 0.16 | 0 | 0.32 | 204 | 0.3 | 0.54 |
| Hex | 67 | 91 | AD | 28 | 10 | 0 | 20 | CC | 1E | 36 |
| Octal | 147 | 221 | 255 | 50 | 20 | 0 | 40 | 314 | 36 | 66 |
| Binary | 1100111 | 10010001 | 10101101 | 101000 | 10000 | 0 | 100000 | 11001100 | 11110 | 110110 |
Color Harmonies of #6791AD
Complementary color
Monochromatic Colors of #6791AD
Black with #6791AD
Text Example
Text Example
White with #6791AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6791AD; }
p { color: rgb(103,145,173); }
H1.HeaderClassName
{
color: #6791AD;
}
.AnyTagClassName
{
color: #6791AD;
}
</style>
background-color css
<style>
a { background-color: #6791AD; }
a { background-color: rgb(103,145,173); }
div.DivClassName
{
background-color: #6791AD;
}
.BgClassName
{
background-color: #6791AD;
}
</style>
border-color css
<style>
span { border-color: #6791AD; }
span { border-color: rgb(103,145,173); }
td.TdClassName
{
border-color: #6791AD;
}
.TagClassName
{
border-color: #6791AD;
}
</style>