Shades of Air Force Blue #6092AD
Tints of Air Force Blue #6092AD
RGB
CMYK
RGB Variations
Color information
#6092AD (or 0x6092AD) is known color: Air Force Blue. HEX triplet: 60, 92 and AD. RGB value is (96,146,173). Sum of RGB (Red+Green+Blue) = 96+146+173=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 146 (57.42% from 255 or 35.18% 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 #6092AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6092AD is #9F6D52. Grayscale: #858585. Windows color (decimal): -10448211 or 11375200. OLE color: 11375200.
HSL color Cylindrical-coordinate representation of color #6092AD: hue angle of 201.04º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6092AD is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 146 | 173 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.32 |
| HSL | 201.04º | 0.32% | 0.53% | - |
| HSV(B) | 201.04º | 0.45% | 0.68% | - |
| XYZ | 22.65 | 26.06 | 43.37 | - |
| YUV | 134.13 | 149.94 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 173 | 0.45 | 0.16 | 0 | 0.32 | 201.04 | 0.32 | 0.53 |
| Hex | 60 | 92 | AD | 2D | 10 | 0 | 20 | C9 | 20 | 35 |
| Octal | 140 | 222 | 255 | 55 | 20 | 0 | 40 | 311 | 40 | 65 |
| Binary | 1100000 | 10010010 | 10101101 | 101101 | 10000 | 0 | 100000 | 11001001 | 100000 | 110101 |
Color Harmonies of #6092AD
Complementary color
Monochromatic Colors of #6092AD
Black with #6092AD
Text Example
Text Example
White with #6092AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6092AD; }
p { color: rgb(96,146,173); }
H1.HeaderClassName
{
color: #6092AD;
}
.AnyTagClassName
{
color: #6092AD;
}
</style>
background-color css
<style>
a { background-color: #6092AD; }
a { background-color: rgb(96,146,173); }
div.DivClassName
{
background-color: #6092AD;
}
.BgClassName
{
background-color: #6092AD;
}
</style>
border-color css
<style>
span { border-color: #6092AD; }
span { border-color: rgb(96,146,173); }
td.TdClassName
{
border-color: #6092AD;
}
.TagClassName
{
border-color: #6092AD;
}
</style>