Shades of Seance #6A256C
Tints of Seance #6A256C
RGB
CMYK
RGB Variations
Color information
#6A256C (or 0x6A256C) is known color: Seance. HEX triplet: 6A, 25 and 6C. RGB value is (106,37,108). Sum of RGB (Red+Green+Blue) = 106+37+108=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A256C is #95DA93. Grayscale: #414141. Windows color (decimal): -9820820 or 7087466. OLE color: 7087466.
HSL color Cylindrical-coordinate representation of color #6A256C: hue angle of 298.31º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A256C is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 37 | 108 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.58 |
| HSL | 298.31º | 0.49% | 0.28% | - |
| HSV(B) | 298.31º | 0.66% | 0.42% | - |
| XYZ | 9.31 | 5.47 | 14.75 | - |
| YUV | 65.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 108 | 0.02 | 0.66 | 0 | 0.58 | 298.31 | 0.49 | 0.28 |
| Hex | 6A | 25 | 6C | 2 | 42 | 0 | 3A | 12A | 31 | 1C |
| Octal | 152 | 45 | 154 | 2 | 102 | 0 | 72 | 452 | 61 | 34 |
| Binary | 1101010 | 100101 | 1101100 | 10 | 1000010 | 0 | 111010 | 100101010 | 110001 | 11100 |
Color Harmonies of #6A256C
Complementary color
Monochromatic Colors of #6A256C
Black with #6A256C
Text Example
Text Example
White with #6A256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A256C; }
p { color: rgb(106,37,108); }
H1.HeaderClassName
{
color: #6A256C;
}
.AnyTagClassName
{
color: #6A256C;
}
</style>
background-color css
<style>
a { background-color: #6A256C; }
a { background-color: rgb(106,37,108); }
div.DivClassName
{
background-color: #6A256C;
}
.BgClassName
{
background-color: #6A256C;
}
</style>
border-color css
<style>
span { border-color: #6A256C; }
span { border-color: rgb(106,37,108); }
td.TdClassName
{
border-color: #6A256C;
}
.TagClassName
{
border-color: #6A256C;
}
</style>