Shades of Air Force Blue #668FAC
Tints of Air Force Blue #668FAC
RGB
CMYK
RGB Variations
Color information
#668FAC (or 0x668FAC) is known color: Air Force Blue. HEX triplet: 66, 8F and AC. RGB value is (102,143,172). Sum of RGB (Red+Green+Blue) = 102+143+172=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #668FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FAC is #997053. Grayscale: #858585. Windows color (decimal): -10055764 or 11308902. OLE color: 11308902.
HSL color Cylindrical-coordinate representation of color #668FAC: hue angle of 204.86º 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 #668FAC is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 143 | 172 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.33 |
| HSL | 204.86º | 0.3% | 0.54% | - |
| HSV(B) | 204.86º | 0.41% | 0.67% | - |
| XYZ | 22.75 | 25.45 | 42.74 | - |
| YUV | 134.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 172 | 0.41 | 0.17 | 0 | 0.33 | 204.86 | 0.3 | 0.54 |
| Hex | 66 | 8F | AC | 29 | 11 | 0 | 21 | CD | 1E | 36 |
| Octal | 146 | 217 | 254 | 51 | 21 | 0 | 41 | 315 | 36 | 66 |
| Binary | 1100110 | 10001111 | 10101100 | 101001 | 10001 | 0 | 100001 | 11001101 | 11110 | 110110 |
Color Harmonies of #668FAC
Complementary color
Monochromatic Colors of #668FAC
Black with #668FAC
Text Example
Text Example
White with #668FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FAC; }
p { color: rgb(102,143,172); }
H1.HeaderClassName
{
color: #668FAC;
}
.AnyTagClassName
{
color: #668FAC;
}
</style>
background-color css
<style>
a { background-color: #668FAC; }
a { background-color: rgb(102,143,172); }
div.DivClassName
{
background-color: #668FAC;
}
.BgClassName
{
background-color: #668FAC;
}
</style>
border-color css
<style>
span { border-color: #668FAC; }
span { border-color: rgb(102,143,172); }
td.TdClassName
{
border-color: #668FAC;
}
.TagClassName
{
border-color: #668FAC;
}
</style>