Shades of Air Force Blue #6793AC
Tints of Air Force Blue #6793AC
RGB
CMYK
RGB Variations
Color information
#6793AC (or 0x6793AC) is known color: Air Force Blue. HEX triplet: 67, 93 and AC. RGB value is (103,147,172). Sum of RGB (Red+Green+Blue) = 103+147+172=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #6793AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6793AC is #986C53. Grayscale: #888888. Windows color (decimal): -9989204 or 11309927. OLE color: 11309927.
HSL color Cylindrical-coordinate representation of color #6793AC: hue angle of 201.74º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6793AC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 147 | 172 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.33 |
| HSL | 201.74º | 0.29% | 0.54% | - |
| HSV(B) | 201.74º | 0.4% | 0.67% | - |
| XYZ | 23.47 | 26.73 | 42.95 | - |
| YUV | 136.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 172 | 0.40 | 0.15 | 0 | 0.33 | 201.74 | 0.29 | 0.54 |
| Hex | 67 | 93 | AC | 28 | F | 0 | 21 | CA | 1D | 36 |
| Octal | 147 | 223 | 254 | 50 | 17 | 0 | 41 | 312 | 35 | 66 |
| Binary | 1100111 | 10010011 | 10101100 | 101000 | 1111 | 0 | 100001 | 11001010 | 11101 | 110110 |
Color Harmonies of #6793AC
Complementary color
Monochromatic Colors of #6793AC
Black with #6793AC
Text Example
Text Example
White with #6793AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6793AC; }
p { color: rgb(103,147,172); }
H1.HeaderClassName
{
color: #6793AC;
}
.AnyTagClassName
{
color: #6793AC;
}
</style>
background-color css
<style>
a { background-color: #6793AC; }
a { background-color: rgb(103,147,172); }
div.DivClassName
{
background-color: #6793AC;
}
.BgClassName
{
background-color: #6793AC;
}
</style>
border-color css
<style>
span { border-color: #6793AC; }
span { border-color: rgb(103,147,172); }
td.TdClassName
{
border-color: #6793AC;
}
.TagClassName
{
border-color: #6793AC;
}
</style>