Shades of Seance #6C2575
Tints of Seance #6C2575
RGB
CMYK
RGB Variations
Color information
#6C2575 (or 0x6C2575) is known color: Seance. HEX triplet: 6C, 25 and 75. RGB value is (108,37,117). Sum of RGB (Red+Green+Blue) = 108+37+117=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C2575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2575 is #93DA8A. Grayscale: #434343. Windows color (decimal): -9689739 or 7677292. OLE color: 7677292.
HSL color Cylindrical-coordinate representation of color #6C2575: hue angle of 293.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2575 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 37 | 117 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.54 |
| HSL | 293.25º | 0.52% | 0.3% | - |
| HSV(B) | 293.25º | 0.68% | 0.46% | - |
| XYZ | 10.06 | 5.8 | 17.42 | - |
| YUV | 67.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 117 | 0.08 | 0.68 | 0 | 0.54 | 293.25 | 0.52 | 0.3 |
| Hex | 6C | 25 | 75 | 8 | 44 | 0 | 36 | 125 | 34 | 1E |
| Octal | 154 | 45 | 165 | 10 | 104 | 0 | 66 | 445 | 64 | 36 |
| Binary | 1101100 | 100101 | 1110101 | 1000 | 1000100 | 0 | 110110 | 100100101 | 110100 | 11110 |
Color Harmonies of #6C2575
Complementary color
Monochromatic Colors of #6C2575
Black with #6C2575
Text Example
Text Example
White with #6C2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2575; }
p { color: rgb(108,37,117); }
H1.HeaderClassName
{
color: #6C2575;
}
.AnyTagClassName
{
color: #6C2575;
}
</style>
background-color css
<style>
a { background-color: #6C2575; }
a { background-color: rgb(108,37,117); }
div.DivClassName
{
background-color: #6C2575;
}
.BgClassName
{
background-color: #6C2575;
}
</style>
border-color css
<style>
span { border-color: #6C2575; }
span { border-color: rgb(108,37,117); }
td.TdClassName
{
border-color: #6C2575;
}
.TagClassName
{
border-color: #6C2575;
}
</style>