Shades of Seance #6F346B
Tints of Seance #6F346B
RGB
CMYK
RGB Variations
Color information
#6F346B (or 0x6F346B) is known color: Seance. HEX triplet: 6F, 34 and 6B. RGB value is (111,52,107). Sum of RGB (Red+Green+Blue) = 111+52+107=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F346B is #90CB94. Grayscale: #4B4B4B. Windows color (decimal): -9489301 or 7025775. OLE color: 7025775.
HSL color Cylindrical-coordinate representation of color #6F346B: hue angle of 304.07º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F346B is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 107 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.56 |
| HSL | 304.07º | 0.36% | 0.32% | - |
| HSV(B) | 304.07º | 0.53% | 0.44% | - |
| XYZ | 10.44 | 6.9 | 14.69 | - |
| YUV | 75.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 107 | 0 | 0.53 | 0.04 | 0.56 | 304.07 | 0.36 | 0.32 |
| Hex | 6F | 34 | 6B | 0 | 35 | 4 | 38 | 130 | 24 | 20 |
| Octal | 157 | 64 | 153 | 0 | 65 | 4 | 70 | 460 | 44 | 40 |
| Binary | 1101111 | 110100 | 1101011 | 0 | 110101 | 100 | 111000 | 100110000 | 100100 | 100000 |
Color Harmonies of #6F346B
Complementary color
Monochromatic Colors of #6F346B
Black with #6F346B
Text Example
Text Example
White with #6F346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F346B; }
p { color: rgb(111,52,107); }
H1.HeaderClassName
{
color: #6F346B;
}
.AnyTagClassName
{
color: #6F346B;
}
</style>
background-color css
<style>
a { background-color: #6F346B; }
a { background-color: rgb(111,52,107); }
div.DivClassName
{
background-color: #6F346B;
}
.BgClassName
{
background-color: #6F346B;
}
</style>
border-color css
<style>
span { border-color: #6F346B; }
span { border-color: rgb(111,52,107); }
td.TdClassName
{
border-color: #6F346B;
}
.TagClassName
{
border-color: #6F346B;
}
</style>