Shades of Air Force Blue #6186AF
Tints of Air Force Blue #6186AF
RGB
CMYK
RGB Variations
Color information
#6186AF (or 0x6186AF) is known color: Air Force Blue. HEX triplet: 61, 86 and AF. RGB value is (97,134,175). Sum of RGB (Red+Green+Blue) = 97+134+175=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #6186AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6186AF is #9E7950. Grayscale: #7F7F7F. Windows color (decimal): -10385745 or 11503201. OLE color: 11503201.
HSL color Cylindrical-coordinate representation of color #6186AF: hue angle of 211.54º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6186AF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 134 | 175 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.31 |
| HSL | 211.54º | 0.33% | 0.53% | - |
| HSV(B) | 211.54º | 0.45% | 0.69% | - |
| XYZ | 21.19 | 22.69 | 43.82 | - |
| YUV | 127.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 175 | 0.45 | 0.23 | 0 | 0.31 | 211.54 | 0.33 | 0.53 |
| Hex | 61 | 86 | AF | 2D | 17 | 0 | 1F | D4 | 21 | 35 |
| Octal | 141 | 206 | 257 | 55 | 27 | 0 | 37 | 324 | 41 | 65 |
| Binary | 1100001 | 10000110 | 10101111 | 101101 | 10111 | 0 | 11111 | 11010100 | 100001 | 110101 |
Color Harmonies of #6186AF
Complementary color
Monochromatic Colors of #6186AF
Black with #6186AF
Text Example
Text Example
White with #6186AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6186AF; }
p { color: rgb(97,134,175); }
H1.HeaderClassName
{
color: #6186AF;
}
.AnyTagClassName
{
color: #6186AF;
}
</style>
background-color css
<style>
a { background-color: #6186AF; }
a { background-color: rgb(97,134,175); }
div.DivClassName
{
background-color: #6186AF;
}
.BgClassName
{
background-color: #6186AF;
}
</style>
border-color css
<style>
span { border-color: #6186AF; }
span { border-color: rgb(97,134,175); }
td.TdClassName
{
border-color: #6186AF;
}
.TagClassName
{
border-color: #6186AF;
}
</style>