Shades of Air Force Blue #668FA8
Tints of Air Force Blue #668FA8
RGB
CMYK
RGB Variations
Color information
#668FA8 (or 0x668FA8) is known color: Air Force Blue. HEX triplet: 66, 8F and A8. RGB value is (102,143,168). Sum of RGB (Red+Green+Blue) = 102+143+168=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 168 - color contains mainly: blue. Hex color #668FA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FA8 is #997057. Grayscale: #858585. Windows color (decimal): -10055768 or 11046758. OLE color: 11046758.
HSL color Cylindrical-coordinate representation of color #668FA8: hue angle of 202.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #668FA8 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 143 | 168 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.34 |
| HSL | 202.73º | 0.28% | 0.53% | - |
| HSV(B) | 202.73º | 0.39% | 0.66% | - |
| XYZ | 22.37 | 25.3 | 40.75 | - |
| YUV | 133.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 168 | 0.39 | 0.15 | 0 | 0.34 | 202.73 | 0.28 | 0.53 |
| Hex | 66 | 8F | A8 | 27 | F | 0 | 22 | CB | 1C | 35 |
| Octal | 146 | 217 | 250 | 47 | 17 | 0 | 42 | 313 | 34 | 65 |
| Binary | 1100110 | 10001111 | 10101000 | 100111 | 1111 | 0 | 100010 | 11001011 | 11100 | 110101 |
Color Harmonies of #668FA8
Complementary color
Monochromatic Colors of #668FA8
Black with #668FA8
Text Example
Text Example
White with #668FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FA8; }
p { color: rgb(102,143,168); }
H1.HeaderClassName
{
color: #668FA8;
}
.AnyTagClassName
{
color: #668FA8;
}
</style>
background-color css
<style>
a { background-color: #668FA8; }
a { background-color: rgb(102,143,168); }
div.DivClassName
{
background-color: #668FA8;
}
.BgClassName
{
background-color: #668FA8;
}
</style>
border-color css
<style>
span { border-color: #668FA8; }
span { border-color: rgb(102,143,168); }
td.TdClassName
{
border-color: #668FA8;
}
.TagClassName
{
border-color: #668FA8;
}
</style>