Shades of Air Force Blue #618DAE
Tints of Air Force Blue #618DAE
RGB
CMYK
RGB Variations
Color information
#618DAE (or 0x618DAE) is known color: Air Force Blue. HEX triplet: 61, 8D and AE. RGB value is (97,141,174). Sum of RGB (Red+Green+Blue) = 97+141+174=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #618DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618DAE is #9E7251. Grayscale: #838383. Windows color (decimal): -10383954 or 11439457. OLE color: 11439457.
HSL color Cylindrical-coordinate representation of color #618DAE: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #618DAE is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 141 | 174 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.32 |
| HSL | 205.71º | 0.32% | 0.53% | - |
| HSV(B) | 205.71º | 0.44% | 0.68% | - |
| XYZ | 22.09 | 24.65 | 43.64 | - |
| YUV | 131.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 174 | 0.44 | 0.19 | 0 | 0.32 | 205.71 | 0.32 | 0.53 |
| Hex | 61 | 8D | AE | 2C | 13 | 0 | 20 | CE | 20 | 35 |
| Octal | 141 | 215 | 256 | 54 | 23 | 0 | 40 | 316 | 40 | 65 |
| Binary | 1100001 | 10001101 | 10101110 | 101100 | 10011 | 0 | 100000 | 11001110 | 100000 | 110101 |
Color Harmonies of #618DAE
Complementary color
Monochromatic Colors of #618DAE
Black with #618DAE
Text Example
Text Example
White with #618DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DAE; }
p { color: rgb(97,141,174); }
H1.HeaderClassName
{
color: #618DAE;
}
.AnyTagClassName
{
color: #618DAE;
}
</style>
background-color css
<style>
a { background-color: #618DAE; }
a { background-color: rgb(97,141,174); }
div.DivClassName
{
background-color: #618DAE;
}
.BgClassName
{
background-color: #618DAE;
}
</style>
border-color css
<style>
span { border-color: #618DAE; }
span { border-color: rgb(97,141,174); }
td.TdClassName
{
border-color: #618DAE;
}
.TagClassName
{
border-color: #618DAE;
}
</style>