Shades of Seance #6A3B68
Tints of Seance #6A3B68
RGB
CMYK
RGB Variations
Color information
#6A3B68 (or 0x6A3B68) is known color: Seance. HEX triplet: 6A, 3B and 68. RGB value is (106,59,104). Sum of RGB (Red+Green+Blue) = 106+59+104=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3B68 is #95C497. Grayscale: #4E4E4E. Windows color (decimal): -9815192 or 6830954. OLE color: 6830954.
HSL color Cylindrical-coordinate representation of color #6A3B68: hue angle of 302.55º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A3B68 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 59 | 104 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.58 |
| HSL | 302.55º | 0.28% | 0.32% | - |
| HSV(B) | 302.55º | 0.44% | 0.42% | - |
| XYZ | 10.01 | 7.19 | 13.96 | - |
| YUV | 78.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 59 | 104 | 0 | 0.44 | 0.02 | 0.58 | 302.55 | 0.28 | 0.32 |
| Hex | 6A | 3B | 68 | 0 | 2C | 2 | 3A | 12F | 1C | 20 |
| Octal | 152 | 73 | 150 | 0 | 54 | 2 | 72 | 457 | 34 | 40 |
| Binary | 1101010 | 111011 | 1101000 | 0 | 101100 | 10 | 111010 | 100101111 | 11100 | 100000 |
Color Harmonies of #6A3B68
Complementary color
Monochromatic Colors of #6A3B68
Black with #6A3B68
Text Example
Text Example
White with #6A3B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3B68; }
p { color: rgb(106,59,104); }
H1.HeaderClassName
{
color: #6A3B68;
}
.AnyTagClassName
{
color: #6A3B68;
}
</style>
background-color css
<style>
a { background-color: #6A3B68; }
a { background-color: rgb(106,59,104); }
div.DivClassName
{
background-color: #6A3B68;
}
.BgClassName
{
background-color: #6A3B68;
}
</style>
border-color css
<style>
span { border-color: #6A3B68; }
span { border-color: rgb(106,59,104); }
td.TdClassName
{
border-color: #6A3B68;
}
.TagClassName
{
border-color: #6A3B68;
}
</style>