Shades of Seance #6C2272
Tints of Seance #6C2272
RGB
CMYK
RGB Variations
Color information
#6C2272 (or 0x6C2272) is known color: Seance. HEX triplet: 6C, 22 and 72. RGB value is (108,34,114). Sum of RGB (Red+Green+Blue) = 108+34+114=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C2272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2272 is #93DD8D. Grayscale: #414141. Windows color (decimal): -9690510 or 7479916. OLE color: 7479916.
HSL color Cylindrical-coordinate representation of color #6C2272: hue angle of 295.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2272 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 34 | 114 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.55 |
| HSL | 295.5º | 0.54% | 0.29% | - |
| HSV(B) | 295.5º | 0.7% | 0.45% | - |
| XYZ | 9.79 | 5.55 | 16.47 | - |
| YUV | 65.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 114 | 0.05 | 0.70 | 0 | 0.55 | 295.5 | 0.54 | 0.29 |
| Hex | 6C | 22 | 72 | 5 | 46 | 0 | 37 | 128 | 36 | 1D |
| Octal | 154 | 42 | 162 | 5 | 106 | 0 | 67 | 450 | 66 | 35 |
| Binary | 1101100 | 100010 | 1110010 | 101 | 1000110 | 0 | 110111 | 100101000 | 110110 | 11101 |
Color Harmonies of #6C2272
Complementary color
Monochromatic Colors of #6C2272
Black with #6C2272
Text Example
Text Example
White with #6C2272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2272; }
p { color: rgb(108,34,114); }
H1.HeaderClassName
{
color: #6C2272;
}
.AnyTagClassName
{
color: #6C2272;
}
</style>
background-color css
<style>
a { background-color: #6C2272; }
a { background-color: rgb(108,34,114); }
div.DivClassName
{
background-color: #6C2272;
}
.BgClassName
{
background-color: #6C2272;
}
</style>
border-color css
<style>
span { border-color: #6C2272; }
span { border-color: rgb(108,34,114); }
td.TdClassName
{
border-color: #6C2272;
}
.TagClassName
{
border-color: #6C2272;
}
</style>