Shades of Air Force Blue #6292AB
Tints of Air Force Blue #6292AB
RGB
CMYK
RGB Variations
Color information
#6292AB (or 0x6292AB) is known color: Air Force Blue. HEX triplet: 62, 92 and AB. RGB value is (98,146,171). Sum of RGB (Red+Green+Blue) = 98+146+171=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #6292AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6292AB is #9D6D54. Grayscale: #868686. Windows color (decimal): -10317141 or 11244130. OLE color: 11244130.
HSL color Cylindrical-coordinate representation of color #6292AB: hue angle of 200.55º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6292AB is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 146 | 171 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.33 |
| HSL | 200.55º | 0.3% | 0.53% | - |
| HSV(B) | 200.55º | 0.43% | 0.67% | - |
| XYZ | 22.67 | 26.09 | 42.37 | - |
| YUV | 134.5 | 148.6 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 171 | 0.43 | 0.15 | 0 | 0.33 | 200.55 | 0.3 | 0.53 |
| Hex | 62 | 92 | AB | 2B | F | 0 | 21 | C9 | 1E | 35 |
| Octal | 142 | 222 | 253 | 53 | 17 | 0 | 41 | 311 | 36 | 65 |
| Binary | 1100010 | 10010010 | 10101011 | 101011 | 1111 | 0 | 100001 | 11001001 | 11110 | 110101 |
Color Harmonies of #6292AB
Complementary color
Monochromatic Colors of #6292AB
Black with #6292AB
Text Example
Text Example
White with #6292AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6292AB; }
p { color: rgb(98,146,171); }
H1.HeaderClassName
{
color: #6292AB;
}
.AnyTagClassName
{
color: #6292AB;
}
</style>
background-color css
<style>
a { background-color: #6292AB; }
a { background-color: rgb(98,146,171); }
div.DivClassName
{
background-color: #6292AB;
}
.BgClassName
{
background-color: #6292AB;
}
</style>
border-color css
<style>
span { border-color: #6292AB; }
span { border-color: rgb(98,146,171); }
td.TdClassName
{
border-color: #6292AB;
}
.TagClassName
{
border-color: #6292AB;
}
</style>