Shades of Air Force Blue #607D9F
Tints of Air Force Blue #607D9F
RGB
CMYK
RGB Variations
Color information
#607D9F (or 0x607D9F) is known color: Air Force Blue. HEX triplet: 60, 7D and 9F. RGB value is (96,125,159). Sum of RGB (Red+Green+Blue) = 96+125+159=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #607D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607D9F is #9F8260. Grayscale: #787878. Windows color (decimal): -10453601 or 10452320. OLE color: 10452320.
HSL color Cylindrical-coordinate representation of color #607D9F: hue angle of 212.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #607D9F is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 125 | 159 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.38 |
| HSL | 212.38º | 0.25% | 0.5% | - |
| HSV(B) | 212.38º | 0.4% | 0.62% | - |
| XYZ | 18.42 | 19.66 | 35.62 | - |
| YUV | 120.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 159 | 0.40 | 0.21 | 0 | 0.38 | 212.38 | 0.25 | 0.5 |
| Hex | 60 | 7D | 9F | 28 | 15 | 0 | 26 | D4 | 19 | 32 |
| Octal | 140 | 175 | 237 | 50 | 25 | 0 | 46 | 324 | 31 | 62 |
| Binary | 1100000 | 1111101 | 10011111 | 101000 | 10101 | 0 | 100110 | 11010100 | 11001 | 110010 |
Color Harmonies of #607D9F
Complementary color
Monochromatic Colors of #607D9F
Black with #607D9F
Text Example
Text Example
White with #607D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D9F; }
p { color: rgb(96,125,159); }
H1.HeaderClassName
{
color: #607D9F;
}
.AnyTagClassName
{
color: #607D9F;
}
</style>
background-color css
<style>
a { background-color: #607D9F; }
a { background-color: rgb(96,125,159); }
div.DivClassName
{
background-color: #607D9F;
}
.BgClassName
{
background-color: #607D9F;
}
</style>
border-color css
<style>
span { border-color: #607D9F; }
span { border-color: rgb(96,125,159); }
td.TdClassName
{
border-color: #607D9F;
}
.TagClassName
{
border-color: #607D9F;
}
</style>