Shades of Air Force Blue #6783AB
Tints of Air Force Blue #6783AB
RGB
CMYK
RGB Variations
Color information
#6783AB (or 0x6783AB) is known color: Air Force Blue. HEX triplet: 67, 83 and AB. RGB value is (103,131,171). Sum of RGB (Red+Green+Blue) = 103+131+171=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6783AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6783AB is #987C54. Grayscale: #7F7F7F. Windows color (decimal): -9993301 or 11240295. OLE color: 11240295.
HSL color Cylindrical-coordinate representation of color #6783AB: hue angle of 215.29º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6783AB is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 131 | 171 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.33 |
| HSL | 215.29º | 0.29% | 0.54% | - |
| HSV(B) | 215.29º | 0.4% | 0.67% | - |
| XYZ | 21.06 | 22.06 | 41.68 | - |
| YUV | 127.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 171 | 0.40 | 0.23 | 0 | 0.33 | 215.29 | 0.29 | 0.54 |
| Hex | 67 | 83 | AB | 28 | 17 | 0 | 21 | D7 | 1D | 36 |
| Octal | 147 | 203 | 253 | 50 | 27 | 0 | 41 | 327 | 35 | 66 |
| Binary | 1100111 | 10000011 | 10101011 | 101000 | 10111 | 0 | 100001 | 11010111 | 11101 | 110110 |
Color Harmonies of #6783AB
Complementary color
Monochromatic Colors of #6783AB
Black with #6783AB
Text Example
Text Example
White with #6783AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6783AB; }
p { color: rgb(103,131,171); }
H1.HeaderClassName
{
color: #6783AB;
}
.AnyTagClassName
{
color: #6783AB;
}
</style>
background-color css
<style>
a { background-color: #6783AB; }
a { background-color: rgb(103,131,171); }
div.DivClassName
{
background-color: #6783AB;
}
.BgClassName
{
background-color: #6783AB;
}
</style>
border-color css
<style>
span { border-color: #6783AB; }
span { border-color: rgb(103,131,171); }
td.TdClassName
{
border-color: #6783AB;
}
.TagClassName
{
border-color: #6783AB;
}
</style>