Shades of Air Force Blue #607E9E
Tints of Air Force Blue #607E9E
RGB
CMYK
RGB Variations
Color information
#607E9E (or 0x607E9E) is known color: Air Force Blue. HEX triplet: 60, 7E and 9E. RGB value is (96,126,158). Sum of RGB (Red+Green+Blue) = 96+126+158=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #607E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E9E is #9F8161. Grayscale: #787878. Windows color (decimal): -10453346 or 10387040. OLE color: 10387040.
HSL color Cylindrical-coordinate representation of color #607E9E: hue angle of 210.97º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #607E9E is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 126 | 158 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.38 |
| HSL | 210.97º | 0.24% | 0.5% | - |
| HSV(B) | 210.97º | 0.39% | 0.62% | - |
| XYZ | 18.46 | 19.88 | 35.21 | - |
| YUV | 120.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 158 | 0.39 | 0.20 | 0 | 0.38 | 210.97 | 0.24 | 0.5 |
| Hex | 60 | 7E | 9E | 27 | 14 | 0 | 26 | D3 | 18 | 32 |
| Octal | 140 | 176 | 236 | 47 | 24 | 0 | 46 | 323 | 30 | 62 |
| Binary | 1100000 | 1111110 | 10011110 | 100111 | 10100 | 0 | 100110 | 11010011 | 11000 | 110010 |
Color Harmonies of #607E9E
Complementary color
Monochromatic Colors of #607E9E
Black with #607E9E
Text Example
Text Example
White with #607E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E9E; }
p { color: rgb(96,126,158); }
H1.HeaderClassName
{
color: #607E9E;
}
.AnyTagClassName
{
color: #607E9E;
}
</style>
background-color css
<style>
a { background-color: #607E9E; }
a { background-color: rgb(96,126,158); }
div.DivClassName
{
background-color: #607E9E;
}
.BgClassName
{
background-color: #607E9E;
}
</style>
border-color css
<style>
span { border-color: #607E9E; }
span { border-color: rgb(96,126,158); }
td.TdClassName
{
border-color: #607E9E;
}
.TagClassName
{
border-color: #607E9E;
}
</style>