Shades of Air Force Blue #607EA4
Tints of Air Force Blue #607EA4
RGB
CMYK
RGB Variations
Color information
#607EA4 (or 0x607EA4) is known color: Air Force Blue. HEX triplet: 60, 7E and A4. RGB value is (96,126,164). Sum of RGB (Red+Green+Blue) = 96+126+164=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #607EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EA4 is #9F815B. Grayscale: #797979. Windows color (decimal): -10453340 or 10780256. OLE color: 10780256.
HSL color Cylindrical-coordinate representation of color #607EA4: hue angle of 213.53º 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 #607EA4 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 126 | 164 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.36 |
| HSL | 213.53º | 0.27% | 0.51% | - |
| HSV(B) | 213.53º | 0.41% | 0.64% | - |
| XYZ | 18.99 | 20.09 | 38 | - |
| YUV | 121.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 164 | 0.41 | 0.23 | 0 | 0.36 | 213.53 | 0.27 | 0.51 |
| Hex | 60 | 7E | A4 | 29 | 17 | 0 | 24 | D6 | 1B | 33 |
| Octal | 140 | 176 | 244 | 51 | 27 | 0 | 44 | 326 | 33 | 63 |
| Binary | 1100000 | 1111110 | 10100100 | 101001 | 10111 | 0 | 100100 | 11010110 | 11011 | 110011 |
Color Harmonies of #607EA4
Complementary color
Monochromatic Colors of #607EA4
Black with #607EA4
Text Example
Text Example
White with #607EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607EA4; }
p { color: rgb(96,126,164); }
H1.HeaderClassName
{
color: #607EA4;
}
.AnyTagClassName
{
color: #607EA4;
}
</style>
background-color css
<style>
a { background-color: #607EA4; }
a { background-color: rgb(96,126,164); }
div.DivClassName
{
background-color: #607EA4;
}
.BgClassName
{
background-color: #607EA4;
}
</style>
border-color css
<style>
span { border-color: #607EA4; }
span { border-color: rgb(96,126,164); }
td.TdClassName
{
border-color: #607EA4;
}
.TagClassName
{
border-color: #607EA4;
}
</style>