Shades of Gothic #61858B
Tints of Gothic #61858B
RGB
CMYK
RGB Variations
Color information
#61858B (or 0x61858B) is known color: Gothic. HEX triplet: 61, 85 and 8B. RGB value is (97,133,139). Sum of RGB (Red+Green+Blue) = 97+133+139=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #61858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61858B is #9E7A74. Grayscale: #7A7A7A. Windows color (decimal): -10386037 or 9143649. OLE color: 9143649.
HSL color Cylindrical-coordinate representation of color #61858B: hue angle of 188.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61858B is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 133 | 139 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.45 |
| HSL | 188.57º | 0.18% | 0.46% | - |
| HSV(B) | 188.57º | 0.3% | 0.55% | - |
| XYZ | 17.98 | 21.18 | 27.57 | - |
| YUV | 122.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 139 | 0.30 | 0.04 | 0 | 0.45 | 188.57 | 0.18 | 0.46 |
| Hex | 61 | 85 | 8B | 1E | 4 | 0 | 2D | BD | 12 | 2E |
| Octal | 141 | 205 | 213 | 36 | 4 | 0 | 55 | 275 | 22 | 56 |
| Binary | 1100001 | 10000101 | 10001011 | 11110 | 100 | 0 | 101101 | 10111101 | 10010 | 101110 |
Color Harmonies of #61858B
Complementary color
Monochromatic Colors of #61858B
Black with #61858B
Text Example
Text Example
White with #61858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61858B; }
p { color: rgb(97,133,139); }
H1.HeaderClassName
{
color: #61858B;
}
.AnyTagClassName
{
color: #61858B;
}
</style>
background-color css
<style>
a { background-color: #61858B; }
a { background-color: rgb(97,133,139); }
div.DivClassName
{
background-color: #61858B;
}
.BgClassName
{
background-color: #61858B;
}
</style>
border-color css
<style>
span { border-color: #61858B; }
span { border-color: rgb(97,133,139); }
td.TdClassName
{
border-color: #61858B;
}
.TagClassName
{
border-color: #61858B;
}
</style>