Shades of Air Force Blue #6590AF
Tints of Air Force Blue #6590AF
RGB
CMYK
RGB Variations
Color information
#6590AF (or 0x6590AF) is known color: Air Force Blue. HEX triplet: 65, 90 and AF. RGB value is (101,144,175). Sum of RGB (Red+Green+Blue) = 101+144+175=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #6590AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6590AF is #9A6F50. Grayscale: #868686. Windows color (decimal): -10121041 or 11505765. OLE color: 11505765.
HSL color Cylindrical-coordinate representation of color #6590AF: hue angle of 205.14º 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 #6590AF is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 144 | 175 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.31 |
| HSL | 205.14º | 0.32% | 0.54% | - |
| HSV(B) | 205.14º | 0.42% | 0.69% | - |
| XYZ | 23.08 | 25.81 | 44.32 | - |
| YUV | 134.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 175 | 0.42 | 0.18 | 0 | 0.31 | 205.14 | 0.32 | 0.54 |
| Hex | 65 | 90 | AF | 2A | 12 | 0 | 1F | CD | 20 | 36 |
| Octal | 145 | 220 | 257 | 52 | 22 | 0 | 37 | 315 | 40 | 66 |
| Binary | 1100101 | 10010000 | 10101111 | 101010 | 10010 | 0 | 11111 | 11001101 | 100000 | 110110 |
Color Harmonies of #6590AF
Complementary color
Monochromatic Colors of #6590AF
Black with #6590AF
Text Example
Text Example
White with #6590AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6590AF; }
p { color: rgb(101,144,175); }
H1.HeaderClassName
{
color: #6590AF;
}
.AnyTagClassName
{
color: #6590AF;
}
</style>
background-color css
<style>
a { background-color: #6590AF; }
a { background-color: rgb(101,144,175); }
div.DivClassName
{
background-color: #6590AF;
}
.BgClassName
{
background-color: #6590AF;
}
</style>
border-color css
<style>
span { border-color: #6590AF; }
span { border-color: rgb(101,144,175); }
td.TdClassName
{
border-color: #6590AF;
}
.TagClassName
{
border-color: #6590AF;
}
</style>