Shades of Seance #68296D
Tints of Seance #68296D
RGB
CMYK
RGB Variations
Color information
#68296D (or 0x68296D) is known color: Seance. HEX triplet: 68, 29 and 6D. RGB value is (104,41,109). Sum of RGB (Red+Green+Blue) = 104+41+109=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #68296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68296D is #97D692. Grayscale: #434343. Windows color (decimal): -9950867 or 7154024. OLE color: 7154024.
HSL color Cylindrical-coordinate representation of color #68296D: hue angle of 295.59º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68296D is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 41 | 109 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.57 |
| HSL | 295.59º | 0.45% | 0.29% | - |
| HSV(B) | 295.59º | 0.62% | 0.43% | - |
| XYZ | 9.26 | 5.63 | 15.07 | - |
| YUV | 67.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 109 | 0.05 | 0.62 | 0 | 0.57 | 295.59 | 0.45 | 0.29 |
| Hex | 68 | 29 | 6D | 5 | 3E | 0 | 39 | 128 | 2D | 1D |
| Octal | 150 | 51 | 155 | 5 | 76 | 0 | 71 | 450 | 55 | 35 |
| Binary | 1101000 | 101001 | 1101101 | 101 | 111110 | 0 | 111001 | 100101000 | 101101 | 11101 |
Color Harmonies of #68296D
Complementary color
Monochromatic Colors of #68296D
Black with #68296D
Text Example
Text Example
White with #68296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68296D; }
p { color: rgb(104,41,109); }
H1.HeaderClassName
{
color: #68296D;
}
.AnyTagClassName
{
color: #68296D;
}
</style>
background-color css
<style>
a { background-color: #68296D; }
a { background-color: rgb(104,41,109); }
div.DivClassName
{
background-color: #68296D;
}
.BgClassName
{
background-color: #68296D;
}
</style>
border-color css
<style>
span { border-color: #68296D; }
span { border-color: rgb(104,41,109); }
td.TdClassName
{
border-color: #68296D;
}
.TagClassName
{
border-color: #68296D;
}
</style>