Shades of Air Force Blue #608DAE
Tints of Air Force Blue #608DAE
RGB
CMYK
RGB Variations
Color information
#608DAE (or 0x608DAE) is known color: Air Force Blue. HEX triplet: 60, 8D and AE. RGB value is (96,141,174). Sum of RGB (Red+Green+Blue) = 96+141+174=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #608DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608DAE is #9F7251. Grayscale: #838383. Windows color (decimal): -10449490 or 11439456. OLE color: 11439456.
HSL color Cylindrical-coordinate representation of color #608DAE: hue angle of 205.38º 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 #608DAE is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 141 | 174 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.32 |
| HSL | 205.38º | 0.33% | 0.53% | - |
| HSV(B) | 205.38º | 0.45% | 0.68% | - |
| XYZ | 21.99 | 24.59 | 43.63 | - |
| YUV | 131.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 174 | 0.45 | 0.19 | 0 | 0.32 | 205.38 | 0.33 | 0.53 |
| Hex | 60 | 8D | AE | 2D | 13 | 0 | 20 | CD | 20 | 35 |
| Octal | 140 | 215 | 256 | 55 | 23 | 0 | 40 | 315 | 40 | 65 |
| Binary | 1100000 | 10001101 | 10101110 | 101101 | 10011 | 0 | 100000 | 11001101 | 100000 | 110101 |
Color Harmonies of #608DAE
Complementary color
Monochromatic Colors of #608DAE
Black with #608DAE
Text Example
Text Example
White with #608DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DAE; }
p { color: rgb(96,141,174); }
H1.HeaderClassName
{
color: #608DAE;
}
.AnyTagClassName
{
color: #608DAE;
}
</style>
background-color css
<style>
a { background-color: #608DAE; }
a { background-color: rgb(96,141,174); }
div.DivClassName
{
background-color: #608DAE;
}
.BgClassName
{
background-color: #608DAE;
}
</style>
border-color css
<style>
span { border-color: #608DAE; }
span { border-color: rgb(96,141,174); }
td.TdClassName
{
border-color: #608DAE;
}
.TagClassName
{
border-color: #608DAE;
}
</style>