Shades of Air Force Blue #608DAA
Tints of Air Force Blue #608DAA
RGB
CMYK
RGB Variations
Color information
#608DAA (or 0x608DAA) is known color: Air Force Blue. HEX triplet: 60, 8D and AA. RGB value is (96,141,170). Sum of RGB (Red+Green+Blue) = 96+141+170=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #608DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608DAA is #9F7255. Grayscale: #828282. Windows color (decimal): -10449494 or 11177312. OLE color: 11177312.
HSL color Cylindrical-coordinate representation of color #608DAA: hue angle of 203.51º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #608DAA is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 141 | 170 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.33 |
| HSL | 203.51º | 0.3% | 0.52% | - |
| HSV(B) | 203.51º | 0.44% | 0.67% | - |
| XYZ | 21.6 | 24.44 | 41.61 | - |
| YUV | 130.85 | 150.09 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 170 | 0.44 | 0.17 | 0 | 0.33 | 203.51 | 0.3 | 0.52 |
| Hex | 60 | 8D | AA | 2C | 11 | 0 | 21 | CC | 1E | 34 |
| Octal | 140 | 215 | 252 | 54 | 21 | 0 | 41 | 314 | 36 | 64 |
| Binary | 1100000 | 10001101 | 10101010 | 101100 | 10001 | 0 | 100001 | 11001100 | 11110 | 110100 |
Color Harmonies of #608DAA
Complementary color
Monochromatic Colors of #608DAA
Black with #608DAA
Text Example
Text Example
White with #608DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DAA; }
p { color: rgb(96,141,170); }
H1.HeaderClassName
{
color: #608DAA;
}
.AnyTagClassName
{
color: #608DAA;
}
</style>
background-color css
<style>
a { background-color: #608DAA; }
a { background-color: rgb(96,141,170); }
div.DivClassName
{
background-color: #608DAA;
}
.BgClassName
{
background-color: #608DAA;
}
</style>
border-color css
<style>
span { border-color: #608DAA; }
span { border-color: rgb(96,141,170); }
td.TdClassName
{
border-color: #608DAA;
}
.TagClassName
{
border-color: #608DAA;
}
</style>