Shades of Air Force Blue #678CAA
Tints of Air Force Blue #678CAA
RGB
CMYK
RGB Variations
Color information
#678CAA (or 0x678CAA) is known color: Air Force Blue. HEX triplet: 67, 8C and AA. RGB value is (103,140,170). Sum of RGB (Red+Green+Blue) = 103+140+170=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #678CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678CAA is #987355. Grayscale: #848484. Windows color (decimal): -9990998 or 11177063. OLE color: 11177063.
HSL color Cylindrical-coordinate representation of color #678CAA: hue angle of 206.87º 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 #678CAA is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 140 | 170 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.33 |
| HSL | 206.87º | 0.28% | 0.54% | - |
| HSV(B) | 206.87º | 0.39% | 0.67% | - |
| XYZ | 22.23 | 24.54 | 41.6 | - |
| YUV | 132.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 170 | 0.39 | 0.18 | 0 | 0.33 | 206.87 | 0.28 | 0.54 |
| Hex | 67 | 8C | AA | 27 | 12 | 0 | 21 | CF | 1C | 36 |
| Octal | 147 | 214 | 252 | 47 | 22 | 0 | 41 | 317 | 34 | 66 |
| Binary | 1100111 | 10001100 | 10101010 | 100111 | 10010 | 0 | 100001 | 11001111 | 11100 | 110110 |
Color Harmonies of #678CAA
Complementary color
Monochromatic Colors of #678CAA
Black with #678CAA
Text Example
Text Example
White with #678CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CAA; }
p { color: rgb(103,140,170); }
H1.HeaderClassName
{
color: #678CAA;
}
.AnyTagClassName
{
color: #678CAA;
}
</style>
background-color css
<style>
a { background-color: #678CAA; }
a { background-color: rgb(103,140,170); }
div.DivClassName
{
background-color: #678CAA;
}
.BgClassName
{
background-color: #678CAA;
}
</style>
border-color css
<style>
span { border-color: #678CAA; }
span { border-color: rgb(103,140,170); }
td.TdClassName
{
border-color: #678CAA;
}
.TagClassName
{
border-color: #678CAA;
}
</style>