Shades of Air Force Blue #607D9E
Tints of Air Force Blue #607D9E
RGB
CMYK
RGB Variations
Color information
#607D9E (or 0x607D9E) is known color: Air Force Blue. HEX triplet: 60, 7D and 9E. RGB value is (96,125,158). Sum of RGB (Red+Green+Blue) = 96+125+158=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #607D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607D9E is #9F8261. Grayscale: #777777. Windows color (decimal): -10453602 or 10386784. OLE color: 10386784.
HSL color Cylindrical-coordinate representation of color #607D9E: hue angle of 211.94º 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 #607D9E is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 125 | 158 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.38 |
| HSL | 211.94º | 0.24% | 0.5% | - |
| HSV(B) | 211.94º | 0.39% | 0.62% | - |
| XYZ | 18.33 | 19.62 | 35.17 | - |
| YUV | 120.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 158 | 0.39 | 0.21 | 0 | 0.38 | 211.94 | 0.24 | 0.5 |
| Hex | 60 | 7D | 9E | 27 | 15 | 0 | 26 | D4 | 18 | 32 |
| Octal | 140 | 175 | 236 | 47 | 25 | 0 | 46 | 324 | 30 | 62 |
| Binary | 1100000 | 1111101 | 10011110 | 100111 | 10101 | 0 | 100110 | 11010100 | 11000 | 110010 |
Color Harmonies of #607D9E
Complementary color
Monochromatic Colors of #607D9E
Black with #607D9E
Text Example
Text Example
White with #607D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D9E; }
p { color: rgb(96,125,158); }
H1.HeaderClassName
{
color: #607D9E;
}
.AnyTagClassName
{
color: #607D9E;
}
</style>
background-color css
<style>
a { background-color: #607D9E; }
a { background-color: rgb(96,125,158); }
div.DivClassName
{
background-color: #607D9E;
}
.BgClassName
{
background-color: #607D9E;
}
</style>
border-color css
<style>
span { border-color: #607D9E; }
span { border-color: rgb(96,125,158); }
td.TdClassName
{
border-color: #607D9E;
}
.TagClassName
{
border-color: #607D9E;
}
</style>