Shades of Air Force Blue #607CA4
Tints of Air Force Blue #607CA4
RGB
CMYK
RGB Variations
Color information
#607CA4 (or 0x607CA4) is known color: Air Force Blue. HEX triplet: 60, 7C and A4. RGB value is (96,124,164). Sum of RGB (Red+Green+Blue) = 96+124+164=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #607CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CA4 is #9F835B. Grayscale: #787878. Windows color (decimal): -10453852 or 10779744. OLE color: 10779744.
HSL color Cylindrical-coordinate representation of color #607CA4: hue angle of 215.29º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #607CA4 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 124 | 164 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.36 |
| HSL | 215.29º | 0.27% | 0.51% | - |
| HSV(B) | 215.29º | 0.41% | 0.64% | - |
| XYZ | 18.73 | 19.58 | 37.91 | - |
| YUV | 120.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 164 | 0.41 | 0.24 | 0 | 0.36 | 215.29 | 0.27 | 0.51 |
| Hex | 60 | 7C | A4 | 29 | 18 | 0 | 24 | D7 | 1B | 33 |
| Octal | 140 | 174 | 244 | 51 | 30 | 0 | 44 | 327 | 33 | 63 |
| Binary | 1100000 | 1111100 | 10100100 | 101001 | 11000 | 0 | 100100 | 11010111 | 11011 | 110011 |
Color Harmonies of #607CA4
Complementary color
Monochromatic Colors of #607CA4
Black with #607CA4
Text Example
Text Example
White with #607CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CA4; }
p { color: rgb(96,124,164); }
H1.HeaderClassName
{
color: #607CA4;
}
.AnyTagClassName
{
color: #607CA4;
}
</style>
background-color css
<style>
a { background-color: #607CA4; }
a { background-color: rgb(96,124,164); }
div.DivClassName
{
background-color: #607CA4;
}
.BgClassName
{
background-color: #607CA4;
}
</style>
border-color css
<style>
span { border-color: #607CA4; }
span { border-color: rgb(96,124,164); }
td.TdClassName
{
border-color: #607CA4;
}
.TagClassName
{
border-color: #607CA4;
}
</style>