Shades of Air Force Blue #6487AB
Tints of Air Force Blue #6487AB
RGB
CMYK
RGB Variations
Color information
#6487AB (or 0x6487AB) is known color: Air Force Blue. HEX triplet: 64, 87 and AB. RGB value is (100,135,171). Sum of RGB (Red+Green+Blue) = 100+135+171=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #6487AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6487AB is #9B7854. Grayscale: #808080. Windows color (decimal): -10188885 or 11241316. OLE color: 11241316.
HSL color Cylindrical-coordinate representation of color #6487AB: hue angle of 210.42º 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 #6487AB is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 135 | 171 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.33 |
| HSL | 210.42º | 0.3% | 0.53% | - |
| HSV(B) | 210.42º | 0.42% | 0.67% | - |
| XYZ | 21.27 | 22.98 | 41.84 | - |
| YUV | 128.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 171 | 0.42 | 0.21 | 0 | 0.33 | 210.42 | 0.3 | 0.53 |
| Hex | 64 | 87 | AB | 2A | 15 | 0 | 21 | D2 | 1E | 35 |
| Octal | 144 | 207 | 253 | 52 | 25 | 0 | 41 | 322 | 36 | 65 |
| Binary | 1100100 | 10000111 | 10101011 | 101010 | 10101 | 0 | 100001 | 11010010 | 11110 | 110101 |
Color Harmonies of #6487AB
Complementary color
Monochromatic Colors of #6487AB
Black with #6487AB
Text Example
Text Example
White with #6487AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6487AB; }
p { color: rgb(100,135,171); }
H1.HeaderClassName
{
color: #6487AB;
}
.AnyTagClassName
{
color: #6487AB;
}
</style>
background-color css
<style>
a { background-color: #6487AB; }
a { background-color: rgb(100,135,171); }
div.DivClassName
{
background-color: #6487AB;
}
.BgClassName
{
background-color: #6487AB;
}
</style>
border-color css
<style>
span { border-color: #6487AB; }
span { border-color: rgb(100,135,171); }
td.TdClassName
{
border-color: #6487AB;
}
.TagClassName
{
border-color: #6487AB;
}
</style>