Shades of Gothic #60858C
Tints of Gothic #60858C
RGB
CMYK
RGB Variations
Color information
#60858C (or 0x60858C) is known color: Gothic. HEX triplet: 60, 85 and 8C. RGB value is (96,133,140). Sum of RGB (Red+Green+Blue) = 96+133+140=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #60858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60858C is #9F7A73. Grayscale: #7A7A7A. Windows color (decimal): -10451572 or 9209184. OLE color: 9209184.
HSL color Cylindrical-coordinate representation of color #60858C: hue angle of 189.55º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60858C is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 133 | 140 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.45 |
| HSL | 189.55º | 0.19% | 0.46% | - |
| HSV(B) | 189.55º | 0.31% | 0.55% | - |
| XYZ | 17.95 | 21.16 | 27.95 | - |
| YUV | 122.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 140 | 0.31 | 0.05 | 0 | 0.45 | 189.55 | 0.19 | 0.46 |
| Hex | 60 | 85 | 8C | 1F | 5 | 0 | 2D | BE | 13 | 2E |
| Octal | 140 | 205 | 214 | 37 | 5 | 0 | 55 | 276 | 23 | 56 |
| Binary | 1100000 | 10000101 | 10001100 | 11111 | 101 | 0 | 101101 | 10111110 | 10011 | 101110 |
Color Harmonies of #60858C
Complementary color
Monochromatic Colors of #60858C
Black with #60858C
Text Example
Text Example
White with #60858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60858C; }
p { color: rgb(96,133,140); }
H1.HeaderClassName
{
color: #60858C;
}
.AnyTagClassName
{
color: #60858C;
}
</style>
background-color css
<style>
a { background-color: #60858C; }
a { background-color: rgb(96,133,140); }
div.DivClassName
{
background-color: #60858C;
}
.BgClassName
{
background-color: #60858C;
}
</style>
border-color css
<style>
span { border-color: #60858C; }
span { border-color: rgb(96,133,140); }
td.TdClassName
{
border-color: #60858C;
}
.TagClassName
{
border-color: #60858C;
}
</style>