Shades of Seance #6C2175
Tints of Seance #6C2175
RGB
CMYK
RGB Variations
Color information
#6C2175 (or 0x6C2175) is known color: Seance. HEX triplet: 6C, 21 and 75. RGB value is (108,33,117). Sum of RGB (Red+Green+Blue) = 108+33+117=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C2175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2175 is #93DE8A. Grayscale: #404040. Windows color (decimal): -9690763 or 7676268. OLE color: 7676268.
HSL color Cylindrical-coordinate representation of color #6C2175: hue angle of 293.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C2175 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 33 | 117 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.54 |
| HSL | 293.57º | 0.56% | 0.29% | - |
| HSV(B) | 293.57º | 0.72% | 0.46% | - |
| XYZ | 9.94 | 5.56 | 17.38 | - |
| YUV | 65 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 117 | 0.08 | 0.72 | 0 | 0.54 | 293.57 | 0.56 | 0.29 |
| Hex | 6C | 21 | 75 | 8 | 48 | 0 | 36 | 126 | 38 | 1D |
| Octal | 154 | 41 | 165 | 10 | 110 | 0 | 66 | 446 | 70 | 35 |
| Binary | 1101100 | 100001 | 1110101 | 1000 | 1001000 | 0 | 110110 | 100100110 | 111000 | 11101 |
Color Harmonies of #6C2175
Complementary color
Monochromatic Colors of #6C2175
Black with #6C2175
Text Example
Text Example
White with #6C2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2175; }
p { color: rgb(108,33,117); }
H1.HeaderClassName
{
color: #6C2175;
}
.AnyTagClassName
{
color: #6C2175;
}
</style>
background-color css
<style>
a { background-color: #6C2175; }
a { background-color: rgb(108,33,117); }
div.DivClassName
{
background-color: #6C2175;
}
.BgClassName
{
background-color: #6C2175;
}
</style>
border-color css
<style>
span { border-color: #6C2175; }
span { border-color: rgb(108,33,117); }
td.TdClassName
{
border-color: #6C2175;
}
.TagClassName
{
border-color: #6C2175;
}
</style>