Shades of Air Force Blue #668DAC
Tints of Air Force Blue #668DAC
RGB
CMYK
RGB Variations
Color information
#668DAC (or 0x668DAC) is known color: Air Force Blue. HEX triplet: 66, 8D and AC. RGB value is (102,141,172). Sum of RGB (Red+Green+Blue) = 102+141+172=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #668DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668DAC is #997253. Grayscale: #848484. Windows color (decimal): -10056276 or 11308390. OLE color: 11308390.
HSL color Cylindrical-coordinate representation of color #668DAC: hue angle of 206.57º 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 #668DAC is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 141 | 172 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.33 |
| HSL | 206.57º | 0.3% | 0.54% | - |
| HSV(B) | 206.57º | 0.41% | 0.67% | - |
| XYZ | 22.45 | 24.85 | 42.64 | - |
| YUV | 132.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 172 | 0.41 | 0.18 | 0 | 0.33 | 206.57 | 0.3 | 0.54 |
| Hex | 66 | 8D | AC | 29 | 12 | 0 | 21 | CF | 1E | 36 |
| Octal | 146 | 215 | 254 | 51 | 22 | 0 | 41 | 317 | 36 | 66 |
| Binary | 1100110 | 10001101 | 10101100 | 101001 | 10010 | 0 | 100001 | 11001111 | 11110 | 110110 |
Color Harmonies of #668DAC
Complementary color
Monochromatic Colors of #668DAC
Black with #668DAC
Text Example
Text Example
White with #668DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DAC; }
p { color: rgb(102,141,172); }
H1.HeaderClassName
{
color: #668DAC;
}
.AnyTagClassName
{
color: #668DAC;
}
</style>
background-color css
<style>
a { background-color: #668DAC; }
a { background-color: rgb(102,141,172); }
div.DivClassName
{
background-color: #668DAC;
}
.BgClassName
{
background-color: #668DAC;
}
</style>
border-color css
<style>
span { border-color: #668DAC; }
span { border-color: rgb(102,141,172); }
td.TdClassName
{
border-color: #668DAC;
}
.TagClassName
{
border-color: #668DAC;
}
</style>