Shades of Seance #6C226D
Tints of Seance #6C226D
RGB
CMYK
RGB Variations
Color information
#6C226D (or 0x6C226D) is known color: Seance. HEX triplet: 6C, 22 and 6D. RGB value is (108,34,109). Sum of RGB (Red+Green+Blue) = 108+34+109=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C226D is #93DD92. Grayscale: #404040. Windows color (decimal): -9690515 or 7152236. OLE color: 7152236.
HSL color Cylindrical-coordinate representation of color #6C226D: hue angle of 299.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C226D is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 34 | 109 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.57 |
| HSL | 299.2º | 0.52% | 0.28% | - |
| HSV(B) | 299.2º | 0.69% | 0.43% | - |
| XYZ | 9.52 | 5.44 | 15.02 | - |
| YUV | 64.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 109 | 0.01 | 0.69 | 0 | 0.57 | 299.2 | 0.52 | 0.28 |
| Hex | 6C | 22 | 6D | 1 | 45 | 0 | 39 | 12B | 34 | 1C |
| Octal | 154 | 42 | 155 | 1 | 105 | 0 | 71 | 453 | 64 | 34 |
| Binary | 1101100 | 100010 | 1101101 | 1 | 1000101 | 0 | 111001 | 100101011 | 110100 | 11100 |
Color Harmonies of #6C226D
Complementary color
Monochromatic Colors of #6C226D
Black with #6C226D
Text Example
Text Example
White with #6C226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C226D; }
p { color: rgb(108,34,109); }
H1.HeaderClassName
{
color: #6C226D;
}
.AnyTagClassName
{
color: #6C226D;
}
</style>
background-color css
<style>
a { background-color: #6C226D; }
a { background-color: rgb(108,34,109); }
div.DivClassName
{
background-color: #6C226D;
}
.BgClassName
{
background-color: #6C226D;
}
</style>
border-color css
<style>
span { border-color: #6C226D; }
span { border-color: rgb(108,34,109); }
td.TdClassName
{
border-color: #6C226D;
}
.TagClassName
{
border-color: #6C226D;
}
</style>