Shades of Air Force Blue #6090AB
Tints of Air Force Blue #6090AB
RGB
CMYK
RGB Variations
Color information
#6090AB (or 0x6090AB) is known color: Air Force Blue. HEX triplet: 60, 90 and AB. RGB value is (96,144,171). Sum of RGB (Red+Green+Blue) = 96+144+171=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #6090AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6090AB is #9F6F54. Grayscale: #848484. Windows color (decimal): -10448725 or 11243616. OLE color: 11243616.
HSL color Cylindrical-coordinate representation of color #6090AB: hue angle of 201.6º degrees, saturation: 0.31, 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 #6090AB is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 144 | 171 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.33 |
| HSL | 201.6º | 0.31% | 0.52% | - |
| HSV(B) | 201.6º | 0.44% | 0.67% | - |
| XYZ | 22.15 | 25.37 | 42.26 | - |
| YUV | 132.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 171 | 0.44 | 0.16 | 0 | 0.33 | 201.6 | 0.31 | 0.52 |
| Hex | 60 | 90 | AB | 2C | 10 | 0 | 21 | CA | 1F | 34 |
| Octal | 140 | 220 | 253 | 54 | 20 | 0 | 41 | 312 | 37 | 64 |
| Binary | 1100000 | 10010000 | 10101011 | 101100 | 10000 | 0 | 100001 | 11001010 | 11111 | 110100 |
Color Harmonies of #6090AB
Complementary color
Monochromatic Colors of #6090AB
Black with #6090AB
Text Example
Text Example
White with #6090AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6090AB; }
p { color: rgb(96,144,171); }
H1.HeaderClassName
{
color: #6090AB;
}
.AnyTagClassName
{
color: #6090AB;
}
</style>
background-color css
<style>
a { background-color: #6090AB; }
a { background-color: rgb(96,144,171); }
div.DivClassName
{
background-color: #6090AB;
}
.BgClassName
{
background-color: #6090AB;
}
</style>
border-color css
<style>
span { border-color: #6090AB; }
span { border-color: rgb(96,144,171); }
td.TdClassName
{
border-color: #6090AB;
}
.TagClassName
{
border-color: #6090AB;
}
</style>