Shades of Air Force Blue #6393AB
Tints of Air Force Blue #6393AB
RGB
CMYK
RGB Variations
Color information
#6393AB (or 0x6393AB) is known color: Air Force Blue. HEX triplet: 63, 93 and AB. RGB value is (99,147,171). Sum of RGB (Red+Green+Blue) = 99+147+171=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 147 (57.81% from 255 or 35.25% 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 #6393AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6393AB is #9C6C54. Grayscale: #878787. Windows color (decimal): -10251349 or 11244387. OLE color: 11244387.
HSL color Cylindrical-coordinate representation of color #6393AB: hue angle of 200º 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 #6393AB is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 147 | 171 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.33 |
| HSL | 200º | 0.3% | 0.53% | - |
| HSV(B) | 200º | 0.42% | 0.67% | - |
| XYZ | 22.93 | 26.46 | 42.43 | - |
| YUV | 135.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 147 | 171 | 0.42 | 0.14 | 0 | 0.33 | 200 | 0.3 | 0.53 |
| Hex | 63 | 93 | AB | 2A | E | 0 | 21 | C8 | 1E | 35 |
| Octal | 143 | 223 | 253 | 52 | 16 | 0 | 41 | 310 | 36 | 65 |
| Binary | 1100011 | 10010011 | 10101011 | 101010 | 1110 | 0 | 100001 | 11001000 | 11110 | 110101 |
Color Harmonies of #6393AB
Complementary color
Monochromatic Colors of #6393AB
Black with #6393AB
Text Example
Text Example
White with #6393AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6393AB; }
p { color: rgb(99,147,171); }
H1.HeaderClassName
{
color: #6393AB;
}
.AnyTagClassName
{
color: #6393AB;
}
</style>
background-color css
<style>
a { background-color: #6393AB; }
a { background-color: rgb(99,147,171); }
div.DivClassName
{
background-color: #6393AB;
}
.BgClassName
{
background-color: #6393AB;
}
</style>
border-color css
<style>
span { border-color: #6393AB; }
span { border-color: rgb(99,147,171); }
td.TdClassName
{
border-color: #6393AB;
}
.TagClassName
{
border-color: #6393AB;
}
</style>