Shades of Air Force Blue #6391AD
Tints of Air Force Blue #6391AD
RGB
CMYK
RGB Variations
Color information
#6391AD (or 0x6391AD) is known color: Air Force Blue. HEX triplet: 63, 91 and AD. RGB value is (99,145,173). Sum of RGB (Red+Green+Blue) = 99+145+173=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #6391AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6391AD is #9C6E52. Grayscale: #868686. Windows color (decimal): -10251859 or 11374947. OLE color: 11374947.
HSL color Cylindrical-coordinate representation of color #6391AD: hue angle of 202.7º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6391AD is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 145 | 173 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.32 |
| HSL | 202.7º | 0.31% | 0.53% | - |
| HSV(B) | 202.7º | 0.43% | 0.68% | - |
| XYZ | 22.81 | 25.92 | 43.34 | - |
| YUV | 134.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 173 | 0.43 | 0.16 | 0 | 0.32 | 202.7 | 0.31 | 0.53 |
| Hex | 63 | 91 | AD | 2B | 10 | 0 | 20 | CB | 1F | 35 |
| Octal | 143 | 221 | 255 | 53 | 20 | 0 | 40 | 313 | 37 | 65 |
| Binary | 1100011 | 10010001 | 10101101 | 101011 | 10000 | 0 | 100000 | 11001011 | 11111 | 110101 |
Color Harmonies of #6391AD
Complementary color
Monochromatic Colors of #6391AD
Black with #6391AD
Text Example
Text Example
White with #6391AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6391AD; }
p { color: rgb(99,145,173); }
H1.HeaderClassName
{
color: #6391AD;
}
.AnyTagClassName
{
color: #6391AD;
}
</style>
background-color css
<style>
a { background-color: #6391AD; }
a { background-color: rgb(99,145,173); }
div.DivClassName
{
background-color: #6391AD;
}
.BgClassName
{
background-color: #6391AD;
}
</style>
border-color css
<style>
span { border-color: #6391AD; }
span { border-color: rgb(99,145,173); }
td.TdClassName
{
border-color: #6391AD;
}
.TagClassName
{
border-color: #6391AD;
}
</style>