Shades of Seance #6D2670
Tints of Seance #6D2670
RGB
CMYK
RGB Variations
Color information
#6D2670 (or 0x6D2670) is known color: Seance. HEX triplet: 6D, 26 and 70. RGB value is (109,38,112). Sum of RGB (Red+Green+Blue) = 109+38+112=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D2670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2670 is #92D98F. Grayscale: #434343. Windows color (decimal): -9623952 or 7349869. OLE color: 7349869.
HSL color Cylindrical-coordinate representation of color #6D2670: hue angle of 297.57º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2670 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 38 | 112 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.56 |
| HSL | 297.57º | 0.49% | 0.29% | - |
| HSV(B) | 297.57º | 0.66% | 0.44% | - |
| XYZ | 9.92 | 5.81 | 15.93 | - |
| YUV | 67.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 112 | 0.03 | 0.66 | 0 | 0.56 | 297.57 | 0.49 | 0.29 |
| Hex | 6D | 26 | 70 | 3 | 42 | 0 | 38 | 12A | 31 | 1D |
| Octal | 155 | 46 | 160 | 3 | 102 | 0 | 70 | 452 | 61 | 35 |
| Binary | 1101101 | 100110 | 1110000 | 11 | 1000010 | 0 | 111000 | 100101010 | 110001 | 11101 |
Color Harmonies of #6D2670
Complementary color
Monochromatic Colors of #6D2670
Black with #6D2670
Text Example
Text Example
White with #6D2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2670; }
p { color: rgb(109,38,112); }
H1.HeaderClassName
{
color: #6D2670;
}
.AnyTagClassName
{
color: #6D2670;
}
</style>
background-color css
<style>
a { background-color: #6D2670; }
a { background-color: rgb(109,38,112); }
div.DivClassName
{
background-color: #6D2670;
}
.BgClassName
{
background-color: #6D2670;
}
</style>
border-color css
<style>
span { border-color: #6D2670; }
span { border-color: rgb(109,38,112); }
td.TdClassName
{
border-color: #6D2670;
}
.TagClassName
{
border-color: #6D2670;
}
</style>