Shades of Air Force Blue #607BA8
Tints of Air Force Blue #607BA8
RGB
CMYK
RGB Variations
Color information
#607BA8 (or 0x607BA8) is known color: Air Force Blue. HEX triplet: 60, 7B and A8. RGB value is (96,123,168). Sum of RGB (Red+Green+Blue) = 96+123+168=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 168 - color contains mainly: blue. Hex color #607BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BA8 is #9F8457. Grayscale: #777777. Windows color (decimal): -10454104 or 11041632. OLE color: 11041632.
HSL color Cylindrical-coordinate representation of color #607BA8: hue angle of 217.5º 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 #607BA8 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 123 | 168 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.34 |
| HSL | 217.5º | 0.29% | 0.52% | - |
| HSV(B) | 217.5º | 0.43% | 0.66% | - |
| XYZ | 18.97 | 19.48 | 39.81 | - |
| YUV | 120.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 168 | 0.43 | 0.27 | 0 | 0.34 | 217.5 | 0.29 | 0.52 |
| Hex | 60 | 7B | A8 | 2B | 1B | 0 | 22 | DA | 1D | 34 |
| Octal | 140 | 173 | 250 | 53 | 33 | 0 | 42 | 332 | 35 | 64 |
| Binary | 1100000 | 1111011 | 10101000 | 101011 | 11011 | 0 | 100010 | 11011010 | 11101 | 110100 |
Color Harmonies of #607BA8
Complementary color
Monochromatic Colors of #607BA8
Black with #607BA8
Text Example
Text Example
White with #607BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BA8; }
p { color: rgb(96,123,168); }
H1.HeaderClassName
{
color: #607BA8;
}
.AnyTagClassName
{
color: #607BA8;
}
</style>
background-color css
<style>
a { background-color: #607BA8; }
a { background-color: rgb(96,123,168); }
div.DivClassName
{
background-color: #607BA8;
}
.BgClassName
{
background-color: #607BA8;
}
</style>
border-color css
<style>
span { border-color: #607BA8; }
span { border-color: rgb(96,123,168); }
td.TdClassName
{
border-color: #607BA8;
}
.TagClassName
{
border-color: #607BA8;
}
</style>