Shades of Seance #6A3068
Tints of Seance #6A3068
RGB
CMYK
RGB Variations
Color information
#6A3068 (or 0x6A3068) is known color: Seance. HEX triplet: 6A, 30 and 68. RGB value is (106,48,104). Sum of RGB (Red+Green+Blue) = 106+48+104=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3068 is #95CF97. Grayscale: #474747. Windows color (decimal): -9818008 or 6828138. OLE color: 6828138.
HSL color Cylindrical-coordinate representation of color #6A3068: hue angle of 302.07º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3068 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 48 | 104 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.58 |
| HSL | 302.07º | 0.38% | 0.3% | - |
| HSV(B) | 302.07º | 0.55% | 0.42% | - |
| XYZ | 9.5 | 6.18 | 13.79 | - |
| YUV | 71.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 48 | 104 | 0 | 0.55 | 0.02 | 0.58 | 302.07 | 0.38 | 0.3 |
| Hex | 6A | 30 | 68 | 0 | 37 | 2 | 3A | 12E | 26 | 1E |
| Octal | 152 | 60 | 150 | 0 | 67 | 2 | 72 | 456 | 46 | 36 |
| Binary | 1101010 | 110000 | 1101000 | 0 | 110111 | 10 | 111010 | 100101110 | 100110 | 11110 |
Color Harmonies of #6A3068
Complementary color
Monochromatic Colors of #6A3068
Black with #6A3068
Text Example
Text Example
White with #6A3068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3068; }
p { color: rgb(106,48,104); }
H1.HeaderClassName
{
color: #6A3068;
}
.AnyTagClassName
{
color: #6A3068;
}
</style>
background-color css
<style>
a { background-color: #6A3068; }
a { background-color: rgb(106,48,104); }
div.DivClassName
{
background-color: #6A3068;
}
.BgClassName
{
background-color: #6A3068;
}
</style>
border-color css
<style>
span { border-color: #6A3068; }
span { border-color: rgb(106,48,104); }
td.TdClassName
{
border-color: #6A3068;
}
.TagClassName
{
border-color: #6A3068;
}
</style>