Shades of Air Force Blue #6191A3
Tints of Air Force Blue #6191A3
RGB
CMYK
RGB Variations
Color information
#6191A3 (or 0x6191A3) is known color: Air Force Blue. HEX triplet: 61, 91 and A3. RGB value is (97,145,163). Sum of RGB (Red+Green+Blue) = 97+145+163=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 163 - color contains mainly: blue. Hex color #6191A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6191A3 is #9E6E5C. Grayscale: #848484. Windows color (decimal): -10382941 or 10719585. OLE color: 10719585.
HSL color Cylindrical-coordinate representation of color #6191A3: hue angle of 196.36º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6191A3 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 145 | 163 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.36 |
| HSL | 196.36º | 0.26% | 0.51% | - |
| HSV(B) | 196.36º | 0.4% | 0.64% | - |
| XYZ | 21.67 | 25.44 | 38.42 | - |
| YUV | 132.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 163 | 0.40 | 0.11 | 0 | 0.36 | 196.36 | 0.26 | 0.51 |
| Hex | 61 | 91 | A3 | 28 | B | 0 | 24 | C4 | 1A | 33 |
| Octal | 141 | 221 | 243 | 50 | 13 | 0 | 44 | 304 | 32 | 63 |
| Binary | 1100001 | 10010001 | 10100011 | 101000 | 1011 | 0 | 100100 | 11000100 | 11010 | 110011 |
Color Harmonies of #6191A3
Complementary color
Monochromatic Colors of #6191A3
Black with #6191A3
Text Example
Text Example
White with #6191A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6191A3; }
p { color: rgb(97,145,163); }
H1.HeaderClassName
{
color: #6191A3;
}
.AnyTagClassName
{
color: #6191A3;
}
</style>
background-color css
<style>
a { background-color: #6191A3; }
a { background-color: rgb(97,145,163); }
div.DivClassName
{
background-color: #6191A3;
}
.BgClassName
{
background-color: #6191A3;
}
</style>
border-color css
<style>
span { border-color: #6191A3; }
span { border-color: rgb(97,145,163); }
td.TdClassName
{
border-color: #6191A3;
}
.TagClassName
{
border-color: #6191A3;
}
</style>