Shades of Seance #6B3168
Tints of Seance #6B3168
RGB
CMYK
RGB Variations
Color information
#6B3168 (or 0x6B3168) is known color: Seance. HEX triplet: 6B, 31 and 68. RGB value is (107,49,104). Sum of RGB (Red+Green+Blue) = 107+49+104=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3168 is #94CE97. Grayscale: #484848. Windows color (decimal): -9752216 or 6828395. OLE color: 6828395.
HSL color Cylindrical-coordinate representation of color #6B3168: hue angle of 303.1º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B3168 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 49 | 104 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.58 |
| HSL | 303.1º | 0.37% | 0.31% | - |
| HSV(B) | 303.1º | 0.54% | 0.42% | - |
| XYZ | 9.66 | 6.32 | 13.81 | - |
| YUV | 72.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 104 | 0 | 0.54 | 0.03 | 0.58 | 303.1 | 0.37 | 0.31 |
| Hex | 6B | 31 | 68 | 0 | 36 | 3 | 3A | 12F | 25 | 1F |
| Octal | 153 | 61 | 150 | 0 | 66 | 3 | 72 | 457 | 45 | 37 |
| Binary | 1101011 | 110001 | 1101000 | 0 | 110110 | 11 | 111010 | 100101111 | 100101 | 11111 |
Color Harmonies of #6B3168
Complementary color
Monochromatic Colors of #6B3168
Black with #6B3168
Text Example
Text Example
White with #6B3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3168; }
p { color: rgb(107,49,104); }
H1.HeaderClassName
{
color: #6B3168;
}
.AnyTagClassName
{
color: #6B3168;
}
</style>
background-color css
<style>
a { background-color: #6B3168; }
a { background-color: rgb(107,49,104); }
div.DivClassName
{
background-color: #6B3168;
}
.BgClassName
{
background-color: #6B3168;
}
</style>
border-color css
<style>
span { border-color: #6B3168; }
span { border-color: rgb(107,49,104); }
td.TdClassName
{
border-color: #6B3168;
}
.TagClassName
{
border-color: #6B3168;
}
</style>