Shades of Air Force Blue #6290AB
Tints of Air Force Blue #6290AB
RGB
CMYK
RGB Variations
Color information
#6290AB (or 0x6290AB) is known color: Air Force Blue. HEX triplet: 62, 90 and AB. RGB value is (98,144,171). Sum of RGB (Red+Green+Blue) = 98+144+171=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #6290AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6290AB is #9D6F54. Grayscale: #858585. Windows color (decimal): -10317653 or 11243618. OLE color: 11243618.
HSL color Cylindrical-coordinate representation of color #6290AB: hue angle of 202.19º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6290AB is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 144 | 171 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.33 |
| HSL | 202.19º | 0.3% | 0.53% | - |
| HSV(B) | 202.19º | 0.43% | 0.67% | - |
| XYZ | 22.36 | 25.48 | 42.27 | - |
| YUV | 133.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 171 | 0.43 | 0.16 | 0 | 0.33 | 202.19 | 0.3 | 0.53 |
| Hex | 62 | 90 | AB | 2B | 10 | 0 | 21 | CA | 1E | 35 |
| Octal | 142 | 220 | 253 | 53 | 20 | 0 | 41 | 312 | 36 | 65 |
| Binary | 1100010 | 10010000 | 10101011 | 101011 | 10000 | 0 | 100001 | 11001010 | 11110 | 110101 |
Color Harmonies of #6290AB
Complementary color
Monochromatic Colors of #6290AB
Black with #6290AB
Text Example
Text Example
White with #6290AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6290AB; }
p { color: rgb(98,144,171); }
H1.HeaderClassName
{
color: #6290AB;
}
.AnyTagClassName
{
color: #6290AB;
}
</style>
background-color css
<style>
a { background-color: #6290AB; }
a { background-color: rgb(98,144,171); }
div.DivClassName
{
background-color: #6290AB;
}
.BgClassName
{
background-color: #6290AB;
}
</style>
border-color css
<style>
span { border-color: #6290AB; }
span { border-color: rgb(98,144,171); }
td.TdClassName
{
border-color: #6290AB;
}
.TagClassName
{
border-color: #6290AB;
}
</style>