Shades of Gothic #60858D
Tints of Gothic #60858D
RGB
CMYK
RGB Variations
Color information
#60858D (or 0x60858D) is known color: Gothic. HEX triplet: 60, 85 and 8D. RGB value is (96,133,141). Sum of RGB (Red+Green+Blue) = 96+133+141=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #60858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60858D is #9F7A72. Grayscale: #7A7A7A. Windows color (decimal): -10451571 or 9274720. OLE color: 9274720.
HSL color Cylindrical-coordinate representation of color #60858D: hue angle of 190.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 #60858D is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 133 | 141 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.45 |
| HSL | 190.67º | 0.19% | 0.46% | - |
| HSV(B) | 190.67º | 0.32% | 0.55% | - |
| XYZ | 18.02 | 21.18 | 28.34 | - |
| YUV | 122.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 141 | 0.32 | 0.06 | 0 | 0.45 | 190.67 | 0.19 | 0.46 |
| Hex | 60 | 85 | 8D | 20 | 6 | 0 | 2D | BF | 13 | 2E |
| Octal | 140 | 205 | 215 | 40 | 6 | 0 | 55 | 277 | 23 | 56 |
| Binary | 1100000 | 10000101 | 10001101 | 100000 | 110 | 0 | 101101 | 10111111 | 10011 | 101110 |
Color Harmonies of #60858D
Complementary color
Monochromatic Colors of #60858D
Black with #60858D
Text Example
Text Example
White with #60858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60858D; }
p { color: rgb(96,133,141); }
H1.HeaderClassName
{
color: #60858D;
}
.AnyTagClassName
{
color: #60858D;
}
</style>
background-color css
<style>
a { background-color: #60858D; }
a { background-color: rgb(96,133,141); }
div.DivClassName
{
background-color: #60858D;
}
.BgClassName
{
background-color: #60858D;
}
</style>
border-color css
<style>
span { border-color: #60858D; }
span { border-color: rgb(96,133,141); }
td.TdClassName
{
border-color: #60858D;
}
.TagClassName
{
border-color: #60858D;
}
</style>