Shades of Seance #6F2F6E
Tints of Seance #6F2F6E
RGB
CMYK
RGB Variations
Color information
#6F2F6E (or 0x6F2F6E) is known color: Seance. HEX triplet: 6F, 2F and 6E. RGB value is (111,47,110). Sum of RGB (Red+Green+Blue) = 111+47+110=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2F6E is #90D091. Grayscale: #494949. Windows color (decimal): -9490578 or 7221103. OLE color: 7221103.
HSL color Cylindrical-coordinate representation of color #6F2F6E: hue angle of 300.94º 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 #6F2F6E is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 47 | 110 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.56 |
| HSL | 300.94º | 0.41% | 0.31% | - |
| HSV(B) | 300.94º | 0.58% | 0.44% | - |
| XYZ | 10.39 | 6.54 | 15.47 | - |
| YUV | 73.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 110 | 0 | 0.58 | 0.01 | 0.56 | 300.94 | 0.41 | 0.31 |
| Hex | 6F | 2F | 6E | 0 | 3A | 1 | 38 | 12D | 29 | 1F |
| Octal | 157 | 57 | 156 | 0 | 72 | 1 | 70 | 455 | 51 | 37 |
| Binary | 1101111 | 101111 | 1101110 | 0 | 111010 | 1 | 111000 | 100101101 | 101001 | 11111 |
Color Harmonies of #6F2F6E
Complementary color
Monochromatic Colors of #6F2F6E
Black with #6F2F6E
Text Example
Text Example
White with #6F2F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2F6E; }
p { color: rgb(111,47,110); }
H1.HeaderClassName
{
color: #6F2F6E;
}
.AnyTagClassName
{
color: #6F2F6E;
}
</style>
background-color css
<style>
a { background-color: #6F2F6E; }
a { background-color: rgb(111,47,110); }
div.DivClassName
{
background-color: #6F2F6E;
}
.BgClassName
{
background-color: #6F2F6E;
}
</style>
border-color css
<style>
span { border-color: #6F2F6E; }
span { border-color: rgb(111,47,110); }
td.TdClassName
{
border-color: #6F2F6E;
}
.TagClassName
{
border-color: #6F2F6E;
}
</style>