Shades of Seance #68306D
Tints of Seance #68306D
RGB
CMYK
RGB Variations
Color information
#68306D (or 0x68306D) is known color: Seance. HEX triplet: 68, 30 and 6D. RGB value is (104,48,109). Sum of RGB (Red+Green+Blue) = 104+48+109=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #68306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68306D is #97CF92. Grayscale: #474747. Windows color (decimal): -9949075 or 7155816. OLE color: 7155816.
HSL color Cylindrical-coordinate representation of color #68306D: hue angle of 295.08º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68306D is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 48 | 109 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.57 |
| HSL | 295.08º | 0.39% | 0.31% | - |
| HSV(B) | 295.08º | 0.56% | 0.43% | - |
| XYZ | 9.53 | 6.16 | 15.16 | - |
| YUV | 71.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 109 | 0.05 | 0.56 | 0 | 0.57 | 295.08 | 0.39 | 0.31 |
| Hex | 68 | 30 | 6D | 5 | 38 | 0 | 39 | 127 | 27 | 1F |
| Octal | 150 | 60 | 155 | 5 | 70 | 0 | 71 | 447 | 47 | 37 |
| Binary | 1101000 | 110000 | 1101101 | 101 | 111000 | 0 | 111001 | 100100111 | 100111 | 11111 |
Color Harmonies of #68306D
Complementary color
Monochromatic Colors of #68306D
Black with #68306D
Text Example
Text Example
White with #68306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68306D; }
p { color: rgb(104,48,109); }
H1.HeaderClassName
{
color: #68306D;
}
.AnyTagClassName
{
color: #68306D;
}
</style>
background-color css
<style>
a { background-color: #68306D; }
a { background-color: rgb(104,48,109); }
div.DivClassName
{
background-color: #68306D;
}
.BgClassName
{
background-color: #68306D;
}
</style>
border-color css
<style>
span { border-color: #68306D; }
span { border-color: rgb(104,48,109); }
td.TdClassName
{
border-color: #68306D;
}
.TagClassName
{
border-color: #68306D;
}
</style>