Shades of Air Force Blue #6082AA
Tints of Air Force Blue #6082AA
RGB
CMYK
RGB Variations
Color information
#6082AA (or 0x6082AA) is known color: Air Force Blue. HEX triplet: 60, 82 and AA. RGB value is (96,130,170). Sum of RGB (Red+Green+Blue) = 96+130+170=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #6082AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6082AA is #9F7D55. Grayscale: #7C7C7C. Windows color (decimal): -10452310 or 11174496. OLE color: 11174496.
HSL color Cylindrical-coordinate representation of color #6082AA: hue angle of 212.43º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6082AA is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 130 | 170 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.33 |
| HSL | 212.43º | 0.3% | 0.52% | - |
| HSV(B) | 212.43º | 0.44% | 0.67% | - |
| XYZ | 20.06 | 21.35 | 41.09 | - |
| YUV | 124.39 | 153.74 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 170 | 0.44 | 0.24 | 0 | 0.33 | 212.43 | 0.3 | 0.52 |
| Hex | 60 | 82 | AA | 2C | 18 | 0 | 21 | D4 | 1E | 34 |
| Octal | 140 | 202 | 252 | 54 | 30 | 0 | 41 | 324 | 36 | 64 |
| Binary | 1100000 | 10000010 | 10101010 | 101100 | 11000 | 0 | 100001 | 11010100 | 11110 | 110100 |
Color Harmonies of #6082AA
Complementary color
Monochromatic Colors of #6082AA
Black with #6082AA
Text Example
Text Example
White with #6082AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6082AA; }
p { color: rgb(96,130,170); }
H1.HeaderClassName
{
color: #6082AA;
}
.AnyTagClassName
{
color: #6082AA;
}
</style>
background-color css
<style>
a { background-color: #6082AA; }
a { background-color: rgb(96,130,170); }
div.DivClassName
{
background-color: #6082AA;
}
.BgClassName
{
background-color: #6082AA;
}
</style>
border-color css
<style>
span { border-color: #6082AA; }
span { border-color: rgb(96,130,170); }
td.TdClassName
{
border-color: #6082AA;
}
.TagClassName
{
border-color: #6082AA;
}
</style>