Shades of Air Force Blue #6787AD
Tints of Air Force Blue #6787AD
RGB
CMYK
RGB Variations
Color information
#6787AD (or 0x6787AD) is known color: Air Force Blue. HEX triplet: 67, 87 and AD. RGB value is (103,135,173). Sum of RGB (Red+Green+Blue) = 103+135+173=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #6787AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6787AD is #987852. Grayscale: #818181. Windows color (decimal): -9992275 or 11372391. OLE color: 11372391.
HSL color Cylindrical-coordinate representation of color #6787AD: hue angle of 212.57º 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 #6787AD is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 135 | 173 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.32 |
| HSL | 212.57º | 0.3% | 0.54% | - |
| HSV(B) | 212.57º | 0.4% | 0.68% | - |
| XYZ | 21.8 | 23.23 | 42.87 | - |
| YUV | 129.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 173 | 0.40 | 0.22 | 0 | 0.32 | 212.57 | 0.3 | 0.54 |
| Hex | 67 | 87 | AD | 28 | 16 | 0 | 20 | D5 | 1E | 36 |
| Octal | 147 | 207 | 255 | 50 | 26 | 0 | 40 | 325 | 36 | 66 |
| Binary | 1100111 | 10000111 | 10101101 | 101000 | 10110 | 0 | 100000 | 11010101 | 11110 | 110110 |
Color Harmonies of #6787AD
Complementary color
Monochromatic Colors of #6787AD
Black with #6787AD
Text Example
Text Example
White with #6787AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6787AD; }
p { color: rgb(103,135,173); }
H1.HeaderClassName
{
color: #6787AD;
}
.AnyTagClassName
{
color: #6787AD;
}
</style>
background-color css
<style>
a { background-color: #6787AD; }
a { background-color: rgb(103,135,173); }
div.DivClassName
{
background-color: #6787AD;
}
.BgClassName
{
background-color: #6787AD;
}
</style>
border-color css
<style>
span { border-color: #6787AD; }
span { border-color: rgb(103,135,173); }
td.TdClassName
{
border-color: #6787AD;
}
.TagClassName
{
border-color: #6787AD;
}
</style>