Shades of Air Force Blue #6584AA
Tints of Air Force Blue #6584AA
RGB
CMYK
RGB Variations
Color information
#6584AA (or 0x6584AA) is known color: Air Force Blue. HEX triplet: 65, 84 and AA. RGB value is (101,132,170). Sum of RGB (Red+Green+Blue) = 101+132+170=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6584AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6584AA is #9A7B55. Grayscale: #7E7E7E. Windows color (decimal): -10124118 or 11175013. OLE color: 11175013.
HSL color Cylindrical-coordinate representation of color #6584AA: hue angle of 213.04º 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 #6584AA is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 132 | 170 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.33 |
| HSL | 213.04º | 0.29% | 0.53% | - |
| HSV(B) | 213.04º | 0.41% | 0.67% | - |
| XYZ | 20.87 | 22.17 | 41.21 | - |
| YUV | 127.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 170 | 0.41 | 0.22 | 0 | 0.33 | 213.04 | 0.29 | 0.53 |
| Hex | 65 | 84 | AA | 29 | 16 | 0 | 21 | D5 | 1D | 35 |
| Octal | 145 | 204 | 252 | 51 | 26 | 0 | 41 | 325 | 35 | 65 |
| Binary | 1100101 | 10000100 | 10101010 | 101001 | 10110 | 0 | 100001 | 11010101 | 11101 | 110101 |
Color Harmonies of #6584AA
Complementary color
Monochromatic Colors of #6584AA
Black with #6584AA
Text Example
Text Example
White with #6584AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6584AA; }
p { color: rgb(101,132,170); }
H1.HeaderClassName
{
color: #6584AA;
}
.AnyTagClassName
{
color: #6584AA;
}
</style>
background-color css
<style>
a { background-color: #6584AA; }
a { background-color: rgb(101,132,170); }
div.DivClassName
{
background-color: #6584AA;
}
.BgClassName
{
background-color: #6584AA;
}
</style>
border-color css
<style>
span { border-color: #6584AA; }
span { border-color: rgb(101,132,170); }
td.TdClassName
{
border-color: #6584AA;
}
.TagClassName
{
border-color: #6584AA;
}
</style>