Shades of Seance #6C276D
Tints of Seance #6C276D
RGB
CMYK
RGB Variations
Color information
#6C276D (or 0x6C276D) is known color: Seance. HEX triplet: 6C, 27 and 6D. RGB value is (108,39,109). Sum of RGB (Red+Green+Blue) = 108+39+109=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C276D is #93D892. Grayscale: #434343. Windows color (decimal): -9689235 or 7153516. OLE color: 7153516.
HSL color Cylindrical-coordinate representation of color #6C276D: hue angle of 299.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C276D is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 39 | 109 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.57 |
| HSL | 299.14º | 0.47% | 0.29% | - |
| HSV(B) | 299.14º | 0.64% | 0.43% | - |
| XYZ | 9.67 | 5.74 | 15.07 | - |
| YUV | 67.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 109 | 0.01 | 0.64 | 0 | 0.57 | 299.14 | 0.47 | 0.29 |
| Hex | 6C | 27 | 6D | 1 | 40 | 0 | 39 | 12B | 2F | 1D |
| Octal | 154 | 47 | 155 | 1 | 100 | 0 | 71 | 453 | 57 | 35 |
| Binary | 1101100 | 100111 | 1101101 | 1 | 1000000 | 0 | 111001 | 100101011 | 101111 | 11101 |
Color Harmonies of #6C276D
Complementary color
Monochromatic Colors of #6C276D
Black with #6C276D
Text Example
Text Example
White with #6C276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C276D; }
p { color: rgb(108,39,109); }
H1.HeaderClassName
{
color: #6C276D;
}
.AnyTagClassName
{
color: #6C276D;
}
</style>
background-color css
<style>
a { background-color: #6C276D; }
a { background-color: rgb(108,39,109); }
div.DivClassName
{
background-color: #6C276D;
}
.BgClassName
{
background-color: #6C276D;
}
</style>
border-color css
<style>
span { border-color: #6C276D; }
span { border-color: rgb(108,39,109); }
td.TdClassName
{
border-color: #6C276D;
}
.TagClassName
{
border-color: #6C276D;
}
</style>