Shades of Air Force Blue #617FA8
Tints of Air Force Blue #617FA8
RGB
CMYK
RGB Variations
Color information
#617FA8 (or 0x617FA8) is known color: Air Force Blue. HEX triplet: 61, 7F and A8. RGB value is (97,127,168). Sum of RGB (Red+Green+Blue) = 97+127+168=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 168 - color contains mainly: blue. Hex color #617FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617FA8 is #9E8057. Grayscale: #7A7A7A. Windows color (decimal): -10387544 or 11042657. OLE color: 11042657.
HSL color Cylindrical-coordinate representation of color #617FA8: hue angle of 214.65º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #617FA8 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 127 | 168 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.34 |
| HSL | 214.65º | 0.29% | 0.52% | - |
| HSV(B) | 214.65º | 0.42% | 0.66% | - |
| XYZ | 19.59 | 20.55 | 39.98 | - |
| YUV | 122.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 168 | 0.42 | 0.24 | 0 | 0.34 | 214.65 | 0.29 | 0.52 |
| Hex | 61 | 7F | A8 | 2A | 18 | 0 | 22 | D7 | 1D | 34 |
| Octal | 141 | 177 | 250 | 52 | 30 | 0 | 42 | 327 | 35 | 64 |
| Binary | 1100001 | 1111111 | 10101000 | 101010 | 11000 | 0 | 100010 | 11010111 | 11101 | 110100 |
Color Harmonies of #617FA8
Complementary color
Monochromatic Colors of #617FA8
Black with #617FA8
Text Example
Text Example
White with #617FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617FA8; }
p { color: rgb(97,127,168); }
H1.HeaderClassName
{
color: #617FA8;
}
.AnyTagClassName
{
color: #617FA8;
}
</style>
background-color css
<style>
a { background-color: #617FA8; }
a { background-color: rgb(97,127,168); }
div.DivClassName
{
background-color: #617FA8;
}
.BgClassName
{
background-color: #617FA8;
}
</style>
border-color css
<style>
span { border-color: #617FA8; }
span { border-color: rgb(97,127,168); }
td.TdClassName
{
border-color: #617FA8;
}
.TagClassName
{
border-color: #617FA8;
}
</style>