Shades of Air Force Blue #608CA0
Tints of Air Force Blue #608CA0
RGB
CMYK
RGB Variations
Color information
#608CA0 (or 0x608CA0) is known color: Air Force Blue. HEX triplet: 60, 8C and A0. RGB value is (96,140,160). Sum of RGB (Red+Green+Blue) = 96+140+160=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #608CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608CA0 is #9F735F. Grayscale: #818181. Windows color (decimal): -10449760 or 10521696. OLE color: 10521696.
HSL color Cylindrical-coordinate representation of color #608CA0: hue angle of 198.75º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #608CA0 is Cyan = 0.4, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 140 | 160 | - |
| CMYK | 0.4 | 0.12 | 0 | 0.37 |
| HSL | 198.75º | 0.25% | 0.5% | - |
| HSV(B) | 198.75º | 0.4% | 0.63% | - |
| XYZ | 20.55 | 23.78 | 36.76 | - |
| YUV | 129.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 160 | 0.4 | 0.12 | 0 | 0.37 | 198.75 | 0.25 | 0.5 |
| Hex | 60 | 8C | A0 | 28 | C | 0 | 25 | C7 | 19 | 32 |
| Octal | 140 | 214 | 240 | 50 | 14 | 0 | 45 | 307 | 31 | 62 |
| Binary | 1100000 | 10001100 | 10100000 | 101000 | 1100 | 0 | 100101 | 11000111 | 11001 | 110010 |
Color Harmonies of #608CA0
Complementary color
Monochromatic Colors of #608CA0
Black with #608CA0
Text Example
Text Example
White with #608CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608CA0; }
p { color: rgb(96,140,160); }
H1.HeaderClassName
{
color: #608CA0;
}
.AnyTagClassName
{
color: #608CA0;
}
</style>
background-color css
<style>
a { background-color: #608CA0; }
a { background-color: rgb(96,140,160); }
div.DivClassName
{
background-color: #608CA0;
}
.BgClassName
{
background-color: #608CA0;
}
</style>
border-color css
<style>
span { border-color: #608CA0; }
span { border-color: rgb(96,140,160); }
td.TdClassName
{
border-color: #608CA0;
}
.TagClassName
{
border-color: #608CA0;
}
</style>