Shades of Air Force Blue #6694AB
Tints of Air Force Blue #6694AB
RGB
CMYK
RGB Variations
Color information
#6694AB (or 0x6694AB) is known color: Air Force Blue. HEX triplet: 66, 94 and AB. RGB value is (102,148,171). Sum of RGB (Red+Green+Blue) = 102+148+171=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #6694AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6694AB is #996B54. Grayscale: #888888. Windows color (decimal): -10054485 or 11244646. OLE color: 11244646.
HSL color Cylindrical-coordinate representation of color #6694AB: hue angle of 200º 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 #6694AB is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 148 | 171 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.33 |
| HSL | 200º | 0.29% | 0.54% | - |
| HSV(B) | 200º | 0.4% | 0.67% | - |
| XYZ | 23.42 | 26.94 | 42.49 | - |
| YUV | 136.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 171 | 0.40 | 0.13 | 0 | 0.33 | 200 | 0.29 | 0.54 |
| Hex | 66 | 94 | AB | 28 | D | 0 | 21 | C8 | 1D | 36 |
| Octal | 146 | 224 | 253 | 50 | 15 | 0 | 41 | 310 | 35 | 66 |
| Binary | 1100110 | 10010100 | 10101011 | 101000 | 1101 | 0 | 100001 | 11001000 | 11101 | 110110 |
Color Harmonies of #6694AB
Complementary color
Monochromatic Colors of #6694AB
Black with #6694AB
Text Example
Text Example
White with #6694AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6694AB; }
p { color: rgb(102,148,171); }
H1.HeaderClassName
{
color: #6694AB;
}
.AnyTagClassName
{
color: #6694AB;
}
</style>
background-color css
<style>
a { background-color: #6694AB; }
a { background-color: rgb(102,148,171); }
div.DivClassName
{
background-color: #6694AB;
}
.BgClassName
{
background-color: #6694AB;
}
</style>
border-color css
<style>
span { border-color: #6694AB; }
span { border-color: rgb(102,148,171); }
td.TdClassName
{
border-color: #6694AB;
}
.TagClassName
{
border-color: #6694AB;
}
</style>