Shades of Air Force Blue #6292AD
Tints of Air Force Blue #6292AD
RGB
CMYK
RGB Variations
Color information
#6292AD (or 0x6292AD) is known color: Air Force Blue. HEX triplet: 62, 92 and AD. RGB value is (98,146,173). Sum of RGB (Red+Green+Blue) = 98+146+173=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #6292AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6292AD is #9D6D52. Grayscale: #868686. Windows color (decimal): -10317139 or 11375202. OLE color: 11375202.
HSL color Cylindrical-coordinate representation of color #6292AD: hue angle of 201.6º 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 #6292AD is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 146 | 173 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.32 |
| HSL | 201.6º | 0.31% | 0.53% | - |
| HSV(B) | 201.6º | 0.43% | 0.68% | - |
| XYZ | 22.86 | 26.17 | 43.38 | - |
| YUV | 134.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 173 | 0.43 | 0.16 | 0 | 0.32 | 201.6 | 0.31 | 0.53 |
| Hex | 62 | 92 | AD | 2B | 10 | 0 | 20 | CA | 1F | 35 |
| Octal | 142 | 222 | 255 | 53 | 20 | 0 | 40 | 312 | 37 | 65 |
| Binary | 1100010 | 10010010 | 10101101 | 101011 | 10000 | 0 | 100000 | 11001010 | 11111 | 110101 |
Color Harmonies of #6292AD
Complementary color
Monochromatic Colors of #6292AD
Black with #6292AD
Text Example
Text Example
White with #6292AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6292AD; }
p { color: rgb(98,146,173); }
H1.HeaderClassName
{
color: #6292AD;
}
.AnyTagClassName
{
color: #6292AD;
}
</style>
background-color css
<style>
a { background-color: #6292AD; }
a { background-color: rgb(98,146,173); }
div.DivClassName
{
background-color: #6292AD;
}
.BgClassName
{
background-color: #6292AD;
}
</style>
border-color css
<style>
span { border-color: #6292AD; }
span { border-color: rgb(98,146,173); }
td.TdClassName
{
border-color: #6292AD;
}
.TagClassName
{
border-color: #6292AD;
}
</style>