Shades of Air Force Blue #6788AB
Tints of Air Force Blue #6788AB
RGB
CMYK
RGB Variations
Color information
#6788AB (or 0x6788AB) is known color: Air Force Blue. HEX triplet: 67, 88 and AB. RGB value is (103,136,171). Sum of RGB (Red+Green+Blue) = 103+136+171=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #6788AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6788AB is #987754. Grayscale: #818181. Windows color (decimal): -9992021 or 11241575. OLE color: 11241575.
HSL color Cylindrical-coordinate representation of color #6788AB: hue angle of 210.88º 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 #6788AB is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 136 | 171 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.33 |
| HSL | 210.88º | 0.29% | 0.54% | - |
| HSV(B) | 210.88º | 0.4% | 0.67% | - |
| XYZ | 21.75 | 23.43 | 41.9 | - |
| YUV | 130.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 171 | 0.40 | 0.20 | 0 | 0.33 | 210.88 | 0.29 | 0.54 |
| Hex | 67 | 88 | AB | 28 | 14 | 0 | 21 | D3 | 1D | 36 |
| Octal | 147 | 210 | 253 | 50 | 24 | 0 | 41 | 323 | 35 | 66 |
| Binary | 1100111 | 10001000 | 10101011 | 101000 | 10100 | 0 | 100001 | 11010011 | 11101 | 110110 |
Color Harmonies of #6788AB
Complementary color
Monochromatic Colors of #6788AB
Black with #6788AB
Text Example
Text Example
White with #6788AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6788AB; }
p { color: rgb(103,136,171); }
H1.HeaderClassName
{
color: #6788AB;
}
.AnyTagClassName
{
color: #6788AB;
}
</style>
background-color css
<style>
a { background-color: #6788AB; }
a { background-color: rgb(103,136,171); }
div.DivClassName
{
background-color: #6788AB;
}
.BgClassName
{
background-color: #6788AB;
}
</style>
border-color css
<style>
span { border-color: #6788AB; }
span { border-color: rgb(103,136,171); }
td.TdClassName
{
border-color: #6788AB;
}
.TagClassName
{
border-color: #6788AB;
}
</style>