Shades of Air Force Blue #607FAA
Tints of Air Force Blue #607FAA
RGB
CMYK
RGB Variations
Color information
#607FAA (or 0x607FAA) is known color: Air Force Blue. HEX triplet: 60, 7F and AA. RGB value is (96,127,170). Sum of RGB (Red+Green+Blue) = 96+127+170=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #607FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FAA is #9F8055. Grayscale: #7A7A7A. Windows color (decimal): -10453078 or 11173728. OLE color: 11173728.
HSL color Cylindrical-coordinate representation of color #607FAA: hue angle of 214.86º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #607FAA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 127 | 170 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.33 |
| HSL | 214.86º | 0.3% | 0.52% | - |
| HSV(B) | 214.86º | 0.44% | 0.67% | - |
| XYZ | 19.67 | 20.57 | 40.96 | - |
| YUV | 122.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 170 | 0.44 | 0.25 | 0 | 0.33 | 214.86 | 0.3 | 0.52 |
| Hex | 60 | 7F | AA | 2C | 19 | 0 | 21 | D7 | 1E | 34 |
| Octal | 140 | 177 | 252 | 54 | 31 | 0 | 41 | 327 | 36 | 64 |
| Binary | 1100000 | 1111111 | 10101010 | 101100 | 11001 | 0 | 100001 | 11010111 | 11110 | 110100 |
Color Harmonies of #607FAA
Complementary color
Monochromatic Colors of #607FAA
Black with #607FAA
Text Example
Text Example
White with #607FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FAA; }
p { color: rgb(96,127,170); }
H1.HeaderClassName
{
color: #607FAA;
}
.AnyTagClassName
{
color: #607FAA;
}
</style>
background-color css
<style>
a { background-color: #607FAA; }
a { background-color: rgb(96,127,170); }
div.DivClassName
{
background-color: #607FAA;
}
.BgClassName
{
background-color: #607FAA;
}
</style>
border-color css
<style>
span { border-color: #607FAA; }
span { border-color: rgb(96,127,170); }
td.TdClassName
{
border-color: #607FAA;
}
.TagClassName
{
border-color: #607FAA;
}
</style>