Shades of Air Force Blue #6586AF
Tints of Air Force Blue #6586AF
RGB
CMYK
RGB Variations
Color information
#6586AF (or 0x6586AF) is known color: Air Force Blue. HEX triplet: 65, 86 and AF. RGB value is (101,134,175). Sum of RGB (Red+Green+Blue) = 101+134+175=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #6586AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6586AF is #9A7950. Grayscale: #808080. Windows color (decimal): -10123601 or 11503205. OLE color: 11503205.
HSL color Cylindrical-coordinate representation of color #6586AF: hue angle of 213.24º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6586AF is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 134 | 175 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.31 |
| HSL | 213.24º | 0.32% | 0.54% | - |
| HSV(B) | 213.24º | 0.42% | 0.69% | - |
| XYZ | 21.63 | 22.91 | 43.84 | - |
| YUV | 128.81 | 154.07 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 175 | 0.42 | 0.23 | 0 | 0.31 | 213.24 | 0.32 | 0.54 |
| Hex | 65 | 86 | AF | 2A | 17 | 0 | 1F | D5 | 20 | 36 |
| Octal | 145 | 206 | 257 | 52 | 27 | 0 | 37 | 325 | 40 | 66 |
| Binary | 1100101 | 10000110 | 10101111 | 101010 | 10111 | 0 | 11111 | 11010101 | 100000 | 110110 |
Color Harmonies of #6586AF
Complementary color
Monochromatic Colors of #6586AF
Black with #6586AF
Text Example
Text Example
White with #6586AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6586AF; }
p { color: rgb(101,134,175); }
H1.HeaderClassName
{
color: #6586AF;
}
.AnyTagClassName
{
color: #6586AF;
}
</style>
background-color css
<style>
a { background-color: #6586AF; }
a { background-color: rgb(101,134,175); }
div.DivClassName
{
background-color: #6586AF;
}
.BgClassName
{
background-color: #6586AF;
}
</style>
border-color css
<style>
span { border-color: #6586AF; }
span { border-color: rgb(101,134,175); }
td.TdClassName
{
border-color: #6586AF;
}
.TagClassName
{
border-color: #6586AF;
}
</style>