Shades of Air Force Blue #6588AF
Tints of Air Force Blue #6588AF
RGB
CMYK
RGB Variations
Color information
#6588AF (or 0x6588AF) is known color: Air Force Blue. HEX triplet: 65, 88 and AF. RGB value is (101,136,175). Sum of RGB (Red+Green+Blue) = 101+136+175=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #6588AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6588AF is #9A7750. Grayscale: #818181. Windows color (decimal): -10123089 or 11503717. OLE color: 11503717.
HSL color Cylindrical-coordinate representation of color #6588AF: hue angle of 211.62º 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 #6588AF is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 136 | 175 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.31 |
| HSL | 211.62º | 0.32% | 0.54% | - |
| HSV(B) | 211.62º | 0.42% | 0.69% | - |
| XYZ | 21.91 | 23.47 | 43.93 | - |
| YUV | 129.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 175 | 0.42 | 0.22 | 0 | 0.31 | 211.62 | 0.32 | 0.54 |
| Hex | 65 | 88 | AF | 2A | 16 | 0 | 1F | D4 | 20 | 36 |
| Octal | 145 | 210 | 257 | 52 | 26 | 0 | 37 | 324 | 40 | 66 |
| Binary | 1100101 | 10001000 | 10101111 | 101010 | 10110 | 0 | 11111 | 11010100 | 100000 | 110110 |
Color Harmonies of #6588AF
Complementary color
Monochromatic Colors of #6588AF
Black with #6588AF
Text Example
Text Example
White with #6588AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6588AF; }
p { color: rgb(101,136,175); }
H1.HeaderClassName
{
color: #6588AF;
}
.AnyTagClassName
{
color: #6588AF;
}
</style>
background-color css
<style>
a { background-color: #6588AF; }
a { background-color: rgb(101,136,175); }
div.DivClassName
{
background-color: #6588AF;
}
.BgClassName
{
background-color: #6588AF;
}
</style>
border-color css
<style>
span { border-color: #6588AF; }
span { border-color: rgb(101,136,175); }
td.TdClassName
{
border-color: #6588AF;
}
.TagClassName
{
border-color: #6588AF;
}
</style>