Shades of Seance #6C286B
Tints of Seance #6C286B
RGB
CMYK
RGB Variations
Color information
#6C286B (or 0x6C286B) is known color: Seance. HEX triplet: 6C, 28 and 6B. RGB value is (108,40,107). Sum of RGB (Red+Green+Blue) = 108+40+107=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C286B is #93D794. Grayscale: #434343. Windows color (decimal): -9688981 or 7022700. OLE color: 7022700.
HSL color Cylindrical-coordinate representation of color #6C286B: hue angle of 300.88º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C286B is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 107 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.58 |
| HSL | 300.88º | 0.46% | 0.29% | - |
| HSV(B) | 300.88º | 0.63% | 0.42% | - |
| XYZ | 9.6 | 5.77 | 14.52 | - |
| YUV | 67.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 107 | 0 | 0.63 | 0.01 | 0.58 | 300.88 | 0.46 | 0.29 |
| Hex | 6C | 28 | 6B | 0 | 3F | 1 | 3A | 12D | 2E | 1D |
| Octal | 154 | 50 | 153 | 0 | 77 | 1 | 72 | 455 | 56 | 35 |
| Binary | 1101100 | 101000 | 1101011 | 0 | 111111 | 1 | 111010 | 100101101 | 101110 | 11101 |
Color Harmonies of #6C286B
Complementary color
Monochromatic Colors of #6C286B
Black with #6C286B
Text Example
Text Example
White with #6C286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C286B; }
p { color: rgb(108,40,107); }
H1.HeaderClassName
{
color: #6C286B;
}
.AnyTagClassName
{
color: #6C286B;
}
</style>
background-color css
<style>
a { background-color: #6C286B; }
a { background-color: rgb(108,40,107); }
div.DivClassName
{
background-color: #6C286B;
}
.BgClassName
{
background-color: #6C286B;
}
</style>
border-color css
<style>
span { border-color: #6C286B; }
span { border-color: rgb(108,40,107); }
td.TdClassName
{
border-color: #6C286B;
}
.TagClassName
{
border-color: #6C286B;
}
</style>