Shades of Air Force Blue #6788B0
Tints of Air Force Blue #6788B0
RGB
CMYK
RGB Variations
Color information
#6788B0 (or 0x6788B0) is known color: Air Force Blue. HEX triplet: 67, 88 and B0. RGB value is (103,136,176). Sum of RGB (Red+Green+Blue) = 103+136+176=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 176 - color contains mainly: blue. Hex color #6788B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6788B0 is #98774F. Grayscale: #828282. Windows color (decimal): -9992016 or 11569255. OLE color: 11569255.
HSL color Cylindrical-coordinate representation of color #6788B0: hue angle of 212.88º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6788B0 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 136 | 176 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.31 |
| HSL | 212.88º | 0.32% | 0.55% | - |
| HSV(B) | 212.88º | 0.41% | 0.69% | - |
| XYZ | 22.23 | 23.63 | 44.46 | - |
| YUV | 130.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 176 | 0.41 | 0.23 | 0 | 0.31 | 212.88 | 0.32 | 0.55 |
| Hex | 67 | 88 | B0 | 29 | 17 | 0 | 1F | D5 | 20 | 37 |
| Octal | 147 | 210 | 260 | 51 | 27 | 0 | 37 | 325 | 40 | 67 |
| Binary | 1100111 | 10001000 | 10110000 | 101001 | 10111 | 0 | 11111 | 11010101 | 100000 | 110111 |
Color Harmonies of #6788B0
Complementary color
Monochromatic Colors of #6788B0
Black with #6788B0
Text Example
Text Example
White with #6788B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6788B0; }
p { color: rgb(103,136,176); }
H1.HeaderClassName
{
color: #6788B0;
}
.AnyTagClassName
{
color: #6788B0;
}
</style>
background-color css
<style>
a { background-color: #6788B0; }
a { background-color: rgb(103,136,176); }
div.DivClassName
{
background-color: #6788B0;
}
.BgClassName
{
background-color: #6788B0;
}
</style>
border-color css
<style>
span { border-color: #6788B0; }
span { border-color: rgb(103,136,176); }
td.TdClassName
{
border-color: #6788B0;
}
.TagClassName
{
border-color: #6788B0;
}
</style>