Shades of Air Force Blue #618AAC
Tints of Air Force Blue #618AAC
RGB
CMYK
RGB Variations
Color information
#618AAC (or 0x618AAC) is known color: Air Force Blue. HEX triplet: 61, 8A and AC. RGB value is (97,138,172). Sum of RGB (Red+Green+Blue) = 97+138+172=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #618AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618AAC is #9E7553. Grayscale: #818181. Windows color (decimal): -10384724 or 11307617. OLE color: 11307617.
HSL color Cylindrical-coordinate representation of color #618AAC: hue angle of 207.2º 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 #618AAC is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 138 | 172 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.33 |
| HSL | 207.2º | 0.31% | 0.53% | - |
| HSV(B) | 207.2º | 0.44% | 0.67% | - |
| XYZ | 21.46 | 23.7 | 42.47 | - |
| YUV | 129.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 172 | 0.44 | 0.20 | 0 | 0.33 | 207.2 | 0.31 | 0.53 |
| Hex | 61 | 8A | AC | 2C | 14 | 0 | 21 | CF | 1F | 35 |
| Octal | 141 | 212 | 254 | 54 | 24 | 0 | 41 | 317 | 37 | 65 |
| Binary | 1100001 | 10001010 | 10101100 | 101100 | 10100 | 0 | 100001 | 11001111 | 11111 | 110101 |
Color Harmonies of #618AAC
Complementary color
Monochromatic Colors of #618AAC
Black with #618AAC
Text Example
Text Example
White with #618AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618AAC; }
p { color: rgb(97,138,172); }
H1.HeaderClassName
{
color: #618AAC;
}
.AnyTagClassName
{
color: #618AAC;
}
</style>
background-color css
<style>
a { background-color: #618AAC; }
a { background-color: rgb(97,138,172); }
div.DivClassName
{
background-color: #618AAC;
}
.BgClassName
{
background-color: #618AAC;
}
</style>
border-color css
<style>
span { border-color: #618AAC; }
span { border-color: rgb(97,138,172); }
td.TdClassName
{
border-color: #618AAC;
}
.TagClassName
{
border-color: #618AAC;
}
</style>