Shades of Air Force Blue #617DA2
Tints of Air Force Blue #617DA2
RGB
CMYK
RGB Variations
Color information
#617DA2 (or 0x617DA2) is known color: Air Force Blue. HEX triplet: 61, 7D and A2. RGB value is (97,125,162). Sum of RGB (Red+Green+Blue) = 97+125+162=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 162 - color contains mainly: blue. Hex color #617DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617DA2 is #9E825D. Grayscale: #787878. Windows color (decimal): -10388062 or 10648929. OLE color: 10648929.
HSL color Cylindrical-coordinate representation of color #617DA2: hue angle of 214.15º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #617DA2 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 125 | 162 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.36 |
| HSL | 214.15º | 0.26% | 0.51% | - |
| HSV(B) | 214.15º | 0.4% | 0.64% | - |
| XYZ | 18.78 | 19.82 | 37.02 | - |
| YUV | 120.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 162 | 0.40 | 0.23 | 0 | 0.36 | 214.15 | 0.26 | 0.51 |
| Hex | 61 | 7D | A2 | 28 | 17 | 0 | 24 | D6 | 1A | 33 |
| Octal | 141 | 175 | 242 | 50 | 27 | 0 | 44 | 326 | 32 | 63 |
| Binary | 1100001 | 1111101 | 10100010 | 101000 | 10111 | 0 | 100100 | 11010110 | 11010 | 110011 |
Color Harmonies of #617DA2
Complementary color
Monochromatic Colors of #617DA2
Black with #617DA2
Text Example
Text Example
White with #617DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617DA2; }
p { color: rgb(97,125,162); }
H1.HeaderClassName
{
color: #617DA2;
}
.AnyTagClassName
{
color: #617DA2;
}
</style>
background-color css
<style>
a { background-color: #617DA2; }
a { background-color: rgb(97,125,162); }
div.DivClassName
{
background-color: #617DA2;
}
.BgClassName
{
background-color: #617DA2;
}
</style>
border-color css
<style>
span { border-color: #617DA2; }
span { border-color: rgb(97,125,162); }
td.TdClassName
{
border-color: #617DA2;
}
.TagClassName
{
border-color: #617DA2;
}
</style>