Shades of Gothic #60858B
Tints of Gothic #60858B
RGB
CMYK
RGB Variations
Color information
#60858B (or 0x60858B) is known color: Gothic. HEX triplet: 60, 85 and 8B. RGB value is (96,133,139). Sum of RGB (Red+Green+Blue) = 96+133+139=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #60858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60858B is #9F7A74. Grayscale: #7A7A7A. Windows color (decimal): -10451573 or 9143648. OLE color: 9143648.
HSL color Cylindrical-coordinate representation of color #60858B: hue angle of 188.37º degrees, saturation: 0.18, 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 #60858B is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 133 | 139 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.45 |
| HSL | 188.37º | 0.18% | 0.46% | - |
| HSV(B) | 188.37º | 0.31% | 0.55% | - |
| XYZ | 17.87 | 21.13 | 27.56 | - |
| YUV | 122.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 139 | 0.31 | 0.04 | 0 | 0.45 | 188.37 | 0.18 | 0.46 |
| Hex | 60 | 85 | 8B | 1F | 4 | 0 | 2D | BC | 12 | 2E |
| Octal | 140 | 205 | 213 | 37 | 4 | 0 | 55 | 274 | 22 | 56 |
| Binary | 1100000 | 10000101 | 10001011 | 11111 | 100 | 0 | 101101 | 10111100 | 10010 | 101110 |
Color Harmonies of #60858B
Complementary color
Monochromatic Colors of #60858B
Black with #60858B
Text Example
Text Example
White with #60858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60858B; }
p { color: rgb(96,133,139); }
H1.HeaderClassName
{
color: #60858B;
}
.AnyTagClassName
{
color: #60858B;
}
</style>
background-color css
<style>
a { background-color: #60858B; }
a { background-color: rgb(96,133,139); }
div.DivClassName
{
background-color: #60858B;
}
.BgClassName
{
background-color: #60858B;
}
</style>
border-color css
<style>
span { border-color: #60858B; }
span { border-color: rgb(96,133,139); }
td.TdClassName
{
border-color: #60858B;
}
.TagClassName
{
border-color: #60858B;
}
</style>