Shades of Air Force Blue #6293AA
Tints of Air Force Blue #6293AA
RGB
CMYK
RGB Variations
Color information
#6293AA (or 0x6293AA) is known color: Air Force Blue. HEX triplet: 62, 93 and AA. RGB value is (98,147,170). Sum of RGB (Red+Green+Blue) = 98+147+170=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #6293AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6293AA is #9D6C55. Grayscale: #868686. Windows color (decimal): -10316886 or 11178850. OLE color: 11178850.
HSL color Cylindrical-coordinate representation of color #6293AA: hue angle of 199.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6293AA is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 147 | 170 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.33 |
| HSL | 199.17º | 0.3% | 0.53% | - |
| HSV(B) | 199.17º | 0.42% | 0.67% | - |
| XYZ | 22.73 | 26.37 | 41.92 | - |
| YUV | 134.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 170 | 0.42 | 0.14 | 0 | 0.33 | 199.17 | 0.3 | 0.53 |
| Hex | 62 | 93 | AA | 2A | E | 0 | 21 | C7 | 1E | 35 |
| Octal | 142 | 223 | 252 | 52 | 16 | 0 | 41 | 307 | 36 | 65 |
| Binary | 1100010 | 10010011 | 10101010 | 101010 | 1110 | 0 | 100001 | 11000111 | 11110 | 110101 |
Color Harmonies of #6293AA
Complementary color
Monochromatic Colors of #6293AA
Black with #6293AA
Text Example
Text Example
White with #6293AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6293AA; }
p { color: rgb(98,147,170); }
H1.HeaderClassName
{
color: #6293AA;
}
.AnyTagClassName
{
color: #6293AA;
}
</style>
background-color css
<style>
a { background-color: #6293AA; }
a { background-color: rgb(98,147,170); }
div.DivClassName
{
background-color: #6293AA;
}
.BgClassName
{
background-color: #6293AA;
}
</style>
border-color css
<style>
span { border-color: #6293AA; }
span { border-color: rgb(98,147,170); }
td.TdClassName
{
border-color: #6293AA;
}
.TagClassName
{
border-color: #6293AA;
}
</style>