Shades of Air Force Blue #6180AD
Tints of Air Force Blue #6180AD
RGB
CMYK
RGB Variations
Color information
#6180AD (or 0x6180AD) is known color: Air Force Blue. HEX triplet: 61, 80 and AD. RGB value is (97,128,173). Sum of RGB (Red+Green+Blue) = 97+128+173=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #6180AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6180AD is #9E7F52. Grayscale: #7B7B7B. Windows color (decimal): -10387283 or 11370593. OLE color: 11370593.
HSL color Cylindrical-coordinate representation of color #6180AD: hue angle of 215.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6180AD is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 128 | 173 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.32 |
| HSL | 215.53º | 0.32% | 0.53% | - |
| HSV(B) | 215.53º | 0.44% | 0.68% | - |
| XYZ | 20.19 | 21 | 42.52 | - |
| YUV | 123.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 173 | 0.44 | 0.26 | 0 | 0.32 | 215.53 | 0.32 | 0.53 |
| Hex | 61 | 80 | AD | 2C | 1A | 0 | 20 | D8 | 20 | 35 |
| Octal | 141 | 200 | 255 | 54 | 32 | 0 | 40 | 330 | 40 | 65 |
| Binary | 1100001 | 10000000 | 10101101 | 101100 | 11010 | 0 | 100000 | 11011000 | 100000 | 110101 |
Color Harmonies of #6180AD
Complementary color
Monochromatic Colors of #6180AD
Black with #6180AD
Text Example
Text Example
White with #6180AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6180AD; }
p { color: rgb(97,128,173); }
H1.HeaderClassName
{
color: #6180AD;
}
.AnyTagClassName
{
color: #6180AD;
}
</style>
background-color css
<style>
a { background-color: #6180AD; }
a { background-color: rgb(97,128,173); }
div.DivClassName
{
background-color: #6180AD;
}
.BgClassName
{
background-color: #6180AD;
}
</style>
border-color css
<style>
span { border-color: #6180AD; }
span { border-color: rgb(97,128,173); }
td.TdClassName
{
border-color: #6180AD;
}
.TagClassName
{
border-color: #6180AD;
}
</style>