Shades of Seance #68256D
Tints of Seance #68256D
RGB
CMYK
RGB Variations
Color information
#68256D (or 0x68256D) is known color: Seance. HEX triplet: 68, 25 and 6D. RGB value is (104,37,109). Sum of RGB (Red+Green+Blue) = 104+37+109=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #68256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68256D is #97DA92. Grayscale: #414141. Windows color (decimal): -9951891 or 7153000. OLE color: 7153000.
HSL color Cylindrical-coordinate representation of color #68256D: hue angle of 295.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68256D is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 37 | 109 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.57 |
| HSL | 295.83º | 0.49% | 0.29% | - |
| HSV(B) | 295.83º | 0.66% | 0.43% | - |
| XYZ | 9.13 | 5.37 | 15.02 | - |
| YUV | 65.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 109 | 0.05 | 0.66 | 0 | 0.57 | 295.83 | 0.49 | 0.29 |
| Hex | 68 | 25 | 6D | 5 | 42 | 0 | 39 | 128 | 31 | 1D |
| Octal | 150 | 45 | 155 | 5 | 102 | 0 | 71 | 450 | 61 | 35 |
| Binary | 1101000 | 100101 | 1101101 | 101 | 1000010 | 0 | 111001 | 100101000 | 110001 | 11101 |
Color Harmonies of #68256D
Complementary color
Monochromatic Colors of #68256D
Black with #68256D
Text Example
Text Example
White with #68256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68256D; }
p { color: rgb(104,37,109); }
H1.HeaderClassName
{
color: #68256D;
}
.AnyTagClassName
{
color: #68256D;
}
</style>
background-color css
<style>
a { background-color: #68256D; }
a { background-color: rgb(104,37,109); }
div.DivClassName
{
background-color: #68256D;
}
.BgClassName
{
background-color: #68256D;
}
</style>
border-color css
<style>
span { border-color: #68256D; }
span { border-color: rgb(104,37,109); }
td.TdClassName
{
border-color: #68256D;
}
.TagClassName
{
border-color: #68256D;
}
</style>