Shades of Air Force Blue #6785AC
Tints of Air Force Blue #6785AC
RGB
CMYK
RGB Variations
Color information
#6785AC (or 0x6785AC) is known color: Air Force Blue. HEX triplet: 67, 85 and AC. RGB value is (103,133,172). Sum of RGB (Red+Green+Blue) = 103+133+172=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #6785AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6785AC is #987A53. Grayscale: #808080. Windows color (decimal): -9992788 or 11306343. OLE color: 11306343.
HSL color Cylindrical-coordinate representation of color #6785AC: hue angle of 213.91º 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 #6785AC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 133 | 172 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.33 |
| HSL | 213.91º | 0.29% | 0.54% | - |
| HSV(B) | 213.91º | 0.4% | 0.67% | - |
| XYZ | 21.43 | 22.64 | 42.27 | - |
| YUV | 128.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 172 | 0.40 | 0.23 | 0 | 0.33 | 213.91 | 0.29 | 0.54 |
| Hex | 67 | 85 | AC | 28 | 17 | 0 | 21 | D6 | 1D | 36 |
| Octal | 147 | 205 | 254 | 50 | 27 | 0 | 41 | 326 | 35 | 66 |
| Binary | 1100111 | 10000101 | 10101100 | 101000 | 10111 | 0 | 100001 | 11010110 | 11101 | 110110 |
Color Harmonies of #6785AC
Complementary color
Monochromatic Colors of #6785AC
Black with #6785AC
Text Example
Text Example
White with #6785AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6785AC; }
p { color: rgb(103,133,172); }
H1.HeaderClassName
{
color: #6785AC;
}
.AnyTagClassName
{
color: #6785AC;
}
</style>
background-color css
<style>
a { background-color: #6785AC; }
a { background-color: rgb(103,133,172); }
div.DivClassName
{
background-color: #6785AC;
}
.BgClassName
{
background-color: #6785AC;
}
</style>
border-color css
<style>
span { border-color: #6785AC; }
span { border-color: rgb(103,133,172); }
td.TdClassName
{
border-color: #6785AC;
}
.TagClassName
{
border-color: #6785AC;
}
</style>