Shades of Air Force Blue #607FA2
Tints of Air Force Blue #607FA2
RGB
CMYK
RGB Variations
Color information
#607FA2 (or 0x607FA2) is known color: Air Force Blue. HEX triplet: 60, 7F and A2. RGB value is (96,127,162). Sum of RGB (Red+Green+Blue) = 96+127+162=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #607FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FA2 is #9F805D. Grayscale: #797979. Windows color (decimal): -10453086 or 10649440. OLE color: 10649440.
HSL color Cylindrical-coordinate representation of color #607FA2: hue angle of 211.82º degrees, saturation: 0.26, 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 #607FA2 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 127 | 162 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.36 |
| HSL | 211.82º | 0.26% | 0.51% | - |
| HSV(B) | 211.82º | 0.41% | 0.64% | - |
| XYZ | 18.93 | 20.27 | 37.1 | - |
| YUV | 121.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 162 | 0.41 | 0.22 | 0 | 0.36 | 211.82 | 0.26 | 0.51 |
| Hex | 60 | 7F | A2 | 29 | 16 | 0 | 24 | D4 | 1A | 33 |
| Octal | 140 | 177 | 242 | 51 | 26 | 0 | 44 | 324 | 32 | 63 |
| Binary | 1100000 | 1111111 | 10100010 | 101001 | 10110 | 0 | 100100 | 11010100 | 11010 | 110011 |
Color Harmonies of #607FA2
Complementary color
Monochromatic Colors of #607FA2
Black with #607FA2
Text Example
Text Example
White with #607FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FA2; }
p { color: rgb(96,127,162); }
H1.HeaderClassName
{
color: #607FA2;
}
.AnyTagClassName
{
color: #607FA2;
}
</style>
background-color css
<style>
a { background-color: #607FA2; }
a { background-color: rgb(96,127,162); }
div.DivClassName
{
background-color: #607FA2;
}
.BgClassName
{
background-color: #607FA2;
}
</style>
border-color css
<style>
span { border-color: #607FA2; }
span { border-color: rgb(96,127,162); }
td.TdClassName
{
border-color: #607FA2;
}
.TagClassName
{
border-color: #607FA2;
}
</style>