Shades of Air Force Blue #678BAE
Tints of Air Force Blue #678BAE
RGB
CMYK
RGB Variations
Color information
#678BAE (or 0x678BAE) is known color: Air Force Blue. HEX triplet: 67, 8B and AE. RGB value is (103,139,174). Sum of RGB (Red+Green+Blue) = 103+139+174=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #678BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678BAE is #987451. Grayscale: #848484. Windows color (decimal): -9991250 or 11438951. OLE color: 11438951.
HSL color Cylindrical-coordinate representation of color #678BAE: hue angle of 209.58º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #678BAE is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 139 | 174 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.32 |
| HSL | 209.58º | 0.3% | 0.54% | - |
| HSV(B) | 209.58º | 0.41% | 0.68% | - |
| XYZ | 22.47 | 24.4 | 43.57 | - |
| YUV | 132.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 174 | 0.41 | 0.20 | 0 | 0.32 | 209.58 | 0.3 | 0.54 |
| Hex | 67 | 8B | AE | 29 | 14 | 0 | 20 | D2 | 1E | 36 |
| Octal | 147 | 213 | 256 | 51 | 24 | 0 | 40 | 322 | 36 | 66 |
| Binary | 1100111 | 10001011 | 10101110 | 101001 | 10100 | 0 | 100000 | 11010010 | 11110 | 110110 |
Color Harmonies of #678BAE
Complementary color
Monochromatic Colors of #678BAE
Black with #678BAE
Text Example
Text Example
White with #678BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678BAE; }
p { color: rgb(103,139,174); }
H1.HeaderClassName
{
color: #678BAE;
}
.AnyTagClassName
{
color: #678BAE;
}
</style>
background-color css
<style>
a { background-color: #678BAE; }
a { background-color: rgb(103,139,174); }
div.DivClassName
{
background-color: #678BAE;
}
.BgClassName
{
background-color: #678BAE;
}
</style>
border-color css
<style>
span { border-color: #678BAE; }
span { border-color: rgb(103,139,174); }
td.TdClassName
{
border-color: #678BAE;
}
.TagClassName
{
border-color: #678BAE;
}
</style>