Shades of Air Force Blue #60879F
Tints of Air Force Blue #60879F
RGB
CMYK
RGB Variations
Color information
#60879F (or 0x60879F) is known color: Air Force Blue. HEX triplet: 60, 87 and 9F. RGB value is (96,135,159). Sum of RGB (Red+Green+Blue) = 96+135+159=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #60879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60879F is #9F7860. Grayscale: #7D7D7D. Windows color (decimal): -10451041 or 10454880. OLE color: 10454880.
HSL color Cylindrical-coordinate representation of color #60879F: hue angle of 202.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60879F is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 135 | 159 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.38 |
| HSL | 202.86º | 0.25% | 0.5% | - |
| HSV(B) | 202.86º | 0.4% | 0.62% | - |
| XYZ | 19.75 | 22.32 | 36.07 | - |
| YUV | 126.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 159 | 0.40 | 0.15 | 0 | 0.38 | 202.86 | 0.25 | 0.5 |
| Hex | 60 | 87 | 9F | 28 | F | 0 | 26 | CB | 19 | 32 |
| Octal | 140 | 207 | 237 | 50 | 17 | 0 | 46 | 313 | 31 | 62 |
| Binary | 1100000 | 10000111 | 10011111 | 101000 | 1111 | 0 | 100110 | 11001011 | 11001 | 110010 |
Color Harmonies of #60879F
Complementary color
Monochromatic Colors of #60879F
Black with #60879F
Text Example
Text Example
White with #60879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60879F; }
p { color: rgb(96,135,159); }
H1.HeaderClassName
{
color: #60879F;
}
.AnyTagClassName
{
color: #60879F;
}
</style>
background-color css
<style>
a { background-color: #60879F; }
a { background-color: rgb(96,135,159); }
div.DivClassName
{
background-color: #60879F;
}
.BgClassName
{
background-color: #60879F;
}
</style>
border-color css
<style>
span { border-color: #60879F; }
span { border-color: rgb(96,135,159); }
td.TdClassName
{
border-color: #60879F;
}
.TagClassName
{
border-color: #60879F;
}
</style>