Shades of Seance #68336C
Tints of Seance #68336C
RGB
CMYK
RGB Variations
Color information
#68336C (or 0x68336C) is known color: Seance. HEX triplet: 68, 33 and 6C. RGB value is (104,51,108). Sum of RGB (Red+Green+Blue) = 104+51+108=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #68336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68336C is #97CC93. Grayscale: #494949. Windows color (decimal): -9948308 or 7091048. OLE color: 7091048.
HSL color Cylindrical-coordinate representation of color #68336C: hue angle of 295.79º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68336C is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 51 | 108 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.58 |
| HSL | 295.79º | 0.36% | 0.31% | - |
| HSV(B) | 295.79º | 0.53% | 0.42% | - |
| XYZ | 9.6 | 6.39 | 14.92 | - |
| YUV | 73.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 108 | 0.04 | 0.53 | 0 | 0.58 | 295.79 | 0.36 | 0.31 |
| Hex | 68 | 33 | 6C | 4 | 35 | 0 | 3A | 128 | 24 | 1F |
| Octal | 150 | 63 | 154 | 4 | 65 | 0 | 72 | 450 | 44 | 37 |
| Binary | 1101000 | 110011 | 1101100 | 100 | 110101 | 0 | 111010 | 100101000 | 100100 | 11111 |
Color Harmonies of #68336C
Complementary color
Monochromatic Colors of #68336C
Black with #68336C
Text Example
Text Example
White with #68336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68336C; }
p { color: rgb(104,51,108); }
H1.HeaderClassName
{
color: #68336C;
}
.AnyTagClassName
{
color: #68336C;
}
</style>
background-color css
<style>
a { background-color: #68336C; }
a { background-color: rgb(104,51,108); }
div.DivClassName
{
background-color: #68336C;
}
.BgClassName
{
background-color: #68336C;
}
</style>
border-color css
<style>
span { border-color: #68336C; }
span { border-color: rgb(104,51,108); }
td.TdClassName
{
border-color: #68336C;
}
.TagClassName
{
border-color: #68336C;
}
</style>