Shades of Air Force Blue #6689AC
Tints of Air Force Blue #6689AC
RGB
CMYK
RGB Variations
Color information
#6689AC (or 0x6689AC) is known color: Air Force Blue. HEX triplet: 66, 89 and AC. RGB value is (102,137,172). Sum of RGB (Red+Green+Blue) = 102+137+172=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 137 (53.91% from 255 or 33.33% 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 #6689AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6689AC is #997653. Grayscale: #828282. Windows color (decimal): -10057300 or 11307366. OLE color: 11307366.
HSL color Cylindrical-coordinate representation of color #6689AC: hue angle of 210º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6689AC is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 137 | 172 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.33 |
| HSL | 210º | 0.3% | 0.54% | - |
| HSV(B) | 210º | 0.41% | 0.67% | - |
| XYZ | 21.87 | 23.69 | 42.45 | - |
| YUV | 130.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 172 | 0.41 | 0.20 | 0 | 0.33 | 210 | 0.3 | 0.54 |
| Hex | 66 | 89 | AC | 29 | 14 | 0 | 21 | D2 | 1E | 36 |
| Octal | 146 | 211 | 254 | 51 | 24 | 0 | 41 | 322 | 36 | 66 |
| Binary | 1100110 | 10001001 | 10101100 | 101001 | 10100 | 0 | 100001 | 11010010 | 11110 | 110110 |
Color Harmonies of #6689AC
Complementary color
Monochromatic Colors of #6689AC
Black with #6689AC
Text Example
Text Example
White with #6689AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6689AC; }
p { color: rgb(102,137,172); }
H1.HeaderClassName
{
color: #6689AC;
}
.AnyTagClassName
{
color: #6689AC;
}
</style>
background-color css
<style>
a { background-color: #6689AC; }
a { background-color: rgb(102,137,172); }
div.DivClassName
{
background-color: #6689AC;
}
.BgClassName
{
background-color: #6689AC;
}
</style>
border-color css
<style>
span { border-color: #6689AC; }
span { border-color: rgb(102,137,172); }
td.TdClassName
{
border-color: #6689AC;
}
.TagClassName
{
border-color: #6689AC;
}
</style>