Shades of Air Force Blue #678EAA
Tints of Air Force Blue #678EAA
RGB
CMYK
RGB Variations
Color information
#678EAA (or 0x678EAA) is known color: Air Force Blue. HEX triplet: 67, 8E and AA. RGB value is (103,142,170). Sum of RGB (Red+Green+Blue) = 103+142+170=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #678EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678EAA is #987155. Grayscale: #858585. Windows color (decimal): -9990486 or 11177575. OLE color: 11177575.
HSL color Cylindrical-coordinate representation of color #678EAA: hue angle of 205.07º 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 #678EAA is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 142 | 170 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.33 |
| HSL | 205.07º | 0.28% | 0.54% | - |
| HSV(B) | 205.07º | 0.39% | 0.67% | - |
| XYZ | 22.52 | 25.13 | 41.69 | - |
| YUV | 133.53 | 148.58 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 170 | 0.39 | 0.16 | 0 | 0.33 | 205.07 | 0.28 | 0.54 |
| Hex | 67 | 8E | AA | 27 | 10 | 0 | 21 | CD | 1C | 36 |
| Octal | 147 | 216 | 252 | 47 | 20 | 0 | 41 | 315 | 34 | 66 |
| Binary | 1100111 | 10001110 | 10101010 | 100111 | 10000 | 0 | 100001 | 11001101 | 11100 | 110110 |
Color Harmonies of #678EAA
Complementary color
Monochromatic Colors of #678EAA
Black with #678EAA
Text Example
Text Example
White with #678EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678EAA; }
p { color: rgb(103,142,170); }
H1.HeaderClassName
{
color: #678EAA;
}
.AnyTagClassName
{
color: #678EAA;
}
</style>
background-color css
<style>
a { background-color: #678EAA; }
a { background-color: rgb(103,142,170); }
div.DivClassName
{
background-color: #678EAA;
}
.BgClassName
{
background-color: #678EAA;
}
</style>
border-color css
<style>
span { border-color: #678EAA; }
span { border-color: rgb(103,142,170); }
td.TdClassName
{
border-color: #678EAA;
}
.TagClassName
{
border-color: #678EAA;
}
</style>