Shades of Seance #6A2374
Tints of Seance #6A2374
RGB
CMYK
RGB Variations
Color information
#6A2374 (or 0x6A2374) is known color: Seance. HEX triplet: 6A, 23 and 74. RGB value is (106,35,116). Sum of RGB (Red+Green+Blue) = 106+35+116=257 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.25% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A2374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2374 is #95DC8B. Grayscale: #414141. Windows color (decimal): -9821324 or 7611242. OLE color: 7611242.
HSL color Cylindrical-coordinate representation of color #6A2374: hue angle of 292.59º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A2374 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 35 | 116 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.55 |
| HSL | 292.59º | 0.54% | 0.3% | - |
| HSV(B) | 292.59º | 0.7% | 0.45% | - |
| XYZ | 9.7 | 5.53 | 17.08 | - |
| YUV | 65.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 35 | 116 | 0.09 | 0.70 | 0 | 0.55 | 292.59 | 0.54 | 0.3 |
| Hex | 6A | 23 | 74 | 9 | 46 | 0 | 37 | 125 | 36 | 1E |
| Octal | 152 | 43 | 164 | 11 | 106 | 0 | 67 | 445 | 66 | 36 |
| Binary | 1101010 | 100011 | 1110100 | 1001 | 1000110 | 0 | 110111 | 100100101 | 110110 | 11110 |
Color Harmonies of #6A2374
Complementary color
Monochromatic Colors of #6A2374
Black with #6A2374
Text Example
Text Example
White with #6A2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2374; }
p { color: rgb(106,35,116); }
H1.HeaderClassName
{
color: #6A2374;
}
.AnyTagClassName
{
color: #6A2374;
}
</style>
background-color css
<style>
a { background-color: #6A2374; }
a { background-color: rgb(106,35,116); }
div.DivClassName
{
background-color: #6A2374;
}
.BgClassName
{
background-color: #6A2374;
}
</style>
border-color css
<style>
span { border-color: #6A2374; }
span { border-color: rgb(106,35,116); }
td.TdClassName
{
border-color: #6A2374;
}
.TagClassName
{
border-color: #6A2374;
}
</style>