Shades of Air Force Blue #60819E
Tints of Air Force Blue #60819E
RGB
CMYK
RGB Variations
Color information
#60819E (or 0x60819E) is known color: Air Force Blue. HEX triplet: 60, 81 and 9E. RGB value is (96,129,158). Sum of RGB (Red+Green+Blue) = 96+129+158=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #60819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60819E is #9F7E61. Grayscale: #7A7A7A. Windows color (decimal): -10452578 or 10387808. OLE color: 10387808.
HSL color Cylindrical-coordinate representation of color #60819E: hue angle of 208.06º 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 #60819E is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 129 | 158 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.38 |
| HSL | 208.06º | 0.24% | 0.5% | - |
| HSV(B) | 208.06º | 0.39% | 0.62% | - |
| XYZ | 18.85 | 20.66 | 35.34 | - |
| YUV | 122.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 158 | 0.39 | 0.18 | 0 | 0.38 | 208.06 | 0.24 | 0.5 |
| Hex | 60 | 81 | 9E | 27 | 12 | 0 | 26 | D0 | 18 | 32 |
| Octal | 140 | 201 | 236 | 47 | 22 | 0 | 46 | 320 | 30 | 62 |
| Binary | 1100000 | 10000001 | 10011110 | 100111 | 10010 | 0 | 100110 | 11010000 | 11000 | 110010 |
Color Harmonies of #60819E
Complementary color
Monochromatic Colors of #60819E
Black with #60819E
Text Example
Text Example
White with #60819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60819E; }
p { color: rgb(96,129,158); }
H1.HeaderClassName
{
color: #60819E;
}
.AnyTagClassName
{
color: #60819E;
}
</style>
background-color css
<style>
a { background-color: #60819E; }
a { background-color: rgb(96,129,158); }
div.DivClassName
{
background-color: #60819E;
}
.BgClassName
{
background-color: #60819E;
}
</style>
border-color css
<style>
span { border-color: #60819E; }
span { border-color: rgb(96,129,158); }
td.TdClassName
{
border-color: #60819E;
}
.TagClassName
{
border-color: #60819E;
}
</style>