Shades of Air Force Blue #618DAC
Tints of Air Force Blue #618DAC
RGB
CMYK
RGB Variations
Color information
#618DAC (or 0x618DAC) is known color: Air Force Blue. HEX triplet: 61, 8D and AC. RGB value is (97,141,172). Sum of RGB (Red+Green+Blue) = 97+141+172=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #618DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618DAC is #9E7253. Grayscale: #838383. Windows color (decimal): -10383956 or 11308385. OLE color: 11308385.
HSL color Cylindrical-coordinate representation of color #618DAC: hue angle of 204.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #618DAC is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 141 | 172 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.33 |
| HSL | 204.8º | 0.31% | 0.53% | - |
| HSV(B) | 204.8º | 0.44% | 0.67% | - |
| XYZ | 21.9 | 24.57 | 42.62 | - |
| YUV | 131.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 172 | 0.44 | 0.18 | 0 | 0.33 | 204.8 | 0.31 | 0.53 |
| Hex | 61 | 8D | AC | 2C | 12 | 0 | 21 | CD | 1F | 35 |
| Octal | 141 | 215 | 254 | 54 | 22 | 0 | 41 | 315 | 37 | 65 |
| Binary | 1100001 | 10001101 | 10101100 | 101100 | 10010 | 0 | 100001 | 11001101 | 11111 | 110101 |
Color Harmonies of #618DAC
Complementary color
Monochromatic Colors of #618DAC
Black with #618DAC
Text Example
Text Example
White with #618DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DAC; }
p { color: rgb(97,141,172); }
H1.HeaderClassName
{
color: #618DAC;
}
.AnyTagClassName
{
color: #618DAC;
}
</style>
background-color css
<style>
a { background-color: #618DAC; }
a { background-color: rgb(97,141,172); }
div.DivClassName
{
background-color: #618DAC;
}
.BgClassName
{
background-color: #618DAC;
}
</style>
border-color css
<style>
span { border-color: #618DAC; }
span { border-color: rgb(97,141,172); }
td.TdClassName
{
border-color: #618DAC;
}
.TagClassName
{
border-color: #618DAC;
}
</style>