Shades of Seance #6B296A
Tints of Seance #6B296A
RGB
CMYK
RGB Variations
Color information
#6B296A (or 0x6B296A) is known color: Seance. HEX triplet: 6B, 29 and 6A. RGB value is (107,41,106). Sum of RGB (Red+Green+Blue) = 107+41+106=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B296A is #94D695. Grayscale: #434343. Windows color (decimal): -9754262 or 6957419. OLE color: 6957419.
HSL color Cylindrical-coordinate representation of color #6B296A: hue angle of 300.91º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B296A is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 106 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.58 |
| HSL | 300.91º | 0.45% | 0.29% | - |
| HSV(B) | 300.91º | 0.62% | 0.42% | - |
| XYZ | 9.46 | 5.75 | 14.25 | - |
| YUV | 68.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 106 | 0 | 0.62 | 0.01 | 0.58 | 300.91 | 0.45 | 0.29 |
| Hex | 6B | 29 | 6A | 0 | 3E | 1 | 3A | 12D | 2D | 1D |
| Octal | 153 | 51 | 152 | 0 | 76 | 1 | 72 | 455 | 55 | 35 |
| Binary | 1101011 | 101001 | 1101010 | 0 | 111110 | 1 | 111010 | 100101101 | 101101 | 11101 |
Color Harmonies of #6B296A
Complementary color
Monochromatic Colors of #6B296A
Black with #6B296A
Text Example
Text Example
White with #6B296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B296A; }
p { color: rgb(107,41,106); }
H1.HeaderClassName
{
color: #6B296A;
}
.AnyTagClassName
{
color: #6B296A;
}
</style>
background-color css
<style>
a { background-color: #6B296A; }
a { background-color: rgb(107,41,106); }
div.DivClassName
{
background-color: #6B296A;
}
.BgClassName
{
background-color: #6B296A;
}
</style>
border-color css
<style>
span { border-color: #6B296A; }
span { border-color: rgb(107,41,106); }
td.TdClassName
{
border-color: #6B296A;
}
.TagClassName
{
border-color: #6B296A;
}
</style>