Shades of Air Force Blue #608BAE
Tints of Air Force Blue #608BAE
RGB
CMYK
RGB Variations
Color information
#608BAE (or 0x608BAE) is known color: Air Force Blue. HEX triplet: 60, 8B and AE. RGB value is (96,139,174). Sum of RGB (Red+Green+Blue) = 96+139+174=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #608BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608BAE is #9F7451. Grayscale: #818181. Windows color (decimal): -10450002 or 11438944. OLE color: 11438944.
HSL color Cylindrical-coordinate representation of color #608BAE: hue angle of 206.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #608BAE is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 139 | 174 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.32 |
| HSL | 206.92º | 0.33% | 0.53% | - |
| HSV(B) | 206.92º | 0.45% | 0.68% | - |
| XYZ | 21.7 | 24.01 | 43.53 | - |
| YUV | 130.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 174 | 0.45 | 0.20 | 0 | 0.32 | 206.92 | 0.33 | 0.53 |
| Hex | 60 | 8B | AE | 2D | 14 | 0 | 20 | CF | 20 | 35 |
| Octal | 140 | 213 | 256 | 55 | 24 | 0 | 40 | 317 | 40 | 65 |
| Binary | 1100000 | 10001011 | 10101110 | 101101 | 10100 | 0 | 100000 | 11001111 | 100000 | 110101 |
Color Harmonies of #608BAE
Complementary color
Monochromatic Colors of #608BAE
Black with #608BAE
Text Example
Text Example
White with #608BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BAE; }
p { color: rgb(96,139,174); }
H1.HeaderClassName
{
color: #608BAE;
}
.AnyTagClassName
{
color: #608BAE;
}
</style>
background-color css
<style>
a { background-color: #608BAE; }
a { background-color: rgb(96,139,174); }
div.DivClassName
{
background-color: #608BAE;
}
.BgClassName
{
background-color: #608BAE;
}
</style>
border-color css
<style>
span { border-color: #608BAE; }
span { border-color: rgb(96,139,174); }
td.TdClassName
{
border-color: #608BAE;
}
.TagClassName
{
border-color: #608BAE;
}
</style>