Shades of Air Force Blue #678AAC
Tints of Air Force Blue #678AAC
RGB
CMYK
RGB Variations
Color information
#678AAC (or 0x678AAC) is known color: Air Force Blue. HEX triplet: 67, 8A and AC. RGB value is (103,138,172). Sum of RGB (Red+Green+Blue) = 103+138+172=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #678AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678AAC is #987553. Grayscale: #838383. Windows color (decimal): -9991508 or 11307623. OLE color: 11307623.
HSL color Cylindrical-coordinate representation of color #678AAC: hue angle of 209.57º 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 #678AAC is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 138 | 172 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.33 |
| HSL | 209.57º | 0.29% | 0.54% | - |
| HSV(B) | 209.57º | 0.4% | 0.67% | - |
| XYZ | 22.13 | 24.04 | 42.5 | - |
| YUV | 131.41 | 150.9 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 172 | 0.40 | 0.20 | 0 | 0.33 | 209.57 | 0.29 | 0.54 |
| Hex | 67 | 8A | AC | 28 | 14 | 0 | 21 | D2 | 1D | 36 |
| Octal | 147 | 212 | 254 | 50 | 24 | 0 | 41 | 322 | 35 | 66 |
| Binary | 1100111 | 10001010 | 10101100 | 101000 | 10100 | 0 | 100001 | 11010010 | 11101 | 110110 |
Color Harmonies of #678AAC
Complementary color
Monochromatic Colors of #678AAC
Black with #678AAC
Text Example
Text Example
White with #678AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678AAC; }
p { color: rgb(103,138,172); }
H1.HeaderClassName
{
color: #678AAC;
}
.AnyTagClassName
{
color: #678AAC;
}
</style>
background-color css
<style>
a { background-color: #678AAC; }
a { background-color: rgb(103,138,172); }
div.DivClassName
{
background-color: #678AAC;
}
.BgClassName
{
background-color: #678AAC;
}
</style>
border-color css
<style>
span { border-color: #678AAC; }
span { border-color: rgb(103,138,172); }
td.TdClassName
{
border-color: #678AAC;
}
.TagClassName
{
border-color: #678AAC;
}
</style>