Shades of Seance #68396D
Tints of Seance #68396D
RGB
CMYK
RGB Variations
Color information
#68396D (or 0x68396D) is known color: Seance. HEX triplet: 68, 39 and 6D. RGB value is (104,57,109). Sum of RGB (Red+Green+Blue) = 104+57+109=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #68396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68396D is #97C692. Grayscale: #4C4C4C. Windows color (decimal): -9946771 or 7158120. OLE color: 7158120.
HSL color Cylindrical-coordinate representation of color #68396D: hue angle of 294.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68396D is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 57 | 109 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.57 |
| HSL | 294.23º | 0.31% | 0.33% | - |
| HSV(B) | 294.23º | 0.48% | 0.43% | - |
| XYZ | 9.93 | 6.97 | 15.29 | - |
| YUV | 76.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 109 | 0.05 | 0.48 | 0 | 0.57 | 294.23 | 0.31 | 0.33 |
| Hex | 68 | 39 | 6D | 5 | 30 | 0 | 39 | 126 | 1F | 21 |
| Octal | 150 | 71 | 155 | 5 | 60 | 0 | 71 | 446 | 37 | 41 |
| Binary | 1101000 | 111001 | 1101101 | 101 | 110000 | 0 | 111001 | 100100110 | 11111 | 100001 |
Color Harmonies of #68396D
Complementary color
Monochromatic Colors of #68396D
Black with #68396D
Text Example
Text Example
White with #68396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68396D; }
p { color: rgb(104,57,109); }
H1.HeaderClassName
{
color: #68396D;
}
.AnyTagClassName
{
color: #68396D;
}
</style>
background-color css
<style>
a { background-color: #68396D; }
a { background-color: rgb(104,57,109); }
div.DivClassName
{
background-color: #68396D;
}
.BgClassName
{
background-color: #68396D;
}
</style>
border-color css
<style>
span { border-color: #68396D; }
span { border-color: rgb(104,57,109); }
td.TdClassName
{
border-color: #68396D;
}
.TagClassName
{
border-color: #68396D;
}
</style>