Shades of Seance #6B2B6A
Tints of Seance #6B2B6A
RGB
CMYK
RGB Variations
Color information
#6B2B6A (or 0x6B2B6A) is known color: Seance. HEX triplet: 6B, 2B and 6A. RGB value is (107,43,106). Sum of RGB (Red+Green+Blue) = 107+43+106=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2B6A is #94D495. Grayscale: #454545. Windows color (decimal): -9753750 or 6957931. OLE color: 6957931.
HSL color Cylindrical-coordinate representation of color #6B2B6A: hue angle of 300.94º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B2B6A is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 43 | 106 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.58 |
| HSL | 300.94º | 0.43% | 0.29% | - |
| HSV(B) | 300.94º | 0.6% | 0.42% | - |
| XYZ | 9.53 | 5.89 | 14.27 | - |
| YUV | 69.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 106 | 0 | 0.60 | 0.01 | 0.58 | 300.94 | 0.43 | 0.29 |
| Hex | 6B | 2B | 6A | 0 | 3C | 1 | 3A | 12D | 2B | 1D |
| Octal | 153 | 53 | 152 | 0 | 74 | 1 | 72 | 455 | 53 | 35 |
| Binary | 1101011 | 101011 | 1101010 | 0 | 111100 | 1 | 111010 | 100101101 | 101011 | 11101 |
Color Harmonies of #6B2B6A
Complementary color
Monochromatic Colors of #6B2B6A
Black with #6B2B6A
Text Example
Text Example
White with #6B2B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2B6A; }
p { color: rgb(107,43,106); }
H1.HeaderClassName
{
color: #6B2B6A;
}
.AnyTagClassName
{
color: #6B2B6A;
}
</style>
background-color css
<style>
a { background-color: #6B2B6A; }
a { background-color: rgb(107,43,106); }
div.DivClassName
{
background-color: #6B2B6A;
}
.BgClassName
{
background-color: #6B2B6A;
}
</style>
border-color css
<style>
span { border-color: #6B2B6A; }
span { border-color: rgb(107,43,106); }
td.TdClassName
{
border-color: #6B2B6A;
}
.TagClassName
{
border-color: #6B2B6A;
}
</style>