Shades of Seance #6C2B72
Tints of Seance #6C2B72
RGB
CMYK
RGB Variations
Color information
#6C2B72 (or 0x6C2B72) is known color: Seance. HEX triplet: 6C, 2B and 72. RGB value is (108,43,114). Sum of RGB (Red+Green+Blue) = 108+43+114=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C2B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2B72 is #93D48D. Grayscale: #464646. Windows color (decimal): -9688206 or 7482220. OLE color: 7482220.
HSL color Cylindrical-coordinate representation of color #6C2B72: hue angle of 294.93º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C2B72 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 43 | 114 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.55 |
| HSL | 294.93º | 0.45% | 0.31% | - |
| HSV(B) | 294.93º | 0.62% | 0.45% | - |
| XYZ | 10.09 | 6.13 | 16.57 | - |
| YUV | 70.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 114 | 0.05 | 0.62 | 0 | 0.55 | 294.93 | 0.45 | 0.31 |
| Hex | 6C | 2B | 72 | 5 | 3E | 0 | 37 | 127 | 2D | 1F |
| Octal | 154 | 53 | 162 | 5 | 76 | 0 | 67 | 447 | 55 | 37 |
| Binary | 1101100 | 101011 | 1110010 | 101 | 111110 | 0 | 110111 | 100100111 | 101101 | 11111 |
Color Harmonies of #6C2B72
Complementary color
Monochromatic Colors of #6C2B72
Black with #6C2B72
Text Example
Text Example
White with #6C2B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2B72; }
p { color: rgb(108,43,114); }
H1.HeaderClassName
{
color: #6C2B72;
}
.AnyTagClassName
{
color: #6C2B72;
}
</style>
background-color css
<style>
a { background-color: #6C2B72; }
a { background-color: rgb(108,43,114); }
div.DivClassName
{
background-color: #6C2B72;
}
.BgClassName
{
background-color: #6C2B72;
}
</style>
border-color css
<style>
span { border-color: #6C2B72; }
span { border-color: rgb(108,43,114); }
td.TdClassName
{
border-color: #6C2B72;
}
.TagClassName
{
border-color: #6C2B72;
}
</style>