Shades of Air Force Blue #6081AA
Tints of Air Force Blue #6081AA
RGB
CMYK
RGB Variations
Color information
#6081AA (or 0x6081AA) is known color: Air Force Blue. HEX triplet: 60, 81 and AA. RGB value is (96,129,170). Sum of RGB (Red+Green+Blue) = 96+129+170=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #6081AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6081AA is #9F7E55. Grayscale: #7B7B7B. Windows color (decimal): -10452566 or 11174240. OLE color: 11174240.
HSL color Cylindrical-coordinate representation of color #6081AA: hue angle of 213.24º 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 #6081AA is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 129 | 170 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.33 |
| HSL | 213.24º | 0.3% | 0.52% | - |
| HSV(B) | 213.24º | 0.44% | 0.67% | - |
| XYZ | 19.93 | 21.09 | 41.05 | - |
| YUV | 123.81 | 154.07 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 170 | 0.44 | 0.24 | 0 | 0.33 | 213.24 | 0.3 | 0.52 |
| Hex | 60 | 81 | AA | 2C | 18 | 0 | 21 | D5 | 1E | 34 |
| Octal | 140 | 201 | 252 | 54 | 30 | 0 | 41 | 325 | 36 | 64 |
| Binary | 1100000 | 10000001 | 10101010 | 101100 | 11000 | 0 | 100001 | 11010101 | 11110 | 110100 |
Color Harmonies of #6081AA
Complementary color
Monochromatic Colors of #6081AA
Black with #6081AA
Text Example
Text Example
White with #6081AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6081AA; }
p { color: rgb(96,129,170); }
H1.HeaderClassName
{
color: #6081AA;
}
.AnyTagClassName
{
color: #6081AA;
}
</style>
background-color css
<style>
a { background-color: #6081AA; }
a { background-color: rgb(96,129,170); }
div.DivClassName
{
background-color: #6081AA;
}
.BgClassName
{
background-color: #6081AA;
}
</style>
border-color css
<style>
span { border-color: #6081AA; }
span { border-color: rgb(96,129,170); }
td.TdClassName
{
border-color: #6081AA;
}
.TagClassName
{
border-color: #6081AA;
}
</style>