Shades of Air Force Blue #6591AB
Tints of Air Force Blue #6591AB
RGB
CMYK
RGB Variations
Color information
#6591AB (or 0x6591AB) is known color: Air Force Blue. HEX triplet: 65, 91 and AB. RGB value is (101,145,171). Sum of RGB (Red+Green+Blue) = 101+145+171=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #6591AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6591AB is #9A6E54. Grayscale: #868686. Windows color (decimal): -10120789 or 11243877. OLE color: 11243877.
HSL color Cylindrical-coordinate representation of color #6591AB: hue angle of 202.29º 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 #6591AB is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 145 | 171 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.33 |
| HSL | 202.29º | 0.29% | 0.53% | - |
| HSV(B) | 202.29º | 0.41% | 0.67% | - |
| XYZ | 22.84 | 25.96 | 42.33 | - |
| YUV | 134.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 171 | 0.41 | 0.15 | 0 | 0.33 | 202.29 | 0.29 | 0.53 |
| Hex | 65 | 91 | AB | 29 | F | 0 | 21 | CA | 1D | 35 |
| Octal | 145 | 221 | 253 | 51 | 17 | 0 | 41 | 312 | 35 | 65 |
| Binary | 1100101 | 10010001 | 10101011 | 101001 | 1111 | 0 | 100001 | 11001010 | 11101 | 110101 |
Color Harmonies of #6591AB
Complementary color
Monochromatic Colors of #6591AB
Black with #6591AB
Text Example
Text Example
White with #6591AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6591AB; }
p { color: rgb(101,145,171); }
H1.HeaderClassName
{
color: #6591AB;
}
.AnyTagClassName
{
color: #6591AB;
}
</style>
background-color css
<style>
a { background-color: #6591AB; }
a { background-color: rgb(101,145,171); }
div.DivClassName
{
background-color: #6591AB;
}
.BgClassName
{
background-color: #6591AB;
}
</style>
border-color css
<style>
span { border-color: #6591AB; }
span { border-color: rgb(101,145,171); }
td.TdClassName
{
border-color: #6591AB;
}
.TagClassName
{
border-color: #6591AB;
}
</style>