Shades of Air Force Blue #678DAB
Tints of Air Force Blue #678DAB
RGB
CMYK
RGB Variations
Color information
#678DAB (or 0x678DAB) is known color: Air Force Blue. HEX triplet: 67, 8D and AB. RGB value is (103,141,171). Sum of RGB (Red+Green+Blue) = 103+141+171=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #678DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678DAB is #987254. Grayscale: #848484. Windows color (decimal): -9990741 or 11242855. OLE color: 11242855.
HSL color Cylindrical-coordinate representation of color #678DAB: hue angle of 206.47º 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 #678DAB is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 141 | 171 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.33 |
| HSL | 206.47º | 0.29% | 0.54% | - |
| HSV(B) | 206.47º | 0.4% | 0.67% | - |
| XYZ | 22.47 | 24.87 | 42.14 | - |
| YUV | 133.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 171 | 0.40 | 0.18 | 0 | 0.33 | 206.47 | 0.29 | 0.54 |
| Hex | 67 | 8D | AB | 28 | 12 | 0 | 21 | CE | 1D | 36 |
| Octal | 147 | 215 | 253 | 50 | 22 | 0 | 41 | 316 | 35 | 66 |
| Binary | 1100111 | 10001101 | 10101011 | 101000 | 10010 | 0 | 100001 | 11001110 | 11101 | 110110 |
Color Harmonies of #678DAB
Complementary color
Monochromatic Colors of #678DAB
Black with #678DAB
Text Example
Text Example
White with #678DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DAB; }
p { color: rgb(103,141,171); }
H1.HeaderClassName
{
color: #678DAB;
}
.AnyTagClassName
{
color: #678DAB;
}
</style>
background-color css
<style>
a { background-color: #678DAB; }
a { background-color: rgb(103,141,171); }
div.DivClassName
{
background-color: #678DAB;
}
.BgClassName
{
background-color: #678DAB;
}
</style>
border-color css
<style>
span { border-color: #678DAB; }
span { border-color: rgb(103,141,171); }
td.TdClassName
{
border-color: #678DAB;
}
.TagClassName
{
border-color: #678DAB;
}
</style>