Shades of Seance #6B386A
Tints of Seance #6B386A
RGB
CMYK
RGB Variations
Color information
#6B386A (or 0x6B386A) is known color: Seance. HEX triplet: 6B, 38 and 6A. RGB value is (107,56,106). Sum of RGB (Red+Green+Blue) = 107+56+106=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B386A is #94C795. Grayscale: #4C4C4C. Windows color (decimal): -9750422 or 6961259. OLE color: 6961259.
HSL color Cylindrical-coordinate representation of color #6B386A: hue angle of 301.18º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B386A is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 56 | 106 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.58 |
| HSL | 301.18º | 0.31% | 0.32% | - |
| HSV(B) | 301.18º | 0.48% | 0.42% | - |
| XYZ | 10.08 | 6.99 | 14.45 | - |
| YUV | 76.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 56 | 106 | 0 | 0.48 | 0.01 | 0.58 | 301.18 | 0.31 | 0.32 |
| Hex | 6B | 38 | 6A | 0 | 30 | 1 | 3A | 12D | 1F | 20 |
| Octal | 153 | 70 | 152 | 0 | 60 | 1 | 72 | 455 | 37 | 40 |
| Binary | 1101011 | 111000 | 1101010 | 0 | 110000 | 1 | 111010 | 100101101 | 11111 | 100000 |
Color Harmonies of #6B386A
Complementary color
Monochromatic Colors of #6B386A
Black with #6B386A
Text Example
Text Example
White with #6B386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B386A; }
p { color: rgb(107,56,106); }
H1.HeaderClassName
{
color: #6B386A;
}
.AnyTagClassName
{
color: #6B386A;
}
</style>
background-color css
<style>
a { background-color: #6B386A; }
a { background-color: rgb(107,56,106); }
div.DivClassName
{
background-color: #6B386A;
}
.BgClassName
{
background-color: #6B386A;
}
</style>
border-color css
<style>
span { border-color: #6B386A; }
span { border-color: rgb(107,56,106); }
td.TdClassName
{
border-color: #6B386A;
}
.TagClassName
{
border-color: #6B386A;
}
</style>