Shades of Air Force Blue #668DAE
Tints of Air Force Blue #668DAE
RGB
CMYK
RGB Variations
Color information
#668DAE (or 0x668DAE) is known color: Air Force Blue. HEX triplet: 66, 8D and AE. RGB value is (102,141,174). Sum of RGB (Red+Green+Blue) = 102+141+174=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #668DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668DAE is #997251. Grayscale: #848484. Windows color (decimal): -10056274 or 11439462. OLE color: 11439462.
HSL color Cylindrical-coordinate representation of color #668DAE: hue angle of 207.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #668DAE is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 141 | 174 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.32 |
| HSL | 207.5º | 0.31% | 0.54% | - |
| HSV(B) | 207.5º | 0.41% | 0.68% | - |
| XYZ | 22.64 | 24.93 | 43.66 | - |
| YUV | 133.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 174 | 0.41 | 0.19 | 0 | 0.32 | 207.5 | 0.31 | 0.54 |
| Hex | 66 | 8D | AE | 29 | 13 | 0 | 20 | D0 | 1F | 36 |
| Octal | 146 | 215 | 256 | 51 | 23 | 0 | 40 | 320 | 37 | 66 |
| Binary | 1100110 | 10001101 | 10101110 | 101001 | 10011 | 0 | 100000 | 11010000 | 11111 | 110110 |
Color Harmonies of #668DAE
Complementary color
Monochromatic Colors of #668DAE
Black with #668DAE
Text Example
Text Example
White with #668DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DAE; }
p { color: rgb(102,141,174); }
H1.HeaderClassName
{
color: #668DAE;
}
.AnyTagClassName
{
color: #668DAE;
}
</style>
background-color css
<style>
a { background-color: #668DAE; }
a { background-color: rgb(102,141,174); }
div.DivClassName
{
background-color: #668DAE;
}
.BgClassName
{
background-color: #668DAE;
}
</style>
border-color css
<style>
span { border-color: #668DAE; }
span { border-color: rgb(102,141,174); }
td.TdClassName
{
border-color: #668DAE;
}
.TagClassName
{
border-color: #668DAE;
}
</style>