Shades of Air Force Blue #678DAA
Tints of Air Force Blue #678DAA
RGB
CMYK
RGB Variations
Color information
#678DAA (or 0x678DAA) is known color: Air Force Blue. HEX triplet: 67, 8D and AA. RGB value is (103,141,170). Sum of RGB (Red+Green+Blue) = 103+141+170=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #678DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678DAA is #987255. Grayscale: #848484. Windows color (decimal): -9990742 or 11177319. OLE color: 11177319.
HSL color Cylindrical-coordinate representation of color #678DAA: hue angle of 205.97º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #678DAA is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 141 | 170 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.33 |
| HSL | 205.97º | 0.28% | 0.54% | - |
| HSV(B) | 205.97º | 0.39% | 0.67% | - |
| XYZ | 22.37 | 24.84 | 41.64 | - |
| YUV | 132.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 170 | 0.39 | 0.17 | 0 | 0.33 | 205.97 | 0.28 | 0.54 |
| Hex | 67 | 8D | AA | 27 | 11 | 0 | 21 | CE | 1C | 36 |
| Octal | 147 | 215 | 252 | 47 | 21 | 0 | 41 | 316 | 34 | 66 |
| Binary | 1100111 | 10001101 | 10101010 | 100111 | 10001 | 0 | 100001 | 11001110 | 11100 | 110110 |
Color Harmonies of #678DAA
Complementary color
Monochromatic Colors of #678DAA
Black with #678DAA
Text Example
Text Example
White with #678DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DAA; }
p { color: rgb(103,141,170); }
H1.HeaderClassName
{
color: #678DAA;
}
.AnyTagClassName
{
color: #678DAA;
}
</style>
background-color css
<style>
a { background-color: #678DAA; }
a { background-color: rgb(103,141,170); }
div.DivClassName
{
background-color: #678DAA;
}
.BgClassName
{
background-color: #678DAA;
}
</style>
border-color css
<style>
span { border-color: #678DAA; }
span { border-color: rgb(103,141,170); }
td.TdClassName
{
border-color: #678DAA;
}
.TagClassName
{
border-color: #678DAA;
}
</style>