Shades of Air Force Blue #6394AB
Tints of Air Force Blue #6394AB
RGB
CMYK
RGB Variations
Color information
#6394AB (or 0x6394AB) is known color: Air Force Blue. HEX triplet: 63, 94 and AB. RGB value is (99,148,171). Sum of RGB (Red+Green+Blue) = 99+148+171=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #6394AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6394AB is #9C6B54. Grayscale: #878787. Windows color (decimal): -10251093 or 11244643. OLE color: 11244643.
HSL color Cylindrical-coordinate representation of color #6394AB: hue angle of 199.17º 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 #6394AB is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 148 | 171 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.33 |
| HSL | 199.17º | 0.3% | 0.53% | - |
| HSV(B) | 199.17º | 0.42% | 0.67% | - |
| XYZ | 23.09 | 26.77 | 42.48 | - |
| YUV | 135.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 171 | 0.42 | 0.13 | 0 | 0.33 | 199.17 | 0.3 | 0.53 |
| Hex | 63 | 94 | AB | 2A | D | 0 | 21 | C7 | 1E | 35 |
| Octal | 143 | 224 | 253 | 52 | 15 | 0 | 41 | 307 | 36 | 65 |
| Binary | 1100011 | 10010100 | 10101011 | 101010 | 1101 | 0 | 100001 | 11000111 | 11110 | 110101 |
Color Harmonies of #6394AB
Complementary color
Monochromatic Colors of #6394AB
Black with #6394AB
Text Example
Text Example
White with #6394AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6394AB; }
p { color: rgb(99,148,171); }
H1.HeaderClassName
{
color: #6394AB;
}
.AnyTagClassName
{
color: #6394AB;
}
</style>
background-color css
<style>
a { background-color: #6394AB; }
a { background-color: rgb(99,148,171); }
div.DivClassName
{
background-color: #6394AB;
}
.BgClassName
{
background-color: #6394AB;
}
</style>
border-color css
<style>
span { border-color: #6394AB; }
span { border-color: rgb(99,148,171); }
td.TdClassName
{
border-color: #6394AB;
}
.TagClassName
{
border-color: #6394AB;
}
</style>