Shades of Air Force Blue #6391AB
Tints of Air Force Blue #6391AB
RGB
CMYK
RGB Variations
Color information
#6391AB (or 0x6391AB) is known color: Air Force Blue. HEX triplet: 63, 91 and AB. RGB value is (99,145,171). Sum of RGB (Red+Green+Blue) = 99+145+171=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #6391AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6391AB is #9C6E54. Grayscale: #868686. Windows color (decimal): -10251861 or 11243875. OLE color: 11243875.
HSL color Cylindrical-coordinate representation of color #6391AB: hue angle of 201.67º 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 #6391AB is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 145 | 171 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.33 |
| HSL | 201.67º | 0.3% | 0.53% | - |
| HSV(B) | 201.67º | 0.42% | 0.67% | - |
| XYZ | 22.62 | 25.84 | 42.32 | - |
| YUV | 134.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 171 | 0.42 | 0.15 | 0 | 0.33 | 201.67 | 0.3 | 0.53 |
| Hex | 63 | 91 | AB | 2A | F | 0 | 21 | CA | 1E | 35 |
| Octal | 143 | 221 | 253 | 52 | 17 | 0 | 41 | 312 | 36 | 65 |
| Binary | 1100011 | 10010001 | 10101011 | 101010 | 1111 | 0 | 100001 | 11001010 | 11110 | 110101 |
Color Harmonies of #6391AB
Complementary color
Monochromatic Colors of #6391AB
Black with #6391AB
Text Example
Text Example
White with #6391AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6391AB; }
p { color: rgb(99,145,171); }
H1.HeaderClassName
{
color: #6391AB;
}
.AnyTagClassName
{
color: #6391AB;
}
</style>
background-color css
<style>
a { background-color: #6391AB; }
a { background-color: rgb(99,145,171); }
div.DivClassName
{
background-color: #6391AB;
}
.BgClassName
{
background-color: #6391AB;
}
</style>
border-color css
<style>
span { border-color: #6391AB; }
span { border-color: rgb(99,145,171); }
td.TdClassName
{
border-color: #6391AB;
}
.TagClassName
{
border-color: #6391AB;
}
</style>