Shades of Gothic #61858C
Tints of Gothic #61858C
RGB
CMYK
RGB Variations
Color information
#61858C (or 0x61858C) is known color: Gothic. HEX triplet: 61, 85 and 8C. RGB value is (97,133,140). Sum of RGB (Red+Green+Blue) = 97+133+140=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 133 (52.34% from 255 or 35.95% 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 #61858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61858C is #9E7A73. Grayscale: #7A7A7A. Windows color (decimal): -10386036 or 9209185. OLE color: 9209185.
HSL color Cylindrical-coordinate representation of color #61858C: hue angle of 189.77º 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 #61858C is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 133 | 140 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.45 |
| HSL | 189.77º | 0.18% | 0.46% | - |
| HSV(B) | 189.77º | 0.31% | 0.55% | - |
| XYZ | 18.05 | 21.21 | 27.95 | - |
| YUV | 123.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 140 | 0.31 | 0.05 | 0 | 0.45 | 189.77 | 0.18 | 0.46 |
| Hex | 61 | 85 | 8C | 1F | 5 | 0 | 2D | BE | 12 | 2E |
| Octal | 141 | 205 | 214 | 37 | 5 | 0 | 55 | 276 | 22 | 56 |
| Binary | 1100001 | 10000101 | 10001100 | 11111 | 101 | 0 | 101101 | 10111110 | 10010 | 101110 |
Color Harmonies of #61858C
Complementary color
Monochromatic Colors of #61858C
Black with #61858C
Text Example
Text Example
White with #61858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61858C; }
p { color: rgb(97,133,140); }
H1.HeaderClassName
{
color: #61858C;
}
.AnyTagClassName
{
color: #61858C;
}
</style>
background-color css
<style>
a { background-color: #61858C; }
a { background-color: rgb(97,133,140); }
div.DivClassName
{
background-color: #61858C;
}
.BgClassName
{
background-color: #61858C;
}
</style>
border-color css
<style>
span { border-color: #61858C; }
span { border-color: rgb(97,133,140); }
td.TdClassName
{
border-color: #61858C;
}
.TagClassName
{
border-color: #61858C;
}
</style>