Shades of Air Force Blue #6484AA
Tints of Air Force Blue #6484AA
RGB
CMYK
RGB Variations
Color information
#6484AA (or 0x6484AA) is known color: Air Force Blue. HEX triplet: 64, 84 and AA. RGB value is (100,132,170). Sum of RGB (Red+Green+Blue) = 100+132+170=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #6484AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6484AA is #9B7B55. Grayscale: #7E7E7E. Windows color (decimal): -10189654 or 11175012. OLE color: 11175012.
HSL color Cylindrical-coordinate representation of color #6484AA: hue angle of 212.57º 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 #6484AA is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 132 | 170 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.33 |
| HSL | 212.57º | 0.29% | 0.53% | - |
| HSV(B) | 212.57º | 0.41% | 0.67% | - |
| XYZ | 20.76 | 22.11 | 41.2 | - |
| YUV | 126.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 170 | 0.41 | 0.22 | 0 | 0.33 | 212.57 | 0.29 | 0.53 |
| Hex | 64 | 84 | AA | 29 | 16 | 0 | 21 | D5 | 1D | 35 |
| Octal | 144 | 204 | 252 | 51 | 26 | 0 | 41 | 325 | 35 | 65 |
| Binary | 1100100 | 10000100 | 10101010 | 101001 | 10110 | 0 | 100001 | 11010101 | 11101 | 110101 |
Color Harmonies of #6484AA
Complementary color
Monochromatic Colors of #6484AA
Black with #6484AA
Text Example
Text Example
White with #6484AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6484AA; }
p { color: rgb(100,132,170); }
H1.HeaderClassName
{
color: #6484AA;
}
.AnyTagClassName
{
color: #6484AA;
}
</style>
background-color css
<style>
a { background-color: #6484AA; }
a { background-color: rgb(100,132,170); }
div.DivClassName
{
background-color: #6484AA;
}
.BgClassName
{
background-color: #6484AA;
}
</style>
border-color css
<style>
span { border-color: #6484AA; }
span { border-color: rgb(100,132,170); }
td.TdClassName
{
border-color: #6484AA;
}
.TagClassName
{
border-color: #6484AA;
}
</style>