Shades of Air Force Blue #668FAB
Tints of Air Force Blue #668FAB
RGB
CMYK
RGB Variations
Color information
#668FAB (or 0x668FAB) is known color: Air Force Blue. HEX triplet: 66, 8F and AB. RGB value is (102,143,171). Sum of RGB (Red+Green+Blue) = 102+143+171=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #668FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FAB is #997054. Grayscale: #858585. Windows color (decimal): -10055765 or 11243366. OLE color: 11243366.
HSL color Cylindrical-coordinate representation of color #668FAB: hue angle of 204.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #668FAB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 143 | 171 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.33 |
| HSL | 204.35º | 0.29% | 0.54% | - |
| HSV(B) | 204.35º | 0.4% | 0.67% | - |
| XYZ | 22.65 | 25.41 | 42.24 | - |
| YUV | 133.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 171 | 0.40 | 0.16 | 0 | 0.33 | 204.35 | 0.29 | 0.54 |
| Hex | 66 | 8F | AB | 28 | 10 | 0 | 21 | CC | 1D | 36 |
| Octal | 146 | 217 | 253 | 50 | 20 | 0 | 41 | 314 | 35 | 66 |
| Binary | 1100110 | 10001111 | 10101011 | 101000 | 10000 | 0 | 100001 | 11001100 | 11101 | 110110 |
Color Harmonies of #668FAB
Complementary color
Monochromatic Colors of #668FAB
Black with #668FAB
Text Example
Text Example
White with #668FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FAB; }
p { color: rgb(102,143,171); }
H1.HeaderClassName
{
color: #668FAB;
}
.AnyTagClassName
{
color: #668FAB;
}
</style>
background-color css
<style>
a { background-color: #668FAB; }
a { background-color: rgb(102,143,171); }
div.DivClassName
{
background-color: #668FAB;
}
.BgClassName
{
background-color: #668FAB;
}
</style>
border-color css
<style>
span { border-color: #668FAB; }
span { border-color: rgb(102,143,171); }
td.TdClassName
{
border-color: #668FAB;
}
.TagClassName
{
border-color: #668FAB;
}
</style>