Shades of Air Force Blue #607CA8
Tints of Air Force Blue #607CA8
RGB
CMYK
RGB Variations
Color information
#607CA8 (or 0x607CA8) is known color: Air Force Blue. HEX triplet: 60, 7C and A8. RGB value is (96,124,168). Sum of RGB (Red+Green+Blue) = 96+124+168=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 168 - color contains mainly: blue. Hex color #607CA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CA8 is #9F8357. Grayscale: #787878. Windows color (decimal): -10453848 or 11041888. OLE color: 11041888.
HSL color Cylindrical-coordinate representation of color #607CA8: hue angle of 216.67º degrees, saturation: 0.29, 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 #607CA8 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 124 | 168 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.34 |
| HSL | 216.67º | 0.29% | 0.52% | - |
| HSV(B) | 216.67º | 0.43% | 0.66% | - |
| XYZ | 19.1 | 19.73 | 39.85 | - |
| YUV | 120.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 168 | 0.43 | 0.26 | 0 | 0.34 | 216.67 | 0.29 | 0.52 |
| Hex | 60 | 7C | A8 | 2B | 1A | 0 | 22 | D9 | 1D | 34 |
| Octal | 140 | 174 | 250 | 53 | 32 | 0 | 42 | 331 | 35 | 64 |
| Binary | 1100000 | 1111100 | 10101000 | 101011 | 11010 | 0 | 100010 | 11011001 | 11101 | 110100 |
Color Harmonies of #607CA8
Complementary color
Monochromatic Colors of #607CA8
Black with #607CA8
Text Example
Text Example
White with #607CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CA8; }
p { color: rgb(96,124,168); }
H1.HeaderClassName
{
color: #607CA8;
}
.AnyTagClassName
{
color: #607CA8;
}
</style>
background-color css
<style>
a { background-color: #607CA8; }
a { background-color: rgb(96,124,168); }
div.DivClassName
{
background-color: #607CA8;
}
.BgClassName
{
background-color: #607CA8;
}
</style>
border-color css
<style>
span { border-color: #607CA8; }
span { border-color: rgb(96,124,168); }
td.TdClassName
{
border-color: #607CA8;
}
.TagClassName
{
border-color: #607CA8;
}
</style>