Shades of Air Force Blue #60859D
Tints of Air Force Blue #60859D
RGB
CMYK
RGB Variations
Color information
#60859D (or 0x60859D) is known color: Air Force Blue. HEX triplet: 60, 85 and 9D. RGB value is (96,133,157). Sum of RGB (Red+Green+Blue) = 96+133+157=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #60859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60859D is #9F7A62. Grayscale: #7C7C7C. Windows color (decimal): -10451555 or 10323296. OLE color: 10323296.
HSL color Cylindrical-coordinate representation of color #60859D: hue angle of 203.61º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60859D is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 133 | 157 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.38 |
| HSL | 203.61º | 0.24% | 0.5% | - |
| HSV(B) | 203.61º | 0.39% | 0.62% | - |
| XYZ | 19.3 | 21.7 | 35.07 | - |
| YUV | 124.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 157 | 0.39 | 0.15 | 0 | 0.38 | 203.61 | 0.24 | 0.5 |
| Hex | 60 | 85 | 9D | 27 | F | 0 | 26 | CC | 18 | 32 |
| Octal | 140 | 205 | 235 | 47 | 17 | 0 | 46 | 314 | 30 | 62 |
| Binary | 1100000 | 10000101 | 10011101 | 100111 | 1111 | 0 | 100110 | 11001100 | 11000 | 110010 |
Color Harmonies of #60859D
Complementary color
Monochromatic Colors of #60859D
Black with #60859D
Text Example
Text Example
White with #60859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60859D; }
p { color: rgb(96,133,157); }
H1.HeaderClassName
{
color: #60859D;
}
.AnyTagClassName
{
color: #60859D;
}
</style>
background-color css
<style>
a { background-color: #60859D; }
a { background-color: rgb(96,133,157); }
div.DivClassName
{
background-color: #60859D;
}
.BgClassName
{
background-color: #60859D;
}
</style>
border-color css
<style>
span { border-color: #60859D; }
span { border-color: rgb(96,133,157); }
td.TdClassName
{
border-color: #60859D;
}
.TagClassName
{
border-color: #60859D;
}
</style>