Shades of Seance #6A3967
Tints of Seance #6A3967
RGB
CMYK
RGB Variations
Color information
#6A3967 (or 0x6A3967) is known color: Seance. HEX triplet: 6A, 39 and 67. RGB value is (106,57,103). Sum of RGB (Red+Green+Blue) = 106+57+103=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3967 is #95C698. Grayscale: #4C4C4C. Windows color (decimal): -9815705 or 6764906. OLE color: 6764906.
HSL color Cylindrical-coordinate representation of color #6A3967: hue angle of 303.67º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A3967 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 57 | 103 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.58 |
| HSL | 303.67º | 0.3% | 0.32% | - |
| HSV(B) | 303.67º | 0.46% | 0.42% | - |
| XYZ | 9.86 | 6.97 | 13.66 | - |
| YUV | 76.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 103 | 0 | 0.46 | 0.03 | 0.58 | 303.67 | 0.3 | 0.32 |
| Hex | 6A | 39 | 67 | 0 | 2E | 3 | 3A | 130 | 1E | 20 |
| Octal | 152 | 71 | 147 | 0 | 56 | 3 | 72 | 460 | 36 | 40 |
| Binary | 1101010 | 111001 | 1100111 | 0 | 101110 | 11 | 111010 | 100110000 | 11110 | 100000 |
Color Harmonies of #6A3967
Complementary color
Monochromatic Colors of #6A3967
Black with #6A3967
Text Example
Text Example
White with #6A3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3967; }
p { color: rgb(106,57,103); }
H1.HeaderClassName
{
color: #6A3967;
}
.AnyTagClassName
{
color: #6A3967;
}
</style>
background-color css
<style>
a { background-color: #6A3967; }
a { background-color: rgb(106,57,103); }
div.DivClassName
{
background-color: #6A3967;
}
.BgClassName
{
background-color: #6A3967;
}
</style>
border-color css
<style>
span { border-color: #6A3967; }
span { border-color: rgb(106,57,103); }
td.TdClassName
{
border-color: #6A3967;
}
.TagClassName
{
border-color: #6A3967;
}
</style>