Shades of Air Force Blue #617FA0
Tints of Air Force Blue #617FA0
RGB
CMYK
RGB Variations
Color information
#617FA0 (or 0x617FA0) is known color: Air Force Blue. HEX triplet: 61, 7F and A0. RGB value is (97,127,160). Sum of RGB (Red+Green+Blue) = 97+127+160=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: blue. Hex color #617FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617FA0 is #9E805F. Grayscale: #797979. Windows color (decimal): -10387552 or 10518369. OLE color: 10518369.
HSL color Cylindrical-coordinate representation of color #617FA0: hue angle of 211.43º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #617FA0 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 127 | 160 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.37 |
| HSL | 211.43º | 0.25% | 0.5% | - |
| HSV(B) | 211.43º | 0.39% | 0.63% | - |
| XYZ | 18.86 | 20.26 | 36.17 | - |
| YUV | 121.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 160 | 0.39 | 0.21 | 0 | 0.37 | 211.43 | 0.25 | 0.5 |
| Hex | 61 | 7F | A0 | 27 | 15 | 0 | 25 | D3 | 19 | 32 |
| Octal | 141 | 177 | 240 | 47 | 25 | 0 | 45 | 323 | 31 | 62 |
| Binary | 1100001 | 1111111 | 10100000 | 100111 | 10101 | 0 | 100101 | 11010011 | 11001 | 110010 |
Color Harmonies of #617FA0
Complementary color
Monochromatic Colors of #617FA0
Black with #617FA0
Text Example
Text Example
White with #617FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617FA0; }
p { color: rgb(97,127,160); }
H1.HeaderClassName
{
color: #617FA0;
}
.AnyTagClassName
{
color: #617FA0;
}
</style>
background-color css
<style>
a { background-color: #617FA0; }
a { background-color: rgb(97,127,160); }
div.DivClassName
{
background-color: #617FA0;
}
.BgClassName
{
background-color: #617FA0;
}
</style>
border-color css
<style>
span { border-color: #617FA0; }
span { border-color: rgb(97,127,160); }
td.TdClassName
{
border-color: #617FA0;
}
.TagClassName
{
border-color: #617FA0;
}
</style>