Shades of Air Force Blue #6488AA
Tints of Air Force Blue #6488AA
RGB
CMYK
RGB Variations
Color information
#6488AA (or 0x6488AA) is known color: Air Force Blue. HEX triplet: 64, 88 and AA. RGB value is (100,136,170). Sum of RGB (Red+Green+Blue) = 100+136+170=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #6488AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6488AA is #9B7755. Grayscale: #808080. Windows color (decimal): -10188630 or 11176036. OLE color: 11176036.
HSL color Cylindrical-coordinate representation of color #6488AA: hue angle of 209.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6488AA is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 136 | 170 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.33 |
| HSL | 209.14º | 0.29% | 0.53% | - |
| HSV(B) | 209.14º | 0.41% | 0.67% | - |
| XYZ | 21.32 | 23.22 | 41.39 | - |
| YUV | 129.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 170 | 0.41 | 0.20 | 0 | 0.33 | 209.14 | 0.29 | 0.53 |
| Hex | 64 | 88 | AA | 29 | 14 | 0 | 21 | D1 | 1D | 35 |
| Octal | 144 | 210 | 252 | 51 | 24 | 0 | 41 | 321 | 35 | 65 |
| Binary | 1100100 | 10001000 | 10101010 | 101001 | 10100 | 0 | 100001 | 11010001 | 11101 | 110101 |
Color Harmonies of #6488AA
Complementary color
Monochromatic Colors of #6488AA
Black with #6488AA
Text Example
Text Example
White with #6488AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6488AA; }
p { color: rgb(100,136,170); }
H1.HeaderClassName
{
color: #6488AA;
}
.AnyTagClassName
{
color: #6488AA;
}
</style>
background-color css
<style>
a { background-color: #6488AA; }
a { background-color: rgb(100,136,170); }
div.DivClassName
{
background-color: #6488AA;
}
.BgClassName
{
background-color: #6488AA;
}
</style>
border-color css
<style>
span { border-color: #6488AA; }
span { border-color: rgb(100,136,170); }
td.TdClassName
{
border-color: #6488AA;
}
.TagClassName
{
border-color: #6488AA;
}
</style>