Shades of Air Force Blue #6085A0
Tints of Air Force Blue #6085A0
RGB
CMYK
RGB Variations
Color information
#6085A0 (or 0x6085A0) is known color: Air Force Blue. HEX triplet: 60, 85 and A0. RGB value is (96,133,160). Sum of RGB (Red+Green+Blue) = 96+133+160=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #6085A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6085A0 is #9F7A5F. Grayscale: #7C7C7C. Windows color (decimal): -10451552 or 10519904. OLE color: 10519904.
HSL color Cylindrical-coordinate representation of color #6085A0: hue angle of 205.31º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6085A0 is Cyan = 0.4, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 133 | 160 | - |
| CMYK | 0.4 | 0.17 | 0 | 0.37 |
| HSL | 205.31º | 0.25% | 0.5% | - |
| HSV(B) | 205.31º | 0.4% | 0.63% | - |
| XYZ | 19.56 | 21.8 | 36.43 | - |
| YUV | 125.02 | 147.74 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 160 | 0.4 | 0.17 | 0 | 0.37 | 205.31 | 0.25 | 0.5 |
| Hex | 60 | 85 | A0 | 28 | 11 | 0 | 25 | CD | 19 | 32 |
| Octal | 140 | 205 | 240 | 50 | 21 | 0 | 45 | 315 | 31 | 62 |
| Binary | 1100000 | 10000101 | 10100000 | 101000 | 10001 | 0 | 100101 | 11001101 | 11001 | 110010 |
Color Harmonies of #6085A0
Complementary color
Monochromatic Colors of #6085A0
Black with #6085A0
Text Example
Text Example
White with #6085A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6085A0; }
p { color: rgb(96,133,160); }
H1.HeaderClassName
{
color: #6085A0;
}
.AnyTagClassName
{
color: #6085A0;
}
</style>
background-color css
<style>
a { background-color: #6085A0; }
a { background-color: rgb(96,133,160); }
div.DivClassName
{
background-color: #6085A0;
}
.BgClassName
{
background-color: #6085A0;
}
</style>
border-color css
<style>
span { border-color: #6085A0; }
span { border-color: rgb(96,133,160); }
td.TdClassName
{
border-color: #6085A0;
}
.TagClassName
{
border-color: #6085A0;
}
</style>