Shades of Air Force Blue #678CAB
Tints of Air Force Blue #678CAB
RGB
CMYK
RGB Variations
Color information
#678CAB (or 0x678CAB) is known color: Air Force Blue. HEX triplet: 67, 8C and AB. RGB value is (103,140,171). Sum of RGB (Red+Green+Blue) = 103+140+171=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #678CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678CAB is #987354. Grayscale: #848484. Windows color (decimal): -9990997 or 11242599. OLE color: 11242599.
HSL color Cylindrical-coordinate representation of color #678CAB: hue angle of 207.35º 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 #678CAB is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 140 | 171 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.33 |
| HSL | 207.35º | 0.29% | 0.54% | - |
| HSV(B) | 207.35º | 0.4% | 0.67% | - |
| XYZ | 22.32 | 24.58 | 42.1 | - |
| YUV | 132.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 171 | 0.40 | 0.18 | 0 | 0.33 | 207.35 | 0.29 | 0.54 |
| Hex | 67 | 8C | AB | 28 | 12 | 0 | 21 | CF | 1D | 36 |
| Octal | 147 | 214 | 253 | 50 | 22 | 0 | 41 | 317 | 35 | 66 |
| Binary | 1100111 | 10001100 | 10101011 | 101000 | 10010 | 0 | 100001 | 11001111 | 11101 | 110110 |
Color Harmonies of #678CAB
Complementary color
Monochromatic Colors of #678CAB
Black with #678CAB
Text Example
Text Example
White with #678CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CAB; }
p { color: rgb(103,140,171); }
H1.HeaderClassName
{
color: #678CAB;
}
.AnyTagClassName
{
color: #678CAB;
}
</style>
background-color css
<style>
a { background-color: #678CAB; }
a { background-color: rgb(103,140,171); }
div.DivClassName
{
background-color: #678CAB;
}
.BgClassName
{
background-color: #678CAB;
}
</style>
border-color css
<style>
span { border-color: #678CAB; }
span { border-color: rgb(103,140,171); }
td.TdClassName
{
border-color: #678CAB;
}
.TagClassName
{
border-color: #678CAB;
}
</style>