Shades of Air Force Blue #607FA8
Tints of Air Force Blue #607FA8
RGB
CMYK
RGB Variations
Color information
#607FA8 (or 0x607FA8) is known color: Air Force Blue. HEX triplet: 60, 7F and A8. RGB value is (96,127,168). Sum of RGB (Red+Green+Blue) = 96+127+168=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 168 - color contains mainly: blue. Hex color #607FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FA8 is #9F8057. Grayscale: #7A7A7A. Windows color (decimal): -10453080 or 11042656. OLE color: 11042656.
HSL color Cylindrical-coordinate representation of color #607FA8: hue angle of 214.17º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #607FA8 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 127 | 168 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.34 |
| HSL | 214.17º | 0.29% | 0.52% | - |
| HSV(B) | 214.17º | 0.43% | 0.66% | - |
| XYZ | 19.48 | 20.49 | 39.97 | - |
| YUV | 122.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 168 | 0.43 | 0.24 | 0 | 0.34 | 214.17 | 0.29 | 0.52 |
| Hex | 60 | 7F | A8 | 2B | 18 | 0 | 22 | D6 | 1D | 34 |
| Octal | 140 | 177 | 250 | 53 | 30 | 0 | 42 | 326 | 35 | 64 |
| Binary | 1100000 | 1111111 | 10101000 | 101011 | 11000 | 0 | 100010 | 11010110 | 11101 | 110100 |
Color Harmonies of #607FA8
Complementary color
Monochromatic Colors of #607FA8
Black with #607FA8
Text Example
Text Example
White with #607FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FA8; }
p { color: rgb(96,127,168); }
H1.HeaderClassName
{
color: #607FA8;
}
.AnyTagClassName
{
color: #607FA8;
}
</style>
background-color css
<style>
a { background-color: #607FA8; }
a { background-color: rgb(96,127,168); }
div.DivClassName
{
background-color: #607FA8;
}
.BgClassName
{
background-color: #607FA8;
}
</style>
border-color css
<style>
span { border-color: #607FA8; }
span { border-color: rgb(96,127,168); }
td.TdClassName
{
border-color: #607FA8;
}
.TagClassName
{
border-color: #607FA8;
}
</style>