Shades of Air Force Blue #6692AB
Tints of Air Force Blue #6692AB
RGB
CMYK
RGB Variations
Color information
#6692AB (or 0x6692AB) is known color: Air Force Blue. HEX triplet: 66, 92 and AB. RGB value is (102,146,171). Sum of RGB (Red+Green+Blue) = 102+146+171=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #6692AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6692AB is #996D54. Grayscale: #878787. Windows color (decimal): -10054997 or 11244134. OLE color: 11244134.
HSL color Cylindrical-coordinate representation of color #6692AB: hue angle of 201.74º 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 #6692AB is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 146 | 171 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.33 |
| HSL | 201.74º | 0.29% | 0.54% | - |
| HSV(B) | 201.74º | 0.4% | 0.67% | - |
| XYZ | 23.11 | 26.32 | 42.39 | - |
| YUV | 135.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 171 | 0.40 | 0.15 | 0 | 0.33 | 201.74 | 0.29 | 0.54 |
| Hex | 66 | 92 | AB | 28 | F | 0 | 21 | CA | 1D | 36 |
| Octal | 146 | 222 | 253 | 50 | 17 | 0 | 41 | 312 | 35 | 66 |
| Binary | 1100110 | 10010010 | 10101011 | 101000 | 1111 | 0 | 100001 | 11001010 | 11101 | 110110 |
Color Harmonies of #6692AB
Complementary color
Monochromatic Colors of #6692AB
Black with #6692AB
Text Example
Text Example
White with #6692AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6692AB; }
p { color: rgb(102,146,171); }
H1.HeaderClassName
{
color: #6692AB;
}
.AnyTagClassName
{
color: #6692AB;
}
</style>
background-color css
<style>
a { background-color: #6692AB; }
a { background-color: rgb(102,146,171); }
div.DivClassName
{
background-color: #6692AB;
}
.BgClassName
{
background-color: #6692AB;
}
</style>
border-color css
<style>
span { border-color: #6692AB; }
span { border-color: rgb(102,146,171); }
td.TdClassName
{
border-color: #6692AB;
}
.TagClassName
{
border-color: #6692AB;
}
</style>