Shades of Air Force Blue #6090AF
Tints of Air Force Blue #6090AF
RGB
CMYK
RGB Variations
Color information
#6090AF (or 0x6090AF) is known color: Air Force Blue. HEX triplet: 60, 90 and AF. RGB value is (96,144,175). Sum of RGB (Red+Green+Blue) = 96+144+175=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #6090AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6090AF is #9F6F50. Grayscale: #858585. Windows color (decimal): -10448721 or 11505760. OLE color: 11505760.
HSL color Cylindrical-coordinate representation of color #6090AF: hue angle of 203.54º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6090AF is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 144 | 175 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.31 |
| HSL | 203.54º | 0.33% | 0.53% | - |
| HSV(B) | 203.54º | 0.45% | 0.69% | - |
| XYZ | 22.54 | 25.53 | 44.3 | - |
| YUV | 133.18 | 151.6 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 175 | 0.45 | 0.18 | 0 | 0.31 | 203.54 | 0.33 | 0.53 |
| Hex | 60 | 90 | AF | 2D | 12 | 0 | 1F | CC | 21 | 35 |
| Octal | 140 | 220 | 257 | 55 | 22 | 0 | 37 | 314 | 41 | 65 |
| Binary | 1100000 | 10010000 | 10101111 | 101101 | 10010 | 0 | 11111 | 11001100 | 100001 | 110101 |
Color Harmonies of #6090AF
Complementary color
Monochromatic Colors of #6090AF
Black with #6090AF
Text Example
Text Example
White with #6090AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6090AF; }
p { color: rgb(96,144,175); }
H1.HeaderClassName
{
color: #6090AF;
}
.AnyTagClassName
{
color: #6090AF;
}
</style>
background-color css
<style>
a { background-color: #6090AF; }
a { background-color: rgb(96,144,175); }
div.DivClassName
{
background-color: #6090AF;
}
.BgClassName
{
background-color: #6090AF;
}
</style>
border-color css
<style>
span { border-color: #6090AF; }
span { border-color: rgb(96,144,175); }
td.TdClassName
{
border-color: #6090AF;
}
.TagClassName
{
border-color: #6090AF;
}
</style>