Shades of Air Force Blue #6182A7
Tints of Air Force Blue #6182A7
RGB
CMYK
RGB Variations
Color information
#6182A7 (or 0x6182A7) is known color: Air Force Blue. HEX triplet: 61, 82 and A7. RGB value is (97,130,167). Sum of RGB (Red+Green+Blue) = 97+130+167=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 167 - color contains mainly: blue. Hex color #6182A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6182A7 is #9E7D58. Grayscale: #7C7C7C. Windows color (decimal): -10386777 or 10977889. OLE color: 10977889.
HSL color Cylindrical-coordinate representation of color #6182A7: hue angle of 211.71º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6182A7 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 130 | 167 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.35 |
| HSL | 211.71º | 0.28% | 0.52% | - |
| HSV(B) | 211.71º | 0.42% | 0.65% | - |
| XYZ | 19.89 | 21.3 | 39.62 | - |
| YUV | 124.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 167 | 0.42 | 0.22 | 0 | 0.35 | 211.71 | 0.28 | 0.52 |
| Hex | 61 | 82 | A7 | 2A | 16 | 0 | 23 | D4 | 1C | 34 |
| Octal | 141 | 202 | 247 | 52 | 26 | 0 | 43 | 324 | 34 | 64 |
| Binary | 1100001 | 10000010 | 10100111 | 101010 | 10110 | 0 | 100011 | 11010100 | 11100 | 110100 |
Color Harmonies of #6182A7
Complementary color
Monochromatic Colors of #6182A7
Black with #6182A7
Text Example
Text Example
White with #6182A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182A7; }
p { color: rgb(97,130,167); }
H1.HeaderClassName
{
color: #6182A7;
}
.AnyTagClassName
{
color: #6182A7;
}
</style>
background-color css
<style>
a { background-color: #6182A7; }
a { background-color: rgb(97,130,167); }
div.DivClassName
{
background-color: #6182A7;
}
.BgClassName
{
background-color: #6182A7;
}
</style>
border-color css
<style>
span { border-color: #6182A7; }
span { border-color: rgb(97,130,167); }
td.TdClassName
{
border-color: #6182A7;
}
.TagClassName
{
border-color: #6182A7;
}
</style>