Shades of Air Force Blue #678BAA
Tints of Air Force Blue #678BAA
RGB
CMYK
RGB Variations
Color information
#678BAA (or 0x678BAA) is known color: Air Force Blue. HEX triplet: 67, 8B and AA. RGB value is (103,139,170). Sum of RGB (Red+Green+Blue) = 103+139+170=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #678BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678BAA is #987455. Grayscale: #838383. Windows color (decimal): -9991254 or 11176807. OLE color: 11176807.
HSL color Cylindrical-coordinate representation of color #678BAA: hue angle of 207.76º 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 #678BAA is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 139 | 170 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.33 |
| HSL | 207.76º | 0.28% | 0.54% | - |
| HSV(B) | 207.76º | 0.39% | 0.67% | - |
| XYZ | 22.08 | 24.25 | 41.55 | - |
| YUV | 131.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 170 | 0.39 | 0.18 | 0 | 0.33 | 207.76 | 0.28 | 0.54 |
| Hex | 67 | 8B | AA | 27 | 12 | 0 | 21 | D0 | 1C | 36 |
| Octal | 147 | 213 | 252 | 47 | 22 | 0 | 41 | 320 | 34 | 66 |
| Binary | 1100111 | 10001011 | 10101010 | 100111 | 10010 | 0 | 100001 | 11010000 | 11100 | 110110 |
Color Harmonies of #678BAA
Complementary color
Monochromatic Colors of #678BAA
Black with #678BAA
Text Example
Text Example
White with #678BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678BAA; }
p { color: rgb(103,139,170); }
H1.HeaderClassName
{
color: #678BAA;
}
.AnyTagClassName
{
color: #678BAA;
}
</style>
background-color css
<style>
a { background-color: #678BAA; }
a { background-color: rgb(103,139,170); }
div.DivClassName
{
background-color: #678BAA;
}
.BgClassName
{
background-color: #678BAA;
}
</style>
border-color css
<style>
span { border-color: #678BAA; }
span { border-color: rgb(103,139,170); }
td.TdClassName
{
border-color: #678BAA;
}
.TagClassName
{
border-color: #678BAA;
}
</style>