Shades of Air Force Blue #6291AD
Tints of Air Force Blue #6291AD
RGB
CMYK
RGB Variations
Color information
#6291AD (or 0x6291AD) is known color: Air Force Blue. HEX triplet: 62, 91 and AD. RGB value is (98,145,173). Sum of RGB (Red+Green+Blue) = 98+145+173=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #6291AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6291AD is #9D6E52. Grayscale: #858585. Windows color (decimal): -10317395 or 11374946. OLE color: 11374946.
HSL color Cylindrical-coordinate representation of color #6291AD: hue angle of 202.4º 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 #6291AD is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 145 | 173 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.32 |
| HSL | 202.4º | 0.31% | 0.53% | - |
| HSV(B) | 202.4º | 0.43% | 0.68% | - |
| XYZ | 22.71 | 25.86 | 43.33 | - |
| YUV | 134.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 173 | 0.43 | 0.16 | 0 | 0.32 | 202.4 | 0.31 | 0.53 |
| Hex | 62 | 91 | AD | 2B | 10 | 0 | 20 | CA | 1F | 35 |
| Octal | 142 | 221 | 255 | 53 | 20 | 0 | 40 | 312 | 37 | 65 |
| Binary | 1100010 | 10010001 | 10101101 | 101011 | 10000 | 0 | 100000 | 11001010 | 11111 | 110101 |
Color Harmonies of #6291AD
Complementary color
Monochromatic Colors of #6291AD
Black with #6291AD
Text Example
Text Example
White with #6291AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6291AD; }
p { color: rgb(98,145,173); }
H1.HeaderClassName
{
color: #6291AD;
}
.AnyTagClassName
{
color: #6291AD;
}
</style>
background-color css
<style>
a { background-color: #6291AD; }
a { background-color: rgb(98,145,173); }
div.DivClassName
{
background-color: #6291AD;
}
.BgClassName
{
background-color: #6291AD;
}
</style>
border-color css
<style>
span { border-color: #6291AD; }
span { border-color: rgb(98,145,173); }
td.TdClassName
{
border-color: #6291AD;
}
.TagClassName
{
border-color: #6291AD;
}
</style>