Shades of Air Force Blue #608AAD
Tints of Air Force Blue #608AAD
RGB
CMYK
RGB Variations
Color information
#608AAD (or 0x608AAD) is known color: Air Force Blue. HEX triplet: 60, 8A and AD. RGB value is (96,138,173). Sum of RGB (Red+Green+Blue) = 96+138+173=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #608AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608AAD is #9F7552. Grayscale: #818181. Windows color (decimal): -10450259 or 11373152. OLE color: 11373152.
HSL color Cylindrical-coordinate representation of color #608AAD: hue angle of 207.27º 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 #608AAD is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 138 | 173 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.32 |
| HSL | 207.27º | 0.32% | 0.53% | - |
| HSV(B) | 207.27º | 0.45% | 0.68% | - |
| XYZ | 21.46 | 23.68 | 42.98 | - |
| YUV | 129.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 173 | 0.45 | 0.20 | 0 | 0.32 | 207.27 | 0.32 | 0.53 |
| Hex | 60 | 8A | AD | 2D | 14 | 0 | 20 | CF | 20 | 35 |
| Octal | 140 | 212 | 255 | 55 | 24 | 0 | 40 | 317 | 40 | 65 |
| Binary | 1100000 | 10001010 | 10101101 | 101101 | 10100 | 0 | 100000 | 11001111 | 100000 | 110101 |
Color Harmonies of #608AAD
Complementary color
Monochromatic Colors of #608AAD
Black with #608AAD
Text Example
Text Example
White with #608AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608AAD; }
p { color: rgb(96,138,173); }
H1.HeaderClassName
{
color: #608AAD;
}
.AnyTagClassName
{
color: #608AAD;
}
</style>
background-color css
<style>
a { background-color: #608AAD; }
a { background-color: rgb(96,138,173); }
div.DivClassName
{
background-color: #608AAD;
}
.BgClassName
{
background-color: #608AAD;
}
</style>
border-color css
<style>
span { border-color: #608AAD; }
span { border-color: rgb(96,138,173); }
td.TdClassName
{
border-color: #608AAD;
}
.TagClassName
{
border-color: #608AAD;
}
</style>