Shades of Air Force Blue #607EA3
Tints of Air Force Blue #607EA3
RGB
CMYK
RGB Variations
Color information
#607EA3 (or 0x607EA3) is known color: Air Force Blue. HEX triplet: 60, 7E and A3. RGB value is (96,126,163). Sum of RGB (Red+Green+Blue) = 96+126+163=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #607EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EA3 is #9F815C. Grayscale: #797979. Windows color (decimal): -10453341 or 10714720. OLE color: 10714720.
HSL color Cylindrical-coordinate representation of color #607EA3: hue angle of 213.13º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #607EA3 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 126 | 163 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.36 |
| HSL | 213.13º | 0.27% | 0.51% | - |
| HSV(B) | 213.13º | 0.41% | 0.64% | - |
| XYZ | 18.9 | 20.05 | 37.53 | - |
| YUV | 121.25 | 151.56 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 163 | 0.41 | 0.23 | 0 | 0.36 | 213.13 | 0.27 | 0.51 |
| Hex | 60 | 7E | A3 | 29 | 17 | 0 | 24 | D5 | 1B | 33 |
| Octal | 140 | 176 | 243 | 51 | 27 | 0 | 44 | 325 | 33 | 63 |
| Binary | 1100000 | 1111110 | 10100011 | 101001 | 10111 | 0 | 100100 | 11010101 | 11011 | 110011 |
Color Harmonies of #607EA3
Complementary color
Monochromatic Colors of #607EA3
Black with #607EA3
Text Example
Text Example
White with #607EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EA3; }
p { color: rgb(96,126,163); }
H1.HeaderClassName
{
color: #607EA3;
}
.AnyTagClassName
{
color: #607EA3;
}
</style>
background-color css
<style>
a { background-color: #607EA3; }
a { background-color: rgb(96,126,163); }
div.DivClassName
{
background-color: #607EA3;
}
.BgClassName
{
background-color: #607EA3;
}
</style>
border-color css
<style>
span { border-color: #607EA3; }
span { border-color: rgb(96,126,163); }
td.TdClassName
{
border-color: #607EA3;
}
.TagClassName
{
border-color: #607EA3;
}
</style>