Shades of Air Force Blue #6692A6
Tints of Air Force Blue #6692A6
RGB
CMYK
RGB Variations
Color information
#6692A6 (or 0x6692A6) is known color: Air Force Blue. HEX triplet: 66, 92 and A6. RGB value is (102,146,166). Sum of RGB (Red+Green+Blue) = 102+146+166=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 166 - color contains mainly: blue. Hex color #6692A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6692A6 is #996D59. Grayscale: #878787. Windows color (decimal): -10055002 or 10916454. OLE color: 10916454.
HSL color Cylindrical-coordinate representation of color #6692A6: hue angle of 198.75º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6692A6 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 146 | 166 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.35 |
| HSL | 198.75º | 0.26% | 0.53% | - |
| HSV(B) | 198.75º | 0.39% | 0.65% | - |
| XYZ | 22.64 | 26.14 | 39.93 | - |
| YUV | 135.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 166 | 0.39 | 0.12 | 0 | 0.35 | 198.75 | 0.26 | 0.53 |
| Hex | 66 | 92 | A6 | 27 | C | 0 | 23 | C7 | 1A | 35 |
| Octal | 146 | 222 | 246 | 47 | 14 | 0 | 43 | 307 | 32 | 65 |
| Binary | 1100110 | 10010010 | 10100110 | 100111 | 1100 | 0 | 100011 | 11000111 | 11010 | 110101 |
Color Harmonies of #6692A6
Complementary color
Monochromatic Colors of #6692A6
Black with #6692A6
Text Example
Text Example
White with #6692A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6692A6; }
p { color: rgb(102,146,166); }
H1.HeaderClassName
{
color: #6692A6;
}
.AnyTagClassName
{
color: #6692A6;
}
</style>
background-color css
<style>
a { background-color: #6692A6; }
a { background-color: rgb(102,146,166); }
div.DivClassName
{
background-color: #6692A6;
}
.BgClassName
{
background-color: #6692A6;
}
</style>
border-color css
<style>
span { border-color: #6692A6; }
span { border-color: rgb(102,146,166); }
td.TdClassName
{
border-color: #6692A6;
}
.TagClassName
{
border-color: #6692A6;
}
</style>