Shades of Air Force Blue #607BA6
Tints of Air Force Blue #607BA6
RGB
CMYK
RGB Variations
Color information
#607BA6 (or 0x607BA6) is known color: Air Force Blue. HEX triplet: 60, 7B and A6. RGB value is (96,123,166). Sum of RGB (Red+Green+Blue) = 96+123+166=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #607BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BA6 is #9F8459. Grayscale: #777777. Windows color (decimal): -10454106 or 10910560. OLE color: 10910560.
HSL color Cylindrical-coordinate representation of color #607BA6: hue angle of 216.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #607BA6 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 123 | 166 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.35 |
| HSL | 216.86º | 0.28% | 0.51% | - |
| HSV(B) | 216.86º | 0.42% | 0.65% | - |
| XYZ | 18.79 | 19.41 | 38.83 | - |
| YUV | 119.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 166 | 0.42 | 0.26 | 0 | 0.35 | 216.86 | 0.28 | 0.51 |
| Hex | 60 | 7B | A6 | 2A | 1A | 0 | 23 | D9 | 1C | 33 |
| Octal | 140 | 173 | 246 | 52 | 32 | 0 | 43 | 331 | 34 | 63 |
| Binary | 1100000 | 1111011 | 10100110 | 101010 | 11010 | 0 | 100011 | 11011001 | 11100 | 110011 |
Color Harmonies of #607BA6
Complementary color
Monochromatic Colors of #607BA6
Black with #607BA6
Text Example
Text Example
White with #607BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BA6; }
p { color: rgb(96,123,166); }
H1.HeaderClassName
{
color: #607BA6;
}
.AnyTagClassName
{
color: #607BA6;
}
</style>
background-color css
<style>
a { background-color: #607BA6; }
a { background-color: rgb(96,123,166); }
div.DivClassName
{
background-color: #607BA6;
}
.BgClassName
{
background-color: #607BA6;
}
</style>
border-color css
<style>
span { border-color: #607BA6; }
span { border-color: rgb(96,123,166); }
td.TdClassName
{
border-color: #607BA6;
}
.TagClassName
{
border-color: #607BA6;
}
</style>