Shades of Gothic #618D93
Tints of Gothic #618D93
RGB
CMYK
RGB Variations
Color information
#618D93 (or 0x618D93) is known color: Gothic. HEX triplet: 61, 8D and 93. RGB value is (97,141,147). Sum of RGB (Red+Green+Blue) = 97+141+147=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #618D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D93 is #9E726C. Grayscale: #808080. Windows color (decimal): -10383981 or 9669985. OLE color: 9669985.
HSL color Cylindrical-coordinate representation of color #618D93: hue angle of 187.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #618D93 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 141 | 147 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.42 |
| HSL | 187.2º | 0.2% | 0.48% | - |
| HSV(B) | 187.2º | 0.34% | 0.58% | - |
| XYZ | 19.72 | 23.7 | 31.14 | - |
| YUV | 128.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 147 | 0.34 | 0.04 | 0 | 0.42 | 187.2 | 0.2 | 0.48 |
| Hex | 61 | 8D | 93 | 22 | 4 | 0 | 2A | BB | 14 | 30 |
| Octal | 141 | 215 | 223 | 42 | 4 | 0 | 52 | 273 | 24 | 60 |
| Binary | 1100001 | 10001101 | 10010011 | 100010 | 100 | 0 | 101010 | 10111011 | 10100 | 110000 |
Color Harmonies of #618D93
Complementary color
Monochromatic Colors of #618D93
Black with #618D93
Text Example
Text Example
White with #618D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618D93; }
p { color: rgb(97,141,147); }
H1.HeaderClassName
{
color: #618D93;
}
.AnyTagClassName
{
color: #618D93;
}
</style>
background-color css
<style>
a { background-color: #618D93; }
a { background-color: rgb(97,141,147); }
div.DivClassName
{
background-color: #618D93;
}
.BgClassName
{
background-color: #618D93;
}
</style>
border-color css
<style>
span { border-color: #618D93; }
span { border-color: rgb(97,141,147); }
td.TdClassName
{
border-color: #618D93;
}
.TagClassName
{
border-color: #618D93;
}
</style>