Shades of Air Force Blue #6493AC
Tints of Air Force Blue #6493AC
RGB
CMYK
RGB Variations
Color information
#6493AC (or 0x6493AC) is known color: Air Force Blue. HEX triplet: 64, 93 and AC. RGB value is (100,147,172). Sum of RGB (Red+Green+Blue) = 100+147+172=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #6493AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6493AC is #9B6C53. Grayscale: #878787. Windows color (decimal): -10185812 or 11309924. OLE color: 11309924.
HSL color Cylindrical-coordinate representation of color #6493AC: hue angle of 200.83º 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 #6493AC is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 147 | 172 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.33 |
| HSL | 200.83º | 0.3% | 0.53% | - |
| HSV(B) | 200.83º | 0.42% | 0.67% | - |
| XYZ | 23.14 | 26.56 | 42.94 | - |
| YUV | 135.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 172 | 0.42 | 0.15 | 0 | 0.33 | 200.83 | 0.3 | 0.53 |
| Hex | 64 | 93 | AC | 2A | F | 0 | 21 | C9 | 1E | 35 |
| Octal | 144 | 223 | 254 | 52 | 17 | 0 | 41 | 311 | 36 | 65 |
| Binary | 1100100 | 10010011 | 10101100 | 101010 | 1111 | 0 | 100001 | 11001001 | 11110 | 110101 |
Color Harmonies of #6493AC
Complementary color
Monochromatic Colors of #6493AC
Black with #6493AC
Text Example
Text Example
White with #6493AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6493AC; }
p { color: rgb(100,147,172); }
H1.HeaderClassName
{
color: #6493AC;
}
.AnyTagClassName
{
color: #6493AC;
}
</style>
background-color css
<style>
a { background-color: #6493AC; }
a { background-color: rgb(100,147,172); }
div.DivClassName
{
background-color: #6493AC;
}
.BgClassName
{
background-color: #6493AC;
}
</style>
border-color css
<style>
span { border-color: #6493AC; }
span { border-color: rgb(100,147,172); }
td.TdClassName
{
border-color: #6493AC;
}
.TagClassName
{
border-color: #6493AC;
}
</style>