Shades of Air Force Blue #6491AB
Tints of Air Force Blue #6491AB
RGB
CMYK
RGB Variations
Color information
#6491AB (or 0x6491AB) is known color: Air Force Blue. HEX triplet: 64, 91 and AB. RGB value is (100,145,171). Sum of RGB (Red+Green+Blue) = 100+145+171=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #6491AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6491AB is #9B6E54. Grayscale: #868686. Windows color (decimal): -10186325 or 11243876. OLE color: 11243876.
HSL color Cylindrical-coordinate representation of color #6491AB: hue angle of 201.97º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6491AB is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 145 | 171 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.33 |
| HSL | 201.97º | 0.3% | 0.53% | - |
| HSV(B) | 201.97º | 0.42% | 0.67% | - |
| XYZ | 22.73 | 25.9 | 42.33 | - |
| YUV | 134.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 171 | 0.42 | 0.15 | 0 | 0.33 | 201.97 | 0.3 | 0.53 |
| Hex | 64 | 91 | AB | 2A | F | 0 | 21 | CA | 1E | 35 |
| Octal | 144 | 221 | 253 | 52 | 17 | 0 | 41 | 312 | 36 | 65 |
| Binary | 1100100 | 10010001 | 10101011 | 101010 | 1111 | 0 | 100001 | 11001010 | 11110 | 110101 |
Color Harmonies of #6491AB
Complementary color
Monochromatic Colors of #6491AB
Black with #6491AB
Text Example
Text Example
White with #6491AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6491AB; }
p { color: rgb(100,145,171); }
H1.HeaderClassName
{
color: #6491AB;
}
.AnyTagClassName
{
color: #6491AB;
}
</style>
background-color css
<style>
a { background-color: #6491AB; }
a { background-color: rgb(100,145,171); }
div.DivClassName
{
background-color: #6491AB;
}
.BgClassName
{
background-color: #6491AB;
}
</style>
border-color css
<style>
span { border-color: #6491AB; }
span { border-color: rgb(100,145,171); }
td.TdClassName
{
border-color: #6491AB;
}
.TagClassName
{
border-color: #6491AB;
}
</style>