Shades of Air Force Blue #678EAC
Tints of Air Force Blue #678EAC
RGB
CMYK
RGB Variations
Color information
#678EAC (or 0x678EAC) is known color: Air Force Blue. HEX triplet: 67, 8E and AC. RGB value is (103,142,172). Sum of RGB (Red+Green+Blue) = 103+142+172=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #678EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678EAC is #987153. Grayscale: #858585. Windows color (decimal): -9990484 or 11308647. OLE color: 11308647.
HSL color Cylindrical-coordinate representation of color #678EAC: hue angle of 206.09º 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 #678EAC is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 142 | 172 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.33 |
| HSL | 206.09º | 0.29% | 0.54% | - |
| HSV(B) | 206.09º | 0.4% | 0.67% | - |
| XYZ | 22.71 | 25.21 | 42.7 | - |
| YUV | 133.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 172 | 0.40 | 0.17 | 0 | 0.33 | 206.09 | 0.29 | 0.54 |
| Hex | 67 | 8E | AC | 28 | 11 | 0 | 21 | CE | 1D | 36 |
| Octal | 147 | 216 | 254 | 50 | 21 | 0 | 41 | 316 | 35 | 66 |
| Binary | 1100111 | 10001110 | 10101100 | 101000 | 10001 | 0 | 100001 | 11001110 | 11101 | 110110 |
Color Harmonies of #678EAC
Complementary color
Monochromatic Colors of #678EAC
Black with #678EAC
Text Example
Text Example
White with #678EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678EAC; }
p { color: rgb(103,142,172); }
H1.HeaderClassName
{
color: #678EAC;
}
.AnyTagClassName
{
color: #678EAC;
}
</style>
background-color css
<style>
a { background-color: #678EAC; }
a { background-color: rgb(103,142,172); }
div.DivClassName
{
background-color: #678EAC;
}
.BgClassName
{
background-color: #678EAC;
}
</style>
border-color css
<style>
span { border-color: #678EAC; }
span { border-color: rgb(103,142,172); }
td.TdClassName
{
border-color: #678EAC;
}
.TagClassName
{
border-color: #678EAC;
}
</style>