Shades of Air Force Blue #6290AD
Tints of Air Force Blue #6290AD
RGB
CMYK
RGB Variations
Color information
#6290AD (or 0x6290AD) is known color: Air Force Blue. HEX triplet: 62, 90 and AD. RGB value is (98,144,173). Sum of RGB (Red+Green+Blue) = 98+144+173=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #6290AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6290AD is #9D6F52. Grayscale: #858585. Windows color (decimal): -10317651 or 11374690. OLE color: 11374690.
HSL color Cylindrical-coordinate representation of color #6290AD: hue angle of 203.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6290AD is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 144 | 173 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.32 |
| HSL | 203.2º | 0.31% | 0.53% | - |
| HSV(B) | 203.2º | 0.43% | 0.68% | - |
| XYZ | 22.55 | 25.56 | 43.28 | - |
| YUV | 133.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 173 | 0.43 | 0.17 | 0 | 0.32 | 203.2 | 0.31 | 0.53 |
| Hex | 62 | 90 | AD | 2B | 11 | 0 | 20 | CB | 1F | 35 |
| Octal | 142 | 220 | 255 | 53 | 21 | 0 | 40 | 313 | 37 | 65 |
| Binary | 1100010 | 10010000 | 10101101 | 101011 | 10001 | 0 | 100000 | 11001011 | 11111 | 110101 |
Color Harmonies of #6290AD
Complementary color
Monochromatic Colors of #6290AD
Black with #6290AD
Text Example
Text Example
White with #6290AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6290AD; }
p { color: rgb(98,144,173); }
H1.HeaderClassName
{
color: #6290AD;
}
.AnyTagClassName
{
color: #6290AD;
}
</style>
background-color css
<style>
a { background-color: #6290AD; }
a { background-color: rgb(98,144,173); }
div.DivClassName
{
background-color: #6290AD;
}
.BgClassName
{
background-color: #6290AD;
}
</style>
border-color css
<style>
span { border-color: #6290AD; }
span { border-color: rgb(98,144,173); }
td.TdClassName
{
border-color: #6290AD;
}
.TagClassName
{
border-color: #6290AD;
}
</style>