Shades of Air Force Blue #6789AC
Tints of Air Force Blue #6789AC
RGB
CMYK
RGB Variations
Color information
#6789AC (or 0x6789AC) is known color: Air Force Blue. HEX triplet: 67, 89 and AC. RGB value is (103,137,172). Sum of RGB (Red+Green+Blue) = 103+137+172=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #6789AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6789AC is #987653. Grayscale: #828282. Windows color (decimal): -9991764 or 11307367. OLE color: 11307367.
HSL color Cylindrical-coordinate representation of color #6789AC: hue angle of 210.43º 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 #6789AC is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 137 | 172 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.33 |
| HSL | 210.43º | 0.29% | 0.54% | - |
| HSV(B) | 210.43º | 0.4% | 0.67% | - |
| XYZ | 21.99 | 23.75 | 42.46 | - |
| YUV | 130.82 | 151.24 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 172 | 0.40 | 0.20 | 0 | 0.33 | 210.43 | 0.29 | 0.54 |
| Hex | 67 | 89 | AC | 28 | 14 | 0 | 21 | D2 | 1D | 36 |
| Octal | 147 | 211 | 254 | 50 | 24 | 0 | 41 | 322 | 35 | 66 |
| Binary | 1100111 | 10001001 | 10101100 | 101000 | 10100 | 0 | 100001 | 11010010 | 11101 | 110110 |
Color Harmonies of #6789AC
Complementary color
Monochromatic Colors of #6789AC
Black with #6789AC
Text Example
Text Example
White with #6789AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6789AC; }
p { color: rgb(103,137,172); }
H1.HeaderClassName
{
color: #6789AC;
}
.AnyTagClassName
{
color: #6789AC;
}
</style>
background-color css
<style>
a { background-color: #6789AC; }
a { background-color: rgb(103,137,172); }
div.DivClassName
{
background-color: #6789AC;
}
.BgClassName
{
background-color: #6789AC;
}
</style>
border-color css
<style>
span { border-color: #6789AC; }
span { border-color: rgb(103,137,172); }
td.TdClassName
{
border-color: #6789AC;
}
.TagClassName
{
border-color: #6789AC;
}
</style>