Shades of Air Force Blue #6181A5
Tints of Air Force Blue #6181A5
RGB
CMYK
RGB Variations
Color information
#6181A5 (or 0x6181A5) is known color: Air Force Blue. HEX triplet: 61, 81 and A5. RGB value is (97,129,165). Sum of RGB (Red+Green+Blue) = 97+129+165=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 165 - color contains mainly: blue. Hex color #6181A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6181A5 is #9E7E5A. Grayscale: #7B7B7B. Windows color (decimal): -10387035 or 10846561. OLE color: 10846561.
HSL color Cylindrical-coordinate representation of color #6181A5: hue angle of 211.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6181A5 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 129 | 165 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.35 |
| HSL | 211.76º | 0.27% | 0.51% | - |
| HSV(B) | 211.76º | 0.41% | 0.65% | - |
| XYZ | 19.57 | 20.96 | 38.61 | - |
| YUV | 123.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 165 | 0.41 | 0.22 | 0 | 0.35 | 211.76 | 0.27 | 0.51 |
| Hex | 61 | 81 | A5 | 29 | 16 | 0 | 23 | D4 | 1B | 33 |
| Octal | 141 | 201 | 245 | 51 | 26 | 0 | 43 | 324 | 33 | 63 |
| Binary | 1100001 | 10000001 | 10100101 | 101001 | 10110 | 0 | 100011 | 11010100 | 11011 | 110011 |
Color Harmonies of #6181A5
Complementary color
Monochromatic Colors of #6181A5
Black with #6181A5
Text Example
Text Example
White with #6181A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6181A5; }
p { color: rgb(97,129,165); }
H1.HeaderClassName
{
color: #6181A5;
}
.AnyTagClassName
{
color: #6181A5;
}
</style>
background-color css
<style>
a { background-color: #6181A5; }
a { background-color: rgb(97,129,165); }
div.DivClassName
{
background-color: #6181A5;
}
.BgClassName
{
background-color: #6181A5;
}
</style>
border-color css
<style>
span { border-color: #6181A5; }
span { border-color: rgb(97,129,165); }
td.TdClassName
{
border-color: #6181A5;
}
.TagClassName
{
border-color: #6181A5;
}
</style>