Shades of Air Force Blue #608A9F
Tints of Air Force Blue #608A9F
RGB
CMYK
RGB Variations
Color information
#608A9F (or 0x608A9F) is known color: Air Force Blue. HEX triplet: 60, 8A and 9F. RGB value is (96,138,159). Sum of RGB (Red+Green+Blue) = 96+138+159=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #608A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608A9F is #9F7560. Grayscale: #7F7F7F. Windows color (decimal): -10450273 or 10455648. OLE color: 10455648.
HSL color Cylindrical-coordinate representation of color #608A9F: hue angle of 200º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #608A9F is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 138 | 159 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.38 |
| HSL | 200º | 0.25% | 0.5% | - |
| HSV(B) | 200º | 0.4% | 0.62% | - |
| XYZ | 20.17 | 23.17 | 36.21 | - |
| YUV | 127.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 159 | 0.40 | 0.13 | 0 | 0.38 | 200 | 0.25 | 0.5 |
| Hex | 60 | 8A | 9F | 28 | D | 0 | 26 | C8 | 19 | 32 |
| Octal | 140 | 212 | 237 | 50 | 15 | 0 | 46 | 310 | 31 | 62 |
| Binary | 1100000 | 10001010 | 10011111 | 101000 | 1101 | 0 | 100110 | 11001000 | 11001 | 110010 |
Color Harmonies of #608A9F
Complementary color
Monochromatic Colors of #608A9F
Black with #608A9F
Text Example
Text Example
White with #608A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A9F; }
p { color: rgb(96,138,159); }
H1.HeaderClassName
{
color: #608A9F;
}
.AnyTagClassName
{
color: #608A9F;
}
</style>
background-color css
<style>
a { background-color: #608A9F; }
a { background-color: rgb(96,138,159); }
div.DivClassName
{
background-color: #608A9F;
}
.BgClassName
{
background-color: #608A9F;
}
</style>
border-color css
<style>
span { border-color: #608A9F; }
span { border-color: rgb(96,138,159); }
td.TdClassName
{
border-color: #608A9F;
}
.TagClassName
{
border-color: #608A9F;
}
</style>