Shades of Seance #6B236C
Tints of Seance #6B236C
RGB
CMYK
RGB Variations
Color information
#6B236C (or 0x6B236C) is known color: Seance. HEX triplet: 6B, 23 and 6C. RGB value is (107,35,108). Sum of RGB (Red+Green+Blue) = 107+35+108=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B236C is #94DC93. Grayscale: #404040. Windows color (decimal): -9755796 or 7086955. OLE color: 7086955.
HSL color Cylindrical-coordinate representation of color #6B236C: hue angle of 299.18º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B236C is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 108 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.58 |
| HSL | 299.18º | 0.51% | 0.28% | - |
| HSV(B) | 299.18º | 0.68% | 0.42% | - |
| XYZ | 9.37 | 5.41 | 14.74 | - |
| YUV | 64.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 108 | 0.01 | 0.68 | 0 | 0.58 | 299.18 | 0.51 | 0.28 |
| Hex | 6B | 23 | 6C | 1 | 44 | 0 | 3A | 12B | 33 | 1C |
| Octal | 153 | 43 | 154 | 1 | 104 | 0 | 72 | 453 | 63 | 34 |
| Binary | 1101011 | 100011 | 1101100 | 1 | 1000100 | 0 | 111010 | 100101011 | 110011 | 11100 |
Color Harmonies of #6B236C
Complementary color
Monochromatic Colors of #6B236C
Black with #6B236C
Text Example
Text Example
White with #6B236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B236C; }
p { color: rgb(107,35,108); }
H1.HeaderClassName
{
color: #6B236C;
}
.AnyTagClassName
{
color: #6B236C;
}
</style>
background-color css
<style>
a { background-color: #6B236C; }
a { background-color: rgb(107,35,108); }
div.DivClassName
{
background-color: #6B236C;
}
.BgClassName
{
background-color: #6B236C;
}
</style>
border-color css
<style>
span { border-color: #6B236C; }
span { border-color: rgb(107,35,108); }
td.TdClassName
{
border-color: #6B236C;
}
.TagClassName
{
border-color: #6B236C;
}
</style>