Shades of Air Force Blue #6184AF
Tints of Air Force Blue #6184AF
RGB
CMYK
RGB Variations
Color information
#6184AF (or 0x6184AF) is known color: Air Force Blue. HEX triplet: 61, 84 and AF. RGB value is (97,132,175). Sum of RGB (Red+Green+Blue) = 97+132+175=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #6184AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6184AF is #9E7B50. Grayscale: #7E7E7E. Windows color (decimal): -10386257 or 11502689. OLE color: 11502689.
HSL color Cylindrical-coordinate representation of color #6184AF: hue angle of 213.08º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6184AF is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 132 | 175 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.31 |
| HSL | 213.08º | 0.33% | 0.53% | - |
| HSV(B) | 213.08º | 0.45% | 0.69% | - |
| XYZ | 20.92 | 22.14 | 43.73 | - |
| YUV | 126.44 | 155.4 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 132 | 175 | 0.45 | 0.25 | 0 | 0.31 | 213.08 | 0.33 | 0.53 |
| Hex | 61 | 84 | AF | 2D | 19 | 0 | 1F | D5 | 21 | 35 |
| Octal | 141 | 204 | 257 | 55 | 31 | 0 | 37 | 325 | 41 | 65 |
| Binary | 1100001 | 10000100 | 10101111 | 101101 | 11001 | 0 | 11111 | 11010101 | 100001 | 110101 |
Color Harmonies of #6184AF
Complementary color
Monochromatic Colors of #6184AF
Black with #6184AF
Text Example
Text Example
White with #6184AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6184AF; }
p { color: rgb(97,132,175); }
H1.HeaderClassName
{
color: #6184AF;
}
.AnyTagClassName
{
color: #6184AF;
}
</style>
background-color css
<style>
a { background-color: #6184AF; }
a { background-color: rgb(97,132,175); }
div.DivClassName
{
background-color: #6184AF;
}
.BgClassName
{
background-color: #6184AF;
}
</style>
border-color css
<style>
span { border-color: #6184AF; }
span { border-color: rgb(97,132,175); }
td.TdClassName
{
border-color: #6184AF;
}
.TagClassName
{
border-color: #6184AF;
}
</style>