Shades of Seance #6F326A
Tints of Seance #6F326A
RGB
CMYK
RGB Variations
Color information
#6F326A (or 0x6F326A) is known color: Seance. HEX triplet: 6F, 32 and 6A. RGB value is (111,50,106). Sum of RGB (Red+Green+Blue) = 111+50+106=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F326A is #90CD95. Grayscale: #4A4A4A. Windows color (decimal): -9489814 or 6959727. OLE color: 6959727.
HSL color Cylindrical-coordinate representation of color #6F326A: hue angle of 304.92º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F326A is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 106 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.56 |
| HSL | 304.92º | 0.38% | 0.32% | - |
| HSV(B) | 304.92º | 0.55% | 0.44% | - |
| XYZ | 10.3 | 6.7 | 14.39 | - |
| YUV | 74.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 106 | 0 | 0.55 | 0.05 | 0.56 | 304.92 | 0.38 | 0.32 |
| Hex | 6F | 32 | 6A | 0 | 37 | 5 | 38 | 131 | 26 | 20 |
| Octal | 157 | 62 | 152 | 0 | 67 | 5 | 70 | 461 | 46 | 40 |
| Binary | 1101111 | 110010 | 1101010 | 0 | 110111 | 101 | 111000 | 100110001 | 100110 | 100000 |
Color Harmonies of #6F326A
Complementary color
Monochromatic Colors of #6F326A
Black with #6F326A
Text Example
Text Example
White with #6F326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F326A; }
p { color: rgb(111,50,106); }
H1.HeaderClassName
{
color: #6F326A;
}
.AnyTagClassName
{
color: #6F326A;
}
</style>
background-color css
<style>
a { background-color: #6F326A; }
a { background-color: rgb(111,50,106); }
div.DivClassName
{
background-color: #6F326A;
}
.BgClassName
{
background-color: #6F326A;
}
</style>
border-color css
<style>
span { border-color: #6F326A; }
span { border-color: rgb(111,50,106); }
td.TdClassName
{
border-color: #6F326A;
}
.TagClassName
{
border-color: #6F326A;
}
</style>