Shades of Seance #6A396A
Tints of Seance #6A396A
RGB
CMYK
RGB Variations
Color information
#6A396A (or 0x6A396A) is known color: Seance. HEX triplet: 6A, 39 and 6A. RGB value is (106,57,106). Sum of RGB (Red+Green+Blue) = 106+57+106=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A396A is #95C695. Grayscale: #4D4D4D. Windows color (decimal): -9815702 or 6961514. OLE color: 6961514.
HSL color Cylindrical-coordinate representation of color #6A396A: hue angle of 300º 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 #6A396A is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 57 | 106 | - |
| CMYK | 0 | 0.46 | 0 | 0.58 |
| HSL | 300º | 0.3% | 0.32% | - |
| HSV(B) | 300º | 0.46% | 0.42% | - |
| XYZ | 10.01 | 7.03 | 14.47 | - |
| YUV | 77.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 106 | 0 | 0.46 | 0 | 0.58 | 300 | 0.3 | 0.32 |
| Hex | 6A | 39 | 6A | 0 | 2E | 0 | 3A | 12C | 1E | 20 |
| Octal | 152 | 71 | 152 | 0 | 56 | 0 | 72 | 454 | 36 | 40 |
| Binary | 1101010 | 111001 | 1101010 | 0 | 101110 | 0 | 111010 | 100101100 | 11110 | 100000 |
Color Harmonies of #6A396A
Complementary color
Monochromatic Colors of #6A396A
Black with #6A396A
Text Example
Text Example
White with #6A396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A396A; }
p { color: rgb(106,57,106); }
H1.HeaderClassName
{
color: #6A396A;
}
.AnyTagClassName
{
color: #6A396A;
}
</style>
background-color css
<style>
a { background-color: #6A396A; }
a { background-color: rgb(106,57,106); }
div.DivClassName
{
background-color: #6A396A;
}
.BgClassName
{
background-color: #6A396A;
}
</style>
border-color css
<style>
span { border-color: #6A396A; }
span { border-color: rgb(106,57,106); }
td.TdClassName
{
border-color: #6A396A;
}
.TagClassName
{
border-color: #6A396A;
}
</style>