Shades of Air Force Blue #6584AB
Tints of Air Force Blue #6584AB
RGB
CMYK
RGB Variations
Color information
#6584AB (or 0x6584AB) is known color: Air Force Blue. HEX triplet: 65, 84 and AB. RGB value is (101,132,171). Sum of RGB (Red+Green+Blue) = 101+132+171=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #6584AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6584AB is #9A7B54. Grayscale: #7E7E7E. Windows color (decimal): -10124117 or 11240549. OLE color: 11240549.
HSL color Cylindrical-coordinate representation of color #6584AB: hue angle of 213.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6584AB is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 132 | 171 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.33 |
| HSL | 213.43º | 0.29% | 0.53% | - |
| HSV(B) | 213.43º | 0.41% | 0.67% | - |
| XYZ | 20.97 | 22.21 | 41.71 | - |
| YUV | 127.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 171 | 0.41 | 0.23 | 0 | 0.33 | 213.43 | 0.29 | 0.53 |
| Hex | 65 | 84 | AB | 29 | 17 | 0 | 21 | D5 | 1D | 35 |
| Octal | 145 | 204 | 253 | 51 | 27 | 0 | 41 | 325 | 35 | 65 |
| Binary | 1100101 | 10000100 | 10101011 | 101001 | 10111 | 0 | 100001 | 11010101 | 11101 | 110101 |
Color Harmonies of #6584AB
Complementary color
Monochromatic Colors of #6584AB
Black with #6584AB
Text Example
Text Example
White with #6584AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6584AB; }
p { color: rgb(101,132,171); }
H1.HeaderClassName
{
color: #6584AB;
}
.AnyTagClassName
{
color: #6584AB;
}
</style>
background-color css
<style>
a { background-color: #6584AB; }
a { background-color: rgb(101,132,171); }
div.DivClassName
{
background-color: #6584AB;
}
.BgClassName
{
background-color: #6584AB;
}
</style>
border-color css
<style>
span { border-color: #6584AB; }
span { border-color: rgb(101,132,171); }
td.TdClassName
{
border-color: #6584AB;
}
.TagClassName
{
border-color: #6584AB;
}
</style>