Shades of Air Force Blue #678FAB
Tints of Air Force Blue #678FAB
RGB
CMYK
RGB Variations
Color information
#678FAB (or 0x678FAB) is known color: Air Force Blue. HEX triplet: 67, 8F and AB. RGB value is (103,143,171). Sum of RGB (Red+Green+Blue) = 103+143+171=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #678FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678FAB is #987054. Grayscale: #868686. Windows color (decimal): -9990229 or 11243367. OLE color: 11243367.
HSL color Cylindrical-coordinate representation of color #678FAB: hue angle of 204.71º 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 #678FAB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 143 | 171 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.33 |
| HSL | 204.71º | 0.29% | 0.54% | - |
| HSV(B) | 204.71º | 0.4% | 0.67% | - |
| XYZ | 22.77 | 25.47 | 42.24 | - |
| YUV | 134.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 171 | 0.40 | 0.16 | 0 | 0.33 | 204.71 | 0.29 | 0.54 |
| Hex | 67 | 8F | AB | 28 | 10 | 0 | 21 | CD | 1D | 36 |
| Octal | 147 | 217 | 253 | 50 | 20 | 0 | 41 | 315 | 35 | 66 |
| Binary | 1100111 | 10001111 | 10101011 | 101000 | 10000 | 0 | 100001 | 11001101 | 11101 | 110110 |
Color Harmonies of #678FAB
Complementary color
Monochromatic Colors of #678FAB
Black with #678FAB
Text Example
Text Example
White with #678FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678FAB; }
p { color: rgb(103,143,171); }
H1.HeaderClassName
{
color: #678FAB;
}
.AnyTagClassName
{
color: #678FAB;
}
</style>
background-color css
<style>
a { background-color: #678FAB; }
a { background-color: rgb(103,143,171); }
div.DivClassName
{
background-color: #678FAB;
}
.BgClassName
{
background-color: #678FAB;
}
</style>
border-color css
<style>
span { border-color: #678FAB; }
span { border-color: rgb(103,143,171); }
td.TdClassName
{
border-color: #678FAB;
}
.TagClassName
{
border-color: #678FAB;
}
</style>