Shades of Air Force Blue #608BA6
Tints of Air Force Blue #608BA6
RGB
CMYK
RGB Variations
Color information
#608BA6 (or 0x608BA6) is known color: Air Force Blue. HEX triplet: 60, 8B and A6. RGB value is (96,139,166). Sum of RGB (Red+Green+Blue) = 96+139+166=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 166 - color contains mainly: blue. Hex color #608BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608BA6 is #9F7459. Grayscale: #818181. Windows color (decimal): -10450010 or 10914656. OLE color: 10914656.
HSL color Cylindrical-coordinate representation of color #608BA6: hue angle of 203.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #608BA6 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 139 | 166 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.35 |
| HSL | 203.14º | 0.28% | 0.51% | - |
| HSV(B) | 203.14º | 0.42% | 0.65% | - |
| XYZ | 20.94 | 23.71 | 39.55 | - |
| YUV | 129.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 166 | 0.42 | 0.16 | 0 | 0.35 | 203.14 | 0.28 | 0.51 |
| Hex | 60 | 8B | A6 | 2A | 10 | 0 | 23 | CB | 1C | 33 |
| Octal | 140 | 213 | 246 | 52 | 20 | 0 | 43 | 313 | 34 | 63 |
| Binary | 1100000 | 10001011 | 10100110 | 101010 | 10000 | 0 | 100011 | 11001011 | 11100 | 110011 |
Color Harmonies of #608BA6
Complementary color
Monochromatic Colors of #608BA6
Black with #608BA6
Text Example
Text Example
White with #608BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BA6; }
p { color: rgb(96,139,166); }
H1.HeaderClassName
{
color: #608BA6;
}
.AnyTagClassName
{
color: #608BA6;
}
</style>
background-color css
<style>
a { background-color: #608BA6; }
a { background-color: rgb(96,139,166); }
div.DivClassName
{
background-color: #608BA6;
}
.BgClassName
{
background-color: #608BA6;
}
</style>
border-color css
<style>
span { border-color: #608BA6; }
span { border-color: rgb(96,139,166); }
td.TdClassName
{
border-color: #608BA6;
}
.TagClassName
{
border-color: #608BA6;
}
</style>