Shades of Seance #6C2A6B
Tints of Seance #6C2A6B
RGB
CMYK
RGB Variations
Color information
#6C2A6B (or 0x6C2A6B) is known color: Seance. HEX triplet: 6C, 2A and 6B. RGB value is (108,42,107). Sum of RGB (Red+Green+Blue) = 108+42+107=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2A6B is #93D594. Grayscale: #444444. Windows color (decimal): -9688469 or 7023212. OLE color: 7023212.
HSL color Cylindrical-coordinate representation of color #6C2A6B: hue angle of 300.91º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C2A6B is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 107 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.58 |
| HSL | 300.91º | 0.44% | 0.29% | - |
| HSV(B) | 300.91º | 0.61% | 0.42% | - |
| XYZ | 9.67 | 5.91 | 14.54 | - |
| YUV | 69.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 107 | 0 | 0.61 | 0.01 | 0.58 | 300.91 | 0.44 | 0.29 |
| Hex | 6C | 2A | 6B | 0 | 3D | 1 | 3A | 12D | 2C | 1D |
| Octal | 154 | 52 | 153 | 0 | 75 | 1 | 72 | 455 | 54 | 35 |
| Binary | 1101100 | 101010 | 1101011 | 0 | 111101 | 1 | 111010 | 100101101 | 101100 | 11101 |
Color Harmonies of #6C2A6B
Complementary color
Monochromatic Colors of #6C2A6B
Black with #6C2A6B
Text Example
Text Example
White with #6C2A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A6B; }
p { color: rgb(108,42,107); }
H1.HeaderClassName
{
color: #6C2A6B;
}
.AnyTagClassName
{
color: #6C2A6B;
}
</style>
background-color css
<style>
a { background-color: #6C2A6B; }
a { background-color: rgb(108,42,107); }
div.DivClassName
{
background-color: #6C2A6B;
}
.BgClassName
{
background-color: #6C2A6B;
}
</style>
border-color css
<style>
span { border-color: #6C2A6B; }
span { border-color: rgb(108,42,107); }
td.TdClassName
{
border-color: #6C2A6B;
}
.TagClassName
{
border-color: #6C2A6B;
}
</style>