Shades of Seance #6D2A6B
Tints of Seance #6D2A6B
RGB
CMYK
RGB Variations
Color information
#6D2A6B (or 0x6D2A6B) is known color: Seance. HEX triplet: 6D, 2A and 6B. RGB value is (109,42,107). Sum of RGB (Red+Green+Blue) = 109+42+107=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A6B is #92D594. Grayscale: #454545. Windows color (decimal): -9622933 or 7023213. OLE color: 7023213.
HSL color Cylindrical-coordinate representation of color #6D2A6B: hue angle of 301.79º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2A6B is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 107 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.57 |
| HSL | 301.79º | 0.44% | 0.3% | - |
| HSV(B) | 301.79º | 0.61% | 0.43% | - |
| XYZ | 9.79 | 5.97 | 14.55 | - |
| YUV | 69.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 107 | 0 | 0.61 | 0.02 | 0.57 | 301.79 | 0.44 | 0.3 |
| Hex | 6D | 2A | 6B | 0 | 3D | 2 | 39 | 12E | 2C | 1E |
| Octal | 155 | 52 | 153 | 0 | 75 | 2 | 71 | 456 | 54 | 36 |
| Binary | 1101101 | 101010 | 1101011 | 0 | 111101 | 10 | 111001 | 100101110 | 101100 | 11110 |
Color Harmonies of #6D2A6B
Complementary color
Monochromatic Colors of #6D2A6B
Black with #6D2A6B
Text Example
Text Example
White with #6D2A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A6B; }
p { color: rgb(109,42,107); }
H1.HeaderClassName
{
color: #6D2A6B;
}
.AnyTagClassName
{
color: #6D2A6B;
}
</style>
background-color css
<style>
a { background-color: #6D2A6B; }
a { background-color: rgb(109,42,107); }
div.DivClassName
{
background-color: #6D2A6B;
}
.BgClassName
{
background-color: #6D2A6B;
}
</style>
border-color css
<style>
span { border-color: #6D2A6B; }
span { border-color: rgb(109,42,107); }
td.TdClassName
{
border-color: #6D2A6B;
}
.TagClassName
{
border-color: #6D2A6B;
}
</style>