Shades of Seance #6C2E6F
Tints of Seance #6C2E6F
RGB
CMYK
RGB Variations
Color information
#6C2E6F (or 0x6C2E6F) is known color: Seance. HEX triplet: 6C, 2E and 6F. RGB value is (108,46,111). Sum of RGB (Red+Green+Blue) = 108+46+111=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C2E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2E6F is #93D190. Grayscale: #474747. Windows color (decimal): -9687441 or 7286380. OLE color: 7286380.
HSL color Cylindrical-coordinate representation of color #6C2E6F: hue angle of 297.23º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C2E6F is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 46 | 111 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.56 |
| HSL | 297.23º | 0.41% | 0.31% | - |
| HSV(B) | 297.23º | 0.59% | 0.44% | - |
| XYZ | 10.03 | 6.29 | 15.72 | - |
| YUV | 71.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 46 | 111 | 0.03 | 0.59 | 0 | 0.56 | 297.23 | 0.41 | 0.31 |
| Hex | 6C | 2E | 6F | 3 | 3B | 0 | 38 | 129 | 29 | 1F |
| Octal | 154 | 56 | 157 | 3 | 73 | 0 | 70 | 451 | 51 | 37 |
| Binary | 1101100 | 101110 | 1101111 | 11 | 111011 | 0 | 111000 | 100101001 | 101001 | 11111 |
Color Harmonies of #6C2E6F
Complementary color
Monochromatic Colors of #6C2E6F
Black with #6C2E6F
Text Example
Text Example
White with #6C2E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2E6F; }
p { color: rgb(108,46,111); }
H1.HeaderClassName
{
color: #6C2E6F;
}
.AnyTagClassName
{
color: #6C2E6F;
}
</style>
background-color css
<style>
a { background-color: #6C2E6F; }
a { background-color: rgb(108,46,111); }
div.DivClassName
{
background-color: #6C2E6F;
}
.BgClassName
{
background-color: #6C2E6F;
}
</style>
border-color css
<style>
span { border-color: #6C2E6F; }
span { border-color: rgb(108,46,111); }
td.TdClassName
{
border-color: #6C2E6F;
}
.TagClassName
{
border-color: #6C2E6F;
}
</style>