Shades of Seance #6A396D
Tints of Seance #6A396D
RGB
CMYK
RGB Variations
Color information
#6A396D (or 0x6A396D) is known color: Seance. HEX triplet: 6A, 39 and 6D. RGB value is (106,57,109). Sum of RGB (Red+Green+Blue) = 106+57+109=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A396D is #95C692. Grayscale: #4D4D4D. Windows color (decimal): -9815699 or 7158122. OLE color: 7158122.
HSL color Cylindrical-coordinate representation of color #6A396D: hue angle of 296.54º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A396D is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 57 | 109 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.57 |
| HSL | 296.54º | 0.31% | 0.33% | - |
| HSV(B) | 296.54º | 0.48% | 0.43% | - |
| XYZ | 10.17 | 7.09 | 15.3 | - |
| YUV | 77.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 109 | 0.03 | 0.48 | 0 | 0.57 | 296.54 | 0.31 | 0.33 |
| Hex | 6A | 39 | 6D | 3 | 30 | 0 | 39 | 129 | 1F | 21 |
| Octal | 152 | 71 | 155 | 3 | 60 | 0 | 71 | 451 | 37 | 41 |
| Binary | 1101010 | 111001 | 1101101 | 11 | 110000 | 0 | 111001 | 100101001 | 11111 | 100001 |
Color Harmonies of #6A396D
Complementary color
Monochromatic Colors of #6A396D
Black with #6A396D
Text Example
Text Example
White with #6A396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A396D; }
p { color: rgb(106,57,109); }
H1.HeaderClassName
{
color: #6A396D;
}
.AnyTagClassName
{
color: #6A396D;
}
</style>
background-color css
<style>
a { background-color: #6A396D; }
a { background-color: rgb(106,57,109); }
div.DivClassName
{
background-color: #6A396D;
}
.BgClassName
{
background-color: #6A396D;
}
</style>
border-color css
<style>
span { border-color: #6A396D; }
span { border-color: rgb(106,57,109); }
td.TdClassName
{
border-color: #6A396D;
}
.TagClassName
{
border-color: #6A396D;
}
</style>