Shades of Air Force Blue #607BA4
Tints of Air Force Blue #607BA4
RGB
CMYK
RGB Variations
Color information
#607BA4 (or 0x607BA4) is known color: Air Force Blue. HEX triplet: 60, 7B and A4. RGB value is (96,123,164). Sum of RGB (Red+Green+Blue) = 96+123+164=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 164 - color contains mainly: blue. Hex color #607BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BA4 is #9F845B. Grayscale: #777777. Windows color (decimal): -10454108 or 10779488. OLE color: 10779488.
HSL color Cylindrical-coordinate representation of color #607BA4: hue angle of 216.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #607BA4 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 123 | 164 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.36 |
| HSL | 216.18º | 0.27% | 0.51% | - |
| HSV(B) | 216.18º | 0.41% | 0.64% | - |
| XYZ | 18.61 | 19.33 | 37.87 | - |
| YUV | 119.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 164 | 0.41 | 0.25 | 0 | 0.36 | 216.18 | 0.27 | 0.51 |
| Hex | 60 | 7B | A4 | 29 | 19 | 0 | 24 | D8 | 1B | 33 |
| Octal | 140 | 173 | 244 | 51 | 31 | 0 | 44 | 330 | 33 | 63 |
| Binary | 1100000 | 1111011 | 10100100 | 101001 | 11001 | 0 | 100100 | 11011000 | 11011 | 110011 |
Color Harmonies of #607BA4
Complementary color
Monochromatic Colors of #607BA4
Black with #607BA4
Text Example
Text Example
White with #607BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BA4; }
p { color: rgb(96,123,164); }
H1.HeaderClassName
{
color: #607BA4;
}
.AnyTagClassName
{
color: #607BA4;
}
</style>
background-color css
<style>
a { background-color: #607BA4; }
a { background-color: rgb(96,123,164); }
div.DivClassName
{
background-color: #607BA4;
}
.BgClassName
{
background-color: #607BA4;
}
</style>
border-color css
<style>
span { border-color: #607BA4; }
span { border-color: rgb(96,123,164); }
td.TdClassName
{
border-color: #607BA4;
}
.TagClassName
{
border-color: #607BA4;
}
</style>