Shades of Air Force Blue #6192AA
Tints of Air Force Blue #6192AA
RGB
CMYK
RGB Variations
Color information
#6192AA (or 0x6192AA) is known color: Air Force Blue. HEX triplet: 61, 92 and AA. RGB value is (97,146,170). Sum of RGB (Red+Green+Blue) = 97+146+170=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #6192AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6192AA is #9E6D55. Grayscale: #858585. Windows color (decimal): -10382678 or 11178593. OLE color: 11178593.
HSL color Cylindrical-coordinate representation of color #6192AA: hue angle of 199.73º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6192AA is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 146 | 170 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.33 |
| HSL | 199.73º | 0.3% | 0.52% | - |
| HSV(B) | 199.73º | 0.43% | 0.67% | - |
| XYZ | 22.46 | 26 | 41.86 | - |
| YUV | 134.09 | 148.27 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 170 | 0.43 | 0.14 | 0 | 0.33 | 199.73 | 0.3 | 0.52 |
| Hex | 61 | 92 | AA | 2B | E | 0 | 21 | C8 | 1E | 34 |
| Octal | 141 | 222 | 252 | 53 | 16 | 0 | 41 | 310 | 36 | 64 |
| Binary | 1100001 | 10010010 | 10101010 | 101011 | 1110 | 0 | 100001 | 11001000 | 11110 | 110100 |
Color Harmonies of #6192AA
Complementary color
Monochromatic Colors of #6192AA
Black with #6192AA
Text Example
Text Example
White with #6192AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6192AA; }
p { color: rgb(97,146,170); }
H1.HeaderClassName
{
color: #6192AA;
}
.AnyTagClassName
{
color: #6192AA;
}
</style>
background-color css
<style>
a { background-color: #6192AA; }
a { background-color: rgb(97,146,170); }
div.DivClassName
{
background-color: #6192AA;
}
.BgClassName
{
background-color: #6192AA;
}
</style>
border-color css
<style>
span { border-color: #6192AA; }
span { border-color: rgb(97,146,170); }
td.TdClassName
{
border-color: #6192AA;
}
.TagClassName
{
border-color: #6192AA;
}
</style>