Shades of Air Force Blue #6282AA
Tints of Air Force Blue #6282AA
RGB
CMYK
RGB Variations
Color information
#6282AA (or 0x6282AA) is known color: Air Force Blue. HEX triplet: 62, 82 and AA. RGB value is (98,130,170). Sum of RGB (Red+Green+Blue) = 98+130+170=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #6282AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6282AA is #9D7D55. Grayscale: #7C7C7C. Windows color (decimal): -10321238 or 11174498. OLE color: 11174498.
HSL color Cylindrical-coordinate representation of color #6282AA: hue angle of 213.33º 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 #6282AA is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 130 | 170 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.33 |
| HSL | 213.33º | 0.3% | 0.53% | - |
| HSV(B) | 213.33º | 0.42% | 0.67% | - |
| XYZ | 20.28 | 21.46 | 41.1 | - |
| YUV | 124.99 | 153.4 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 170 | 0.42 | 0.24 | 0 | 0.33 | 213.33 | 0.3 | 0.53 |
| Hex | 62 | 82 | AA | 2A | 18 | 0 | 21 | D5 | 1E | 35 |
| Octal | 142 | 202 | 252 | 52 | 30 | 0 | 41 | 325 | 36 | 65 |
| Binary | 1100010 | 10000010 | 10101010 | 101010 | 11000 | 0 | 100001 | 11010101 | 11110 | 110101 |
Color Harmonies of #6282AA
Complementary color
Monochromatic Colors of #6282AA
Black with #6282AA
Text Example
Text Example
White with #6282AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6282AA; }
p { color: rgb(98,130,170); }
H1.HeaderClassName
{
color: #6282AA;
}
.AnyTagClassName
{
color: #6282AA;
}
</style>
background-color css
<style>
a { background-color: #6282AA; }
a { background-color: rgb(98,130,170); }
div.DivClassName
{
background-color: #6282AA;
}
.BgClassName
{
background-color: #6282AA;
}
</style>
border-color css
<style>
span { border-color: #6282AA; }
span { border-color: rgb(98,130,170); }
td.TdClassName
{
border-color: #6282AA;
}
.TagClassName
{
border-color: #6282AA;
}
</style>