Shades of Seance #68316B
Tints of Seance #68316B
RGB
CMYK
RGB Variations
Color information
#68316B (or 0x68316B) is known color: Seance. HEX triplet: 68, 31 and 6B. RGB value is (104,49,107). Sum of RGB (Red+Green+Blue) = 104+49+107=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #68316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68316B is #97CE94. Grayscale: #474747. Windows color (decimal): -9948821 or 7025000. OLE color: 7025000.
HSL color Cylindrical-coordinate representation of color #68316B: hue angle of 296.9º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68316B is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 49 | 107 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.58 |
| HSL | 296.9º | 0.37% | 0.31% | - |
| HSV(B) | 296.9º | 0.54% | 0.42% | - |
| XYZ | 9.46 | 6.2 | 14.61 | - |
| YUV | 72.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 107 | 0.03 | 0.54 | 0 | 0.58 | 296.9 | 0.37 | 0.31 |
| Hex | 68 | 31 | 6B | 3 | 36 | 0 | 3A | 129 | 25 | 1F |
| Octal | 150 | 61 | 153 | 3 | 66 | 0 | 72 | 451 | 45 | 37 |
| Binary | 1101000 | 110001 | 1101011 | 11 | 110110 | 0 | 111010 | 100101001 | 100101 | 11111 |
Color Harmonies of #68316B
Complementary color
Monochromatic Colors of #68316B
Black with #68316B
Text Example
Text Example
White with #68316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68316B; }
p { color: rgb(104,49,107); }
H1.HeaderClassName
{
color: #68316B;
}
.AnyTagClassName
{
color: #68316B;
}
</style>
background-color css
<style>
a { background-color: #68316B; }
a { background-color: rgb(104,49,107); }
div.DivClassName
{
background-color: #68316B;
}
.BgClassName
{
background-color: #68316B;
}
</style>
border-color css
<style>
span { border-color: #68316B; }
span { border-color: rgb(104,49,107); }
td.TdClassName
{
border-color: #68316B;
}
.TagClassName
{
border-color: #68316B;
}
</style>