Shades of Air Force Blue #607FA4
Tints of Air Force Blue #607FA4
RGB
CMYK
RGB Variations
Color information
#607FA4 (or 0x607FA4) is known color: Air Force Blue. HEX triplet: 60, 7F and A4. RGB value is (96,127,164). Sum of RGB (Red+Green+Blue) = 96+127+164=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #607FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FA4 is #9F805B. Grayscale: #797979. Windows color (decimal): -10453084 or 10780512. OLE color: 10780512.
HSL color Cylindrical-coordinate representation of color #607FA4: hue angle of 212.65º 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 #607FA4 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 127 | 164 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.36 |
| HSL | 212.65º | 0.27% | 0.51% | - |
| HSV(B) | 212.65º | 0.41% | 0.64% | - |
| XYZ | 19.11 | 20.35 | 38.04 | - |
| YUV | 121.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 164 | 0.41 | 0.23 | 0 | 0.36 | 212.65 | 0.27 | 0.51 |
| Hex | 60 | 7F | A4 | 29 | 17 | 0 | 24 | D5 | 1B | 33 |
| Octal | 140 | 177 | 244 | 51 | 27 | 0 | 44 | 325 | 33 | 63 |
| Binary | 1100000 | 1111111 | 10100100 | 101001 | 10111 | 0 | 100100 | 11010101 | 11011 | 110011 |
Color Harmonies of #607FA4
Complementary color
Monochromatic Colors of #607FA4
Black with #607FA4
Text Example
Text Example
White with #607FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FA4; }
p { color: rgb(96,127,164); }
H1.HeaderClassName
{
color: #607FA4;
}
.AnyTagClassName
{
color: #607FA4;
}
</style>
background-color css
<style>
a { background-color: #607FA4; }
a { background-color: rgb(96,127,164); }
div.DivClassName
{
background-color: #607FA4;
}
.BgClassName
{
background-color: #607FA4;
}
</style>
border-color css
<style>
span { border-color: #607FA4; }
span { border-color: rgb(96,127,164); }
td.TdClassName
{
border-color: #607FA4;
}
.TagClassName
{
border-color: #607FA4;
}
</style>