Shades of Air Force Blue #6094AA
Tints of Air Force Blue #6094AA
RGB
CMYK
RGB Variations
Color information
#6094AA (or 0x6094AA) is known color: Air Force Blue. HEX triplet: 60, 94 and AA. RGB value is (96,148,170). Sum of RGB (Red+Green+Blue) = 96+148+170=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #6094AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6094AA is #9F6B55. Grayscale: #868686. Windows color (decimal): -10447702 or 11179104. OLE color: 11179104.
HSL color Cylindrical-coordinate representation of color #6094AA: hue angle of 197.84º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6094AA is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 148 | 170 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.33 |
| HSL | 197.84º | 0.3% | 0.52% | - |
| HSV(B) | 197.84º | 0.44% | 0.67% | - |
| XYZ | 22.67 | 26.57 | 41.96 | - |
| YUV | 134.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 170 | 0.44 | 0.13 | 0 | 0.33 | 197.84 | 0.3 | 0.52 |
| Hex | 60 | 94 | AA | 2C | D | 0 | 21 | C6 | 1E | 34 |
| Octal | 140 | 224 | 252 | 54 | 15 | 0 | 41 | 306 | 36 | 64 |
| Binary | 1100000 | 10010100 | 10101010 | 101100 | 1101 | 0 | 100001 | 11000110 | 11110 | 110100 |
Color Harmonies of #6094AA
Complementary color
Monochromatic Colors of #6094AA
Black with #6094AA
Text Example
Text Example
White with #6094AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6094AA; }
p { color: rgb(96,148,170); }
H1.HeaderClassName
{
color: #6094AA;
}
.AnyTagClassName
{
color: #6094AA;
}
</style>
background-color css
<style>
a { background-color: #6094AA; }
a { background-color: rgb(96,148,170); }
div.DivClassName
{
background-color: #6094AA;
}
.BgClassName
{
background-color: #6094AA;
}
</style>
border-color css
<style>
span { border-color: #6094AA; }
span { border-color: rgb(96,148,170); }
td.TdClassName
{
border-color: #6094AA;
}
.TagClassName
{
border-color: #6094AA;
}
</style>