Shades of Gothic #60888D
Tints of Gothic #60888D
RGB
CMYK
RGB Variations
Color information
#60888D (or 0x60888D) is known color: Gothic. HEX triplet: 60, 88 and 8D. RGB value is (96,136,141). Sum of RGB (Red+Green+Blue) = 96+136+141=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #60888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60888D is #9F7772. Grayscale: #7C7C7C. Windows color (decimal): -10450803 or 9275488. OLE color: 9275488.
HSL color Cylindrical-coordinate representation of color #60888D: hue angle of 186.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60888D is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 136 | 141 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.45 |
| HSL | 186.67º | 0.19% | 0.46% | - |
| HSV(B) | 186.67º | 0.32% | 0.55% | - |
| XYZ | 18.44 | 22.02 | 28.48 | - |
| YUV | 124.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 141 | 0.32 | 0.04 | 0 | 0.45 | 186.67 | 0.19 | 0.46 |
| Hex | 60 | 88 | 8D | 20 | 4 | 0 | 2D | BB | 13 | 2E |
| Octal | 140 | 210 | 215 | 40 | 4 | 0 | 55 | 273 | 23 | 56 |
| Binary | 1100000 | 10001000 | 10001101 | 100000 | 100 | 0 | 101101 | 10111011 | 10011 | 101110 |
Color Harmonies of #60888D
Complementary color
Monochromatic Colors of #60888D
Black with #60888D
Text Example
Text Example
White with #60888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60888D; }
p { color: rgb(96,136,141); }
H1.HeaderClassName
{
color: #60888D;
}
.AnyTagClassName
{
color: #60888D;
}
</style>
background-color css
<style>
a { background-color: #60888D; }
a { background-color: rgb(96,136,141); }
div.DivClassName
{
background-color: #60888D;
}
.BgClassName
{
background-color: #60888D;
}
</style>
border-color css
<style>
span { border-color: #60888D; }
span { border-color: rgb(96,136,141); }
td.TdClassName
{
border-color: #60888D;
}
.TagClassName
{
border-color: #60888D;
}
</style>