Shades of Seance #6C2A73
Tints of Seance #6C2A73
RGB
CMYK
RGB Variations
Color information
#6C2A73 (or 0x6C2A73) is known color: Seance. HEX triplet: 6C, 2A and 73. RGB value is (108,42,115). Sum of RGB (Red+Green+Blue) = 108+42+115=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C2A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2A73 is #93D58C. Grayscale: #454545. Windows color (decimal): -9688461 or 7547500. OLE color: 7547500.
HSL color Cylindrical-coordinate representation of color #6C2A73: hue angle of 294.25º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C2A73 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 42 | 115 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.55 |
| HSL | 294.25º | 0.46% | 0.31% | - |
| HSV(B) | 294.25º | 0.63% | 0.45% | - |
| XYZ | 10.11 | 6.08 | 16.86 | - |
| YUV | 70.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 115 | 0.06 | 0.63 | 0 | 0.55 | 294.25 | 0.46 | 0.31 |
| Hex | 6C | 2A | 73 | 6 | 3F | 0 | 37 | 126 | 2E | 1F |
| Octal | 154 | 52 | 163 | 6 | 77 | 0 | 67 | 446 | 56 | 37 |
| Binary | 1101100 | 101010 | 1110011 | 110 | 111111 | 0 | 110111 | 100100110 | 101110 | 11111 |
Color Harmonies of #6C2A73
Complementary color
Monochromatic Colors of #6C2A73
Black with #6C2A73
Text Example
Text Example
White with #6C2A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A73; }
p { color: rgb(108,42,115); }
H1.HeaderClassName
{
color: #6C2A73;
}
.AnyTagClassName
{
color: #6C2A73;
}
</style>
background-color css
<style>
a { background-color: #6C2A73; }
a { background-color: rgb(108,42,115); }
div.DivClassName
{
background-color: #6C2A73;
}
.BgClassName
{
background-color: #6C2A73;
}
</style>
border-color css
<style>
span { border-color: #6C2A73; }
span { border-color: rgb(108,42,115); }
td.TdClassName
{
border-color: #6C2A73;
}
.TagClassName
{
border-color: #6C2A73;
}
</style>