Shades of Seance #6B316D
Tints of Seance #6B316D
RGB
CMYK
RGB Variations
Color information
#6B316D (or 0x6B316D) is known color: Seance. HEX triplet: 6B, 31 and 6D. RGB value is (107,49,109). Sum of RGB (Red+Green+Blue) = 107+49+109=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B316D is #94CE92. Grayscale: #494949. Windows color (decimal): -9752211 or 7156075. OLE color: 7156075.
HSL color Cylindrical-coordinate representation of color #6B316D: hue angle of 298º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B316D is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 49 | 109 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.57 |
| HSL | 298º | 0.38% | 0.31% | - |
| HSV(B) | 298º | 0.55% | 0.43% | - |
| XYZ | 9.92 | 6.43 | 15.19 | - |
| YUV | 73.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 109 | 0.02 | 0.55 | 0 | 0.57 | 298 | 0.38 | 0.31 |
| Hex | 6B | 31 | 6D | 2 | 37 | 0 | 39 | 12A | 26 | 1F |
| Octal | 153 | 61 | 155 | 2 | 67 | 0 | 71 | 452 | 46 | 37 |
| Binary | 1101011 | 110001 | 1101101 | 10 | 110111 | 0 | 111001 | 100101010 | 100110 | 11111 |
Color Harmonies of #6B316D
Complementary color
Monochromatic Colors of #6B316D
Black with #6B316D
Text Example
Text Example
White with #6B316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B316D; }
p { color: rgb(107,49,109); }
H1.HeaderClassName
{
color: #6B316D;
}
.AnyTagClassName
{
color: #6B316D;
}
</style>
background-color css
<style>
a { background-color: #6B316D; }
a { background-color: rgb(107,49,109); }
div.DivClassName
{
background-color: #6B316D;
}
.BgClassName
{
background-color: #6B316D;
}
</style>
border-color css
<style>
span { border-color: #6B316D; }
span { border-color: rgb(107,49,109); }
td.TdClassName
{
border-color: #6B316D;
}
.TagClassName
{
border-color: #6B316D;
}
</style>