Shades of Air Force Blue #668AAF
Tints of Air Force Blue #668AAF
RGB
CMYK
RGB Variations
Color information
#668AAF (or 0x668AAF) is known color: Air Force Blue. HEX triplet: 66, 8A and AF. RGB value is (102,138,175). Sum of RGB (Red+Green+Blue) = 102+138+175=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #668AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AAF is #997550. Grayscale: #838383. Windows color (decimal): -10057041 or 11504230. OLE color: 11504230.
HSL color Cylindrical-coordinate representation of color #668AAF: hue angle of 210.41º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #668AAF is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 138 | 175 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.31 |
| HSL | 210.41º | 0.31% | 0.54% | - |
| HSV(B) | 210.41º | 0.42% | 0.69% | - |
| XYZ | 22.31 | 24.1 | 44.03 | - |
| YUV | 131.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 175 | 0.42 | 0.21 | 0 | 0.31 | 210.41 | 0.31 | 0.54 |
| Hex | 66 | 8A | AF | 2A | 15 | 0 | 1F | D2 | 1F | 36 |
| Octal | 146 | 212 | 257 | 52 | 25 | 0 | 37 | 322 | 37 | 66 |
| Binary | 1100110 | 10001010 | 10101111 | 101010 | 10101 | 0 | 11111 | 11010010 | 11111 | 110110 |
Color Harmonies of #668AAF
Complementary color
Monochromatic Colors of #668AAF
Black with #668AAF
Text Example
Text Example
White with #668AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AAF; }
p { color: rgb(102,138,175); }
H1.HeaderClassName
{
color: #668AAF;
}
.AnyTagClassName
{
color: #668AAF;
}
</style>
background-color css
<style>
a { background-color: #668AAF; }
a { background-color: rgb(102,138,175); }
div.DivClassName
{
background-color: #668AAF;
}
.BgClassName
{
background-color: #668AAF;
}
</style>
border-color css
<style>
span { border-color: #668AAF; }
span { border-color: rgb(102,138,175); }
td.TdClassName
{
border-color: #668AAF;
}
.TagClassName
{
border-color: #668AAF;
}
</style>