Shades of Air Force Blue #6788AC
Tints of Air Force Blue #6788AC
RGB
CMYK
RGB Variations
Color information
#6788AC (or 0x6788AC) is known color: Air Force Blue. HEX triplet: 67, 88 and AC. RGB value is (103,136,172). Sum of RGB (Red+Green+Blue) = 103+136+172=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #6788AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6788AC is #987753. Grayscale: #828282. Windows color (decimal): -9992020 or 11307111. OLE color: 11307111.
HSL color Cylindrical-coordinate representation of color #6788AC: hue angle of 211.3º 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 #6788AC is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 136 | 172 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.33 |
| HSL | 211.3º | 0.29% | 0.54% | - |
| HSV(B) | 211.3º | 0.4% | 0.67% | - |
| XYZ | 21.84 | 23.47 | 42.41 | - |
| YUV | 130.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 172 | 0.40 | 0.21 | 0 | 0.33 | 211.3 | 0.29 | 0.54 |
| Hex | 67 | 88 | AC | 28 | 15 | 0 | 21 | D3 | 1D | 36 |
| Octal | 147 | 210 | 254 | 50 | 25 | 0 | 41 | 323 | 35 | 66 |
| Binary | 1100111 | 10001000 | 10101100 | 101000 | 10101 | 0 | 100001 | 11010011 | 11101 | 110110 |
Color Harmonies of #6788AC
Complementary color
Monochromatic Colors of #6788AC
Black with #6788AC
Text Example
Text Example
White with #6788AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6788AC; }
p { color: rgb(103,136,172); }
H1.HeaderClassName
{
color: #6788AC;
}
.AnyTagClassName
{
color: #6788AC;
}
</style>
background-color css
<style>
a { background-color: #6788AC; }
a { background-color: rgb(103,136,172); }
div.DivClassName
{
background-color: #6788AC;
}
.BgClassName
{
background-color: #6788AC;
}
</style>
border-color css
<style>
span { border-color: #6788AC; }
span { border-color: rgb(103,136,172); }
td.TdClassName
{
border-color: #6788AC;
}
.TagClassName
{
border-color: #6788AC;
}
</style>