Shades of Gothic #61898C
Tints of Gothic #61898C
RGB
CMYK
RGB Variations
Color information
#61898C (or 0x61898C) is known color: Gothic. HEX triplet: 61, 89 and 8C. RGB value is (97,137,140). Sum of RGB (Red+Green+Blue) = 97+137+140=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #61898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61898C is #9E7673. Grayscale: #7D7D7D. Windows color (decimal): -10385012 or 9210209. OLE color: 9210209.
HSL color Cylindrical-coordinate representation of color #61898C: hue angle of 184.19º 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 #61898C is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 137 | 140 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.45 |
| HSL | 184.19º | 0.18% | 0.46% | - |
| HSV(B) | 184.19º | 0.31% | 0.55% | - |
| XYZ | 18.61 | 22.33 | 28.14 | - |
| YUV | 125.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 137 | 140 | 0.31 | 0.02 | 0 | 0.45 | 184.19 | 0.18 | 0.46 |
| Hex | 61 | 89 | 8C | 1F | 2 | 0 | 2D | B8 | 12 | 2E |
| Octal | 141 | 211 | 214 | 37 | 2 | 0 | 55 | 270 | 22 | 56 |
| Binary | 1100001 | 10001001 | 10001100 | 11111 | 10 | 0 | 101101 | 10111000 | 10010 | 101110 |
Color Harmonies of #61898C
Complementary color
Monochromatic Colors of #61898C
Black with #61898C
Text Example
Text Example
White with #61898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61898C; }
p { color: rgb(97,137,140); }
H1.HeaderClassName
{
color: #61898C;
}
.AnyTagClassName
{
color: #61898C;
}
</style>
background-color css
<style>
a { background-color: #61898C; }
a { background-color: rgb(97,137,140); }
div.DivClassName
{
background-color: #61898C;
}
.BgClassName
{
background-color: #61898C;
}
</style>
border-color css
<style>
span { border-color: #61898C; }
span { border-color: rgb(97,137,140); }
td.TdClassName
{
border-color: #61898C;
}
.TagClassName
{
border-color: #61898C;
}
</style>