Shades of Gothic #61878A
Tints of Gothic #61878A
RGB
CMYK
RGB Variations
Color information
#61878A (or 0x61878A) is known color: Gothic. HEX triplet: 61, 87 and 8A. RGB value is (97,135,138). Sum of RGB (Red+Green+Blue) = 97+135+138=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #61878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61878A is #9E7875. Grayscale: #7B7B7B. Windows color (decimal): -10385526 or 9078625. OLE color: 9078625.
HSL color Cylindrical-coordinate representation of color #61878A: hue angle of 184.39º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61878A is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 135 | 138 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.46 |
| HSL | 184.39º | 0.17% | 0.46% | - |
| HSV(B) | 184.39º | 0.3% | 0.54% | - |
| XYZ | 18.18 | 21.7 | 27.28 | - |
| YUV | 123.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 138 | 0.30 | 0.02 | 0 | 0.46 | 184.39 | 0.17 | 0.46 |
| Hex | 61 | 87 | 8A | 1E | 2 | 0 | 2E | B8 | 11 | 2E |
| Octal | 141 | 207 | 212 | 36 | 2 | 0 | 56 | 270 | 21 | 56 |
| Binary | 1100001 | 10000111 | 10001010 | 11110 | 10 | 0 | 101110 | 10111000 | 10001 | 101110 |
Color Harmonies of #61878A
Complementary color
Monochromatic Colors of #61878A
Black with #61878A
Text Example
Text Example
White with #61878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61878A; }
p { color: rgb(97,135,138); }
H1.HeaderClassName
{
color: #61878A;
}
.AnyTagClassName
{
color: #61878A;
}
</style>
background-color css
<style>
a { background-color: #61878A; }
a { background-color: rgb(97,135,138); }
div.DivClassName
{
background-color: #61878A;
}
.BgClassName
{
background-color: #61878A;
}
</style>
border-color css
<style>
span { border-color: #61878A; }
span { border-color: rgb(97,135,138); }
td.TdClassName
{
border-color: #61878A;
}
.TagClassName
{
border-color: #61878A;
}
</style>