Shades of Air Force Blue #608CA5
Tints of Air Force Blue #608CA5
RGB
CMYK
RGB Variations
Color information
#608CA5 (or 0x608CA5) is known color: Air Force Blue. HEX triplet: 60, 8C and A5. RGB value is (96,140,165). Sum of RGB (Red+Green+Blue) = 96+140+165=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 165 - color contains mainly: blue. Hex color #608CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608CA5 is #9F735A. Grayscale: #818181. Windows color (decimal): -10449755 or 10849376. OLE color: 10849376.
HSL color Cylindrical-coordinate representation of color #608CA5: hue angle of 201.74º 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 #608CA5 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 140 | 165 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.35 |
| HSL | 201.74º | 0.28% | 0.51% | - |
| HSV(B) | 201.74º | 0.42% | 0.65% | - |
| XYZ | 20.99 | 23.96 | 39.12 | - |
| YUV | 129.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 165 | 0.42 | 0.15 | 0 | 0.35 | 201.74 | 0.28 | 0.51 |
| Hex | 60 | 8C | A5 | 2A | F | 0 | 23 | CA | 1C | 33 |
| Octal | 140 | 214 | 245 | 52 | 17 | 0 | 43 | 312 | 34 | 63 |
| Binary | 1100000 | 10001100 | 10100101 | 101010 | 1111 | 0 | 100011 | 11001010 | 11100 | 110011 |
Color Harmonies of #608CA5
Complementary color
Monochromatic Colors of #608CA5
Black with #608CA5
Text Example
Text Example
White with #608CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608CA5; }
p { color: rgb(96,140,165); }
H1.HeaderClassName
{
color: #608CA5;
}
.AnyTagClassName
{
color: #608CA5;
}
</style>
background-color css
<style>
a { background-color: #608CA5; }
a { background-color: rgb(96,140,165); }
div.DivClassName
{
background-color: #608CA5;
}
.BgClassName
{
background-color: #608CA5;
}
</style>
border-color css
<style>
span { border-color: #608CA5; }
span { border-color: rgb(96,140,165); }
td.TdClassName
{
border-color: #608CA5;
}
.TagClassName
{
border-color: #608CA5;
}
</style>