Shades of Air Force Blue #668FA7
Tints of Air Force Blue #668FA7
RGB
CMYK
RGB Variations
Color information
#668FA7 (or 0x668FA7) is known color: Air Force Blue. HEX triplet: 66, 8F and A7. RGB value is (102,143,167). Sum of RGB (Red+Green+Blue) = 102+143+167=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 167 - color contains mainly: blue. Hex color #668FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FA7 is #997058. Grayscale: #858585. Windows color (decimal): -10055769 or 10981222. OLE color: 10981222.
HSL color Cylindrical-coordinate representation of color #668FA7: hue angle of 202.15º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #668FA7 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 143 | 167 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.35 |
| HSL | 202.15º | 0.27% | 0.53% | - |
| HSV(B) | 202.15º | 0.39% | 0.65% | - |
| XYZ | 22.28 | 25.26 | 40.26 | - |
| YUV | 133.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 167 | 0.39 | 0.14 | 0 | 0.35 | 202.15 | 0.27 | 0.53 |
| Hex | 66 | 8F | A7 | 27 | E | 0 | 23 | CA | 1B | 35 |
| Octal | 146 | 217 | 247 | 47 | 16 | 0 | 43 | 312 | 33 | 65 |
| Binary | 1100110 | 10001111 | 10100111 | 100111 | 1110 | 0 | 100011 | 11001010 | 11011 | 110101 |
Color Harmonies of #668FA7
Complementary color
Monochromatic Colors of #668FA7
Black with #668FA7
Text Example
Text Example
White with #668FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FA7; }
p { color: rgb(102,143,167); }
H1.HeaderClassName
{
color: #668FA7;
}
.AnyTagClassName
{
color: #668FA7;
}
</style>
background-color css
<style>
a { background-color: #668FA7; }
a { background-color: rgb(102,143,167); }
div.DivClassName
{
background-color: #668FA7;
}
.BgClassName
{
background-color: #668FA7;
}
</style>
border-color css
<style>
span { border-color: #668FA7; }
span { border-color: rgb(102,143,167); }
td.TdClassName
{
border-color: #668FA7;
}
.TagClassName
{
border-color: #668FA7;
}
</style>