Shades of Air Force Blue #6488AB
Tints of Air Force Blue #6488AB
RGB
CMYK
RGB Variations
Color information
#6488AB (or 0x6488AB) is known color: Air Force Blue. HEX triplet: 64, 88 and AB. RGB value is (100,136,171). Sum of RGB (Red+Green+Blue) = 100+136+171=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #6488AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6488AB is #9B7754. Grayscale: #818181. Windows color (decimal): -10188629 or 11241572. OLE color: 11241572.
HSL color Cylindrical-coordinate representation of color #6488AB: hue angle of 209.58º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6488AB is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 136 | 171 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.33 |
| HSL | 209.58º | 0.3% | 0.53% | - |
| HSV(B) | 209.58º | 0.42% | 0.67% | - |
| XYZ | 21.41 | 23.26 | 41.89 | - |
| YUV | 129.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 171 | 0.42 | 0.20 | 0 | 0.33 | 209.58 | 0.3 | 0.53 |
| Hex | 64 | 88 | AB | 2A | 14 | 0 | 21 | D2 | 1E | 35 |
| Octal | 144 | 210 | 253 | 52 | 24 | 0 | 41 | 322 | 36 | 65 |
| Binary | 1100100 | 10001000 | 10101011 | 101010 | 10100 | 0 | 100001 | 11010010 | 11110 | 110101 |
Color Harmonies of #6488AB
Complementary color
Monochromatic Colors of #6488AB
Black with #6488AB
Text Example
Text Example
White with #6488AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6488AB; }
p { color: rgb(100,136,171); }
H1.HeaderClassName
{
color: #6488AB;
}
.AnyTagClassName
{
color: #6488AB;
}
</style>
background-color css
<style>
a { background-color: #6488AB; }
a { background-color: rgb(100,136,171); }
div.DivClassName
{
background-color: #6488AB;
}
.BgClassName
{
background-color: #6488AB;
}
</style>
border-color css
<style>
span { border-color: #6488AB; }
span { border-color: rgb(100,136,171); }
td.TdClassName
{
border-color: #6488AB;
}
.TagClassName
{
border-color: #6488AB;
}
</style>