Shades of Air Force Blue #6488A0
Tints of Air Force Blue #6488A0
RGB
CMYK
RGB Variations
Color information
#6488A0 (or 0x6488A0) is known color: Air Force Blue. HEX triplet: 64, 88 and A0. RGB value is (100,136,160). Sum of RGB (Red+Green+Blue) = 100+136+160=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #6488A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6488A0 is #9B775F. Grayscale: #7F7F7F. Windows color (decimal): -10188640 or 10520676. OLE color: 10520676.
HSL color Cylindrical-coordinate representation of color #6488A0: hue angle of 204º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6488A0 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 136 | 160 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.37 |
| HSL | 204º | 0.24% | 0.51% | - |
| HSV(B) | 204º | 0.38% | 0.63% | - |
| XYZ | 20.4 | 22.86 | 36.59 | - |
| YUV | 127.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 160 | 0.38 | 0.15 | 0 | 0.37 | 204 | 0.24 | 0.51 |
| Hex | 64 | 88 | A0 | 26 | F | 0 | 25 | CC | 18 | 33 |
| Octal | 144 | 210 | 240 | 46 | 17 | 0 | 45 | 314 | 30 | 63 |
| Binary | 1100100 | 10001000 | 10100000 | 100110 | 1111 | 0 | 100101 | 11001100 | 11000 | 110011 |
Color Harmonies of #6488A0
Complementary color
Monochromatic Colors of #6488A0
Black with #6488A0
Text Example
Text Example
White with #6488A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6488A0; }
p { color: rgb(100,136,160); }
H1.HeaderClassName
{
color: #6488A0;
}
.AnyTagClassName
{
color: #6488A0;
}
</style>
background-color css
<style>
a { background-color: #6488A0; }
a { background-color: rgb(100,136,160); }
div.DivClassName
{
background-color: #6488A0;
}
.BgClassName
{
background-color: #6488A0;
}
</style>
border-color css
<style>
span { border-color: #6488A0; }
span { border-color: rgb(100,136,160); }
td.TdClassName
{
border-color: #6488A0;
}
.TagClassName
{
border-color: #6488A0;
}
</style>