Shades of Air Force Blue #6192AC
Tints of Air Force Blue #6192AC
RGB
CMYK
RGB Variations
Color information
#6192AC (or 0x6192AC) is known color: Air Force Blue. HEX triplet: 61, 92 and AC. RGB value is (97,146,172). Sum of RGB (Red+Green+Blue) = 97+146+172=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #6192AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6192AC is #9E6D53. Grayscale: #868686. Windows color (decimal): -10382676 or 11309665. OLE color: 11309665.
HSL color Cylindrical-coordinate representation of color #6192AC: hue angle of 200.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6192AC is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 146 | 172 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.33 |
| HSL | 200.8º | 0.31% | 0.53% | - |
| HSV(B) | 200.8º | 0.44% | 0.67% | - |
| XYZ | 22.66 | 26.08 | 42.87 | - |
| YUV | 134.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 172 | 0.44 | 0.15 | 0 | 0.33 | 200.8 | 0.31 | 0.53 |
| Hex | 61 | 92 | AC | 2C | F | 0 | 21 | C9 | 1F | 35 |
| Octal | 141 | 222 | 254 | 54 | 17 | 0 | 41 | 311 | 37 | 65 |
| Binary | 1100001 | 10010010 | 10101100 | 101100 | 1111 | 0 | 100001 | 11001001 | 11111 | 110101 |
Color Harmonies of #6192AC
Complementary color
Monochromatic Colors of #6192AC
Black with #6192AC
Text Example
Text Example
White with #6192AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6192AC; }
p { color: rgb(97,146,172); }
H1.HeaderClassName
{
color: #6192AC;
}
.AnyTagClassName
{
color: #6192AC;
}
</style>
background-color css
<style>
a { background-color: #6192AC; }
a { background-color: rgb(97,146,172); }
div.DivClassName
{
background-color: #6192AC;
}
.BgClassName
{
background-color: #6192AC;
}
</style>
border-color css
<style>
span { border-color: #6192AC; }
span { border-color: rgb(97,146,172); }
td.TdClassName
{
border-color: #6192AC;
}
.TagClassName
{
border-color: #6192AC;
}
</style>