Shades of Air Force Blue #60849B
Tints of Air Force Blue #60849B
RGB
CMYK
RGB Variations
Color information
#60849B (or 0x60849B) is known color: Air Force Blue. HEX triplet: 60, 84 and 9B. RGB value is (96,132,155). Sum of RGB (Red+Green+Blue) = 96+132+155=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #60849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60849B is #9F7B64. Grayscale: #7B7B7B. Windows color (decimal): -10451813 or 10191968. OLE color: 10191968.
HSL color Cylindrical-coordinate representation of color #60849B: hue angle of 203.39º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60849B is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 132 | 155 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.39 |
| HSL | 203.39º | 0.24% | 0.49% | - |
| HSV(B) | 203.39º | 0.38% | 0.61% | - |
| XYZ | 18.99 | 21.36 | 34.13 | - |
| YUV | 123.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 155 | 0.38 | 0.15 | 0 | 0.39 | 203.39 | 0.24 | 0.49 |
| Hex | 60 | 84 | 9B | 26 | F | 0 | 27 | CB | 18 | 31 |
| Octal | 140 | 204 | 233 | 46 | 17 | 0 | 47 | 313 | 30 | 61 |
| Binary | 1100000 | 10000100 | 10011011 | 100110 | 1111 | 0 | 100111 | 11001011 | 11000 | 110001 |
Color Harmonies of #60849B
Complementary color
Monochromatic Colors of #60849B
Black with #60849B
Text Example
Text Example
White with #60849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60849B; }
p { color: rgb(96,132,155); }
H1.HeaderClassName
{
color: #60849B;
}
.AnyTagClassName
{
color: #60849B;
}
</style>
background-color css
<style>
a { background-color: #60849B; }
a { background-color: rgb(96,132,155); }
div.DivClassName
{
background-color: #60849B;
}
.BgClassName
{
background-color: #60849B;
}
</style>
border-color css
<style>
span { border-color: #60849B; }
span { border-color: rgb(96,132,155); }
td.TdClassName
{
border-color: #60849B;
}
.TagClassName
{
border-color: #60849B;
}
</style>