Shades of Air Force Blue #608FA5
Tints of Air Force Blue #608FA5
RGB
CMYK
RGB Variations
Color information
#608FA5 (or 0x608FA5) is known color: Air Force Blue. HEX triplet: 60, 8F and A5. RGB value is (96,143,165). Sum of RGB (Red+Green+Blue) = 96+143+165=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 165 - color contains mainly: blue. Hex color #608FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608FA5 is #9F705A. Grayscale: #838383. Windows color (decimal): -10448987 or 10850144. OLE color: 10850144.
HSL color Cylindrical-coordinate representation of color #608FA5: hue angle of 199.13º 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 #608FA5 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 143 | 165 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.35 |
| HSL | 199.13º | 0.28% | 0.51% | - |
| HSV(B) | 199.13º | 0.42% | 0.65% | - |
| XYZ | 21.44 | 24.85 | 39.26 | - |
| YUV | 131.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 165 | 0.42 | 0.13 | 0 | 0.35 | 199.13 | 0.28 | 0.51 |
| Hex | 60 | 8F | A5 | 2A | D | 0 | 23 | C7 | 1C | 33 |
| Octal | 140 | 217 | 245 | 52 | 15 | 0 | 43 | 307 | 34 | 63 |
| Binary | 1100000 | 10001111 | 10100101 | 101010 | 1101 | 0 | 100011 | 11000111 | 11100 | 110011 |
Color Harmonies of #608FA5
Complementary color
Monochromatic Colors of #608FA5
Black with #608FA5
Text Example
Text Example
White with #608FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FA5; }
p { color: rgb(96,143,165); }
H1.HeaderClassName
{
color: #608FA5;
}
.AnyTagClassName
{
color: #608FA5;
}
</style>
background-color css
<style>
a { background-color: #608FA5; }
a { background-color: rgb(96,143,165); }
div.DivClassName
{
background-color: #608FA5;
}
.BgClassName
{
background-color: #608FA5;
}
</style>
border-color css
<style>
span { border-color: #608FA5; }
span { border-color: rgb(96,143,165); }
td.TdClassName
{
border-color: #608FA5;
}
.TagClassName
{
border-color: #608FA5;
}
</style>