Shades of Seance #6F2F6D
Tints of Seance #6F2F6D
RGB
CMYK
RGB Variations
Color information
#6F2F6D (or 0x6F2F6D) is known color: Seance. HEX triplet: 6F, 2F and 6D. RGB value is (111,47,109). Sum of RGB (Red+Green+Blue) = 111+47+109=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2F6D is #90D092. Grayscale: #494949. Windows color (decimal): -9490579 or 7155567. OLE color: 7155567.
HSL color Cylindrical-coordinate representation of color #6F2F6D: hue angle of 301.88º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F2F6D is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 47 | 109 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.56 |
| HSL | 301.88º | 0.41% | 0.31% | - |
| HSV(B) | 301.88º | 0.58% | 0.44% | - |
| XYZ | 10.33 | 6.52 | 15.18 | - |
| YUV | 73.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 109 | 0 | 0.58 | 0.02 | 0.56 | 301.88 | 0.41 | 0.31 |
| Hex | 6F | 2F | 6D | 0 | 3A | 2 | 38 | 12E | 29 | 1F |
| Octal | 157 | 57 | 155 | 0 | 72 | 2 | 70 | 456 | 51 | 37 |
| Binary | 1101111 | 101111 | 1101101 | 0 | 111010 | 10 | 111000 | 100101110 | 101001 | 11111 |
Color Harmonies of #6F2F6D
Complementary color
Monochromatic Colors of #6F2F6D
Black with #6F2F6D
Text Example
Text Example
White with #6F2F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2F6D; }
p { color: rgb(111,47,109); }
H1.HeaderClassName
{
color: #6F2F6D;
}
.AnyTagClassName
{
color: #6F2F6D;
}
</style>
background-color css
<style>
a { background-color: #6F2F6D; }
a { background-color: rgb(111,47,109); }
div.DivClassName
{
background-color: #6F2F6D;
}
.BgClassName
{
background-color: #6F2F6D;
}
</style>
border-color css
<style>
span { border-color: #6F2F6D; }
span { border-color: rgb(111,47,109); }
td.TdClassName
{
border-color: #6F2F6D;
}
.TagClassName
{
border-color: #6F2F6D;
}
</style>