Shades of Air Force Blue #607FA1
Tints of Air Force Blue #607FA1
RGB
CMYK
RGB Variations
Color information
#607FA1 (or 0x607FA1) is known color: Air Force Blue. HEX triplet: 60, 7F and A1. RGB value is (96,127,161). Sum of RGB (Red+Green+Blue) = 96+127+161=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 161 - color contains mainly: blue. Hex color #607FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FA1 is #9F805E. Grayscale: #797979. Windows color (decimal): -10453087 or 10583904. OLE color: 10583904.
HSL color Cylindrical-coordinate representation of color #607FA1: hue angle of 211.38º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #607FA1 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 127 | 161 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.37 |
| HSL | 211.38º | 0.26% | 0.5% | - |
| HSV(B) | 211.38º | 0.4% | 0.63% | - |
| XYZ | 18.85 | 20.24 | 36.63 | - |
| YUV | 121.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 161 | 0.40 | 0.21 | 0 | 0.37 | 211.38 | 0.26 | 0.5 |
| Hex | 60 | 7F | A1 | 28 | 15 | 0 | 25 | D3 | 1A | 32 |
| Octal | 140 | 177 | 241 | 50 | 25 | 0 | 45 | 323 | 32 | 62 |
| Binary | 1100000 | 1111111 | 10100001 | 101000 | 10101 | 0 | 100101 | 11010011 | 11010 | 110010 |
Color Harmonies of #607FA1
Complementary color
Monochromatic Colors of #607FA1
Black with #607FA1
Text Example
Text Example
White with #607FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FA1; }
p { color: rgb(96,127,161); }
H1.HeaderClassName
{
color: #607FA1;
}
.AnyTagClassName
{
color: #607FA1;
}
</style>
background-color css
<style>
a { background-color: #607FA1; }
a { background-color: rgb(96,127,161); }
div.DivClassName
{
background-color: #607FA1;
}
.BgClassName
{
background-color: #607FA1;
}
</style>
border-color css
<style>
span { border-color: #607FA1; }
span { border-color: rgb(96,127,161); }
td.TdClassName
{
border-color: #607FA1;
}
.TagClassName
{
border-color: #607FA1;
}
</style>