Shades of Air Force Blue #607C9F
Tints of Air Force Blue #607C9F
RGB
CMYK
RGB Variations
Color information
#607C9F (or 0x607C9F) is known color: Air Force Blue. HEX triplet: 60, 7C and 9F. RGB value is (96,124,159). Sum of RGB (Red+Green+Blue) = 96+124+159=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #607C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C9F is #9F8360. Grayscale: #777777. Windows color (decimal): -10453857 or 10452064. OLE color: 10452064.
HSL color Cylindrical-coordinate representation of color #607C9F: hue angle of 213.33º 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 #607C9F is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 124 | 159 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.38 |
| HSL | 213.33º | 0.25% | 0.5% | - |
| HSV(B) | 213.33º | 0.4% | 0.62% | - |
| XYZ | 18.29 | 19.41 | 35.58 | - |
| YUV | 119.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 159 | 0.40 | 0.22 | 0 | 0.38 | 213.33 | 0.25 | 0.5 |
| Hex | 60 | 7C | 9F | 28 | 16 | 0 | 26 | D5 | 19 | 32 |
| Octal | 140 | 174 | 237 | 50 | 26 | 0 | 46 | 325 | 31 | 62 |
| Binary | 1100000 | 1111100 | 10011111 | 101000 | 10110 | 0 | 100110 | 11010101 | 11001 | 110010 |
Color Harmonies of #607C9F
Complementary color
Monochromatic Colors of #607C9F
Black with #607C9F
Text Example
Text Example
White with #607C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C9F; }
p { color: rgb(96,124,159); }
H1.HeaderClassName
{
color: #607C9F;
}
.AnyTagClassName
{
color: #607C9F;
}
</style>
background-color css
<style>
a { background-color: #607C9F; }
a { background-color: rgb(96,124,159); }
div.DivClassName
{
background-color: #607C9F;
}
.BgClassName
{
background-color: #607C9F;
}
</style>
border-color css
<style>
span { border-color: #607C9F; }
span { border-color: rgb(96,124,159); }
td.TdClassName
{
border-color: #607C9F;
}
.TagClassName
{
border-color: #607C9F;
}
</style>