Shades of Air Force Blue #60889D
Tints of Air Force Blue #60889D
RGB
CMYK
RGB Variations
Color information
#60889D (or 0x60889D) is known color: Air Force Blue. HEX triplet: 60, 88 and 9D. RGB value is (96,136,157). Sum of RGB (Red+Green+Blue) = 96+136+157=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #60889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60889D is #9F7762. Grayscale: #7E7E7E. Windows color (decimal): -10450787 or 10324064. OLE color: 10324064.
HSL color Cylindrical-coordinate representation of color #60889D: hue angle of 200.66º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60889D is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 136 | 157 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.38 |
| HSL | 200.66º | 0.24% | 0.5% | - |
| HSV(B) | 200.66º | 0.39% | 0.62% | - |
| XYZ | 19.71 | 22.53 | 35.21 | - |
| YUV | 126.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 157 | 0.39 | 0.13 | 0 | 0.38 | 200.66 | 0.24 | 0.5 |
| Hex | 60 | 88 | 9D | 27 | D | 0 | 26 | C9 | 18 | 32 |
| Octal | 140 | 210 | 235 | 47 | 15 | 0 | 46 | 311 | 30 | 62 |
| Binary | 1100000 | 10001000 | 10011101 | 100111 | 1101 | 0 | 100110 | 11001001 | 11000 | 110010 |
Color Harmonies of #60889D
Complementary color
Monochromatic Colors of #60889D
Black with #60889D
Text Example
Text Example
White with #60889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60889D; }
p { color: rgb(96,136,157); }
H1.HeaderClassName
{
color: #60889D;
}
.AnyTagClassName
{
color: #60889D;
}
</style>
background-color css
<style>
a { background-color: #60889D; }
a { background-color: rgb(96,136,157); }
div.DivClassName
{
background-color: #60889D;
}
.BgClassName
{
background-color: #60889D;
}
</style>
border-color css
<style>
span { border-color: #60889D; }
span { border-color: rgb(96,136,157); }
td.TdClassName
{
border-color: #60889D;
}
.TagClassName
{
border-color: #60889D;
}
</style>