Shades of Air Force Blue #607CA9
Tints of Air Force Blue #607CA9
RGB
CMYK
RGB Variations
Color information
#607CA9 (or 0x607CA9) is known color: Air Force Blue. HEX triplet: 60, 7C and A9. RGB value is (96,124,169). Sum of RGB (Red+Green+Blue) = 96+124+169=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 169 - color contains mainly: blue. Hex color #607CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CA9 is #9F8356. Grayscale: #787878. Windows color (decimal): -10453847 or 11107424. OLE color: 11107424.
HSL color Cylindrical-coordinate representation of color #607CA9: hue angle of 216.99º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #607CA9 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 124 | 169 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.34 |
| HSL | 216.99º | 0.3% | 0.52% | - |
| HSV(B) | 216.99º | 0.43% | 0.66% | - |
| XYZ | 19.19 | 19.77 | 40.34 | - |
| YUV | 120.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 169 | 0.43 | 0.27 | 0 | 0.34 | 216.99 | 0.3 | 0.52 |
| Hex | 60 | 7C | A9 | 2B | 1B | 0 | 22 | D9 | 1E | 34 |
| Octal | 140 | 174 | 251 | 53 | 33 | 0 | 42 | 331 | 36 | 64 |
| Binary | 1100000 | 1111100 | 10101001 | 101011 | 11011 | 0 | 100010 | 11011001 | 11110 | 110100 |
Color Harmonies of #607CA9
Complementary color
Monochromatic Colors of #607CA9
Black with #607CA9
Text Example
Text Example
White with #607CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CA9; }
p { color: rgb(96,124,169); }
H1.HeaderClassName
{
color: #607CA9;
}
.AnyTagClassName
{
color: #607CA9;
}
</style>
background-color css
<style>
a { background-color: #607CA9; }
a { background-color: rgb(96,124,169); }
div.DivClassName
{
background-color: #607CA9;
}
.BgClassName
{
background-color: #607CA9;
}
</style>
border-color css
<style>
span { border-color: #607CA9; }
span { border-color: rgb(96,124,169); }
td.TdClassName
{
border-color: #607CA9;
}
.TagClassName
{
border-color: #607CA9;
}
</style>