Shades of Seance #6F3C6A
Tints of Seance #6F3C6A
RGB
CMYK
RGB Variations
Color information
#6F3C6A (or 0x6F3C6A) is known color: Seance. HEX triplet: 6F, 3C and 6A. RGB value is (111,60,106). Sum of RGB (Red+Green+Blue) = 111+60+106=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3C6A is #90C395. Grayscale: #505050. Windows color (decimal): -9487254 or 6962287. OLE color: 6962287.
HSL color Cylindrical-coordinate representation of color #6F3C6A: hue angle of 305.88º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F3C6A is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 106 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.56 |
| HSL | 305.88º | 0.3% | 0.34% | - |
| HSV(B) | 305.88º | 0.46% | 0.44% | - |
| XYZ | 10.77 | 7.65 | 14.54 | - |
| YUV | 80.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 106 | 0 | 0.46 | 0.05 | 0.56 | 305.88 | 0.3 | 0.34 |
| Hex | 6F | 3C | 6A | 0 | 2E | 5 | 38 | 132 | 1E | 22 |
| Octal | 157 | 74 | 152 | 0 | 56 | 5 | 70 | 462 | 36 | 42 |
| Binary | 1101111 | 111100 | 1101010 | 0 | 101110 | 101 | 111000 | 100110010 | 11110 | 100010 |
Color Harmonies of #6F3C6A
Complementary color
Monochromatic Colors of #6F3C6A
Black with #6F3C6A
Text Example
Text Example
White with #6F3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C6A; }
p { color: rgb(111,60,106); }
H1.HeaderClassName
{
color: #6F3C6A;
}
.AnyTagClassName
{
color: #6F3C6A;
}
</style>
background-color css
<style>
a { background-color: #6F3C6A; }
a { background-color: rgb(111,60,106); }
div.DivClassName
{
background-color: #6F3C6A;
}
.BgClassName
{
background-color: #6F3C6A;
}
</style>
border-color css
<style>
span { border-color: #6F3C6A; }
span { border-color: rgb(111,60,106); }
td.TdClassName
{
border-color: #6F3C6A;
}
.TagClassName
{
border-color: #6F3C6A;
}
</style>