Shades of Seance #6B3268
Tints of Seance #6B3268
RGB
CMYK
RGB Variations
Color information
#6B3268 (or 0x6B3268) is known color: Seance. HEX triplet: 6B, 32 and 68. RGB value is (107,50,104). Sum of RGB (Red+Green+Blue) = 107+50+104=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3268 is #94CD97. Grayscale: #494949. Windows color (decimal): -9751960 or 6828651. OLE color: 6828651.
HSL color Cylindrical-coordinate representation of color #6B3268: hue angle of 303.16º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B3268 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 104 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.58 |
| HSL | 303.16º | 0.36% | 0.31% | - |
| HSV(B) | 303.16º | 0.53% | 0.42% | - |
| XYZ | 9.7 | 6.41 | 13.82 | - |
| YUV | 73.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 104 | 0 | 0.53 | 0.03 | 0.58 | 303.16 | 0.36 | 0.31 |
| Hex | 6B | 32 | 68 | 0 | 35 | 3 | 3A | 12F | 24 | 1F |
| Octal | 153 | 62 | 150 | 0 | 65 | 3 | 72 | 457 | 44 | 37 |
| Binary | 1101011 | 110010 | 1101000 | 0 | 110101 | 11 | 111010 | 100101111 | 100100 | 11111 |
Color Harmonies of #6B3268
Complementary color
Monochromatic Colors of #6B3268
Black with #6B3268
Text Example
Text Example
White with #6B3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3268; }
p { color: rgb(107,50,104); }
H1.HeaderClassName
{
color: #6B3268;
}
.AnyTagClassName
{
color: #6B3268;
}
</style>
background-color css
<style>
a { background-color: #6B3268; }
a { background-color: rgb(107,50,104); }
div.DivClassName
{
background-color: #6B3268;
}
.BgClassName
{
background-color: #6B3268;
}
</style>
border-color css
<style>
span { border-color: #6B3268; }
span { border-color: rgb(107,50,104); }
td.TdClassName
{
border-color: #6B3268;
}
.TagClassName
{
border-color: #6B3268;
}
</style>