Shades of Seance #6F237C
Tints of Seance #6F237C
RGB
CMYK
RGB Variations
Color information
#6F237C (or 0x6F237C) is known color: Seance. HEX triplet: 6F, 23 and 7C. RGB value is (111,35,124). Sum of RGB (Red+Green+Blue) = 111+35+124=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F237C is #90DC83. Grayscale: #434343. Windows color (decimal): -9493636 or 8135535. OLE color: 8135535.
HSL color Cylindrical-coordinate representation of color #6F237C: hue angle of 291.24º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F237C is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 35 | 124 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.51 |
| HSL | 291.24º | 0.56% | 0.31% | - |
| HSV(B) | 291.24º | 0.72% | 0.49% | - |
| XYZ | 10.79 | 6.04 | 19.67 | - |
| YUV | 67.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 124 | 0.10 | 0.72 | 0 | 0.51 | 291.24 | 0.56 | 0.31 |
| Hex | 6F | 23 | 7C | A | 48 | 0 | 33 | 123 | 38 | 1F |
| Octal | 157 | 43 | 174 | 12 | 110 | 0 | 63 | 443 | 70 | 37 |
| Binary | 1101111 | 100011 | 1111100 | 1010 | 1001000 | 0 | 110011 | 100100011 | 111000 | 11111 |
Color Harmonies of #6F237C
Complementary color
Monochromatic Colors of #6F237C
Black with #6F237C
Text Example
Text Example
White with #6F237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F237C; }
p { color: rgb(111,35,124); }
H1.HeaderClassName
{
color: #6F237C;
}
.AnyTagClassName
{
color: #6F237C;
}
</style>
background-color css
<style>
a { background-color: #6F237C; }
a { background-color: rgb(111,35,124); }
div.DivClassName
{
background-color: #6F237C;
}
.BgClassName
{
background-color: #6F237C;
}
</style>
border-color css
<style>
span { border-color: #6F237C; }
span { border-color: rgb(111,35,124); }
td.TdClassName
{
border-color: #6F237C;
}
.TagClassName
{
border-color: #6F237C;
}
</style>