Shades of Gothic #60868C
Tints of Gothic #60868C
RGB
CMYK
RGB Variations
Color information
#60868C (or 0x60868C) is known color: Gothic. HEX triplet: 60, 86 and 8C. RGB value is (96,134,140). Sum of RGB (Red+Green+Blue) = 96+134+140=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #60868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60868C is #9F7973. Grayscale: #7B7B7B. Windows color (decimal): -10451316 or 9209440. OLE color: 9209440.
HSL color Cylindrical-coordinate representation of color #60868C: hue angle of 188.18º 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 #60868C is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 134 | 140 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.45 |
| HSL | 188.18º | 0.19% | 0.46% | - |
| HSV(B) | 188.18º | 0.31% | 0.55% | - |
| XYZ | 18.08 | 21.43 | 27.99 | - |
| YUV | 123.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 140 | 0.31 | 0.04 | 0 | 0.45 | 188.18 | 0.19 | 0.46 |
| Hex | 60 | 86 | 8C | 1F | 4 | 0 | 2D | BC | 13 | 2E |
| Octal | 140 | 206 | 214 | 37 | 4 | 0 | 55 | 274 | 23 | 56 |
| Binary | 1100000 | 10000110 | 10001100 | 11111 | 100 | 0 | 101101 | 10111100 | 10011 | 101110 |
Color Harmonies of #60868C
Complementary color
Monochromatic Colors of #60868C
Black with #60868C
Text Example
Text Example
White with #60868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60868C; }
p { color: rgb(96,134,140); }
H1.HeaderClassName
{
color: #60868C;
}
.AnyTagClassName
{
color: #60868C;
}
</style>
background-color css
<style>
a { background-color: #60868C; }
a { background-color: rgb(96,134,140); }
div.DivClassName
{
background-color: #60868C;
}
.BgClassName
{
background-color: #60868C;
}
</style>
border-color css
<style>
span { border-color: #60868C; }
span { border-color: rgb(96,134,140); }
td.TdClassName
{
border-color: #60868C;
}
.TagClassName
{
border-color: #60868C;
}
</style>