Shades of Seance #6F267C
Tints of Seance #6F267C
RGB
CMYK
RGB Variations
Color information
#6F267C (or 0x6F267C) is known color: Seance. HEX triplet: 6F, 26 and 7C. RGB value is (111,38,124). Sum of RGB (Red+Green+Blue) = 111+38+124=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F267C is #90D983. Grayscale: #454545. Windows color (decimal): -9492868 or 8136303. OLE color: 8136303.
HSL color Cylindrical-coordinate representation of color #6F267C: hue angle of 290.93º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F267C is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 38 | 124 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.51 |
| HSL | 290.93º | 0.53% | 0.32% | - |
| HSV(B) | 290.93º | 0.69% | 0.49% | - |
| XYZ | 10.89 | 6.22 | 19.7 | - |
| YUV | 69.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 124 | 0.10 | 0.69 | 0 | 0.51 | 290.93 | 0.53 | 0.32 |
| Hex | 6F | 26 | 7C | A | 45 | 0 | 33 | 123 | 35 | 20 |
| Octal | 157 | 46 | 174 | 12 | 105 | 0 | 63 | 443 | 65 | 40 |
| Binary | 1101111 | 100110 | 1111100 | 1010 | 1000101 | 0 | 110011 | 100100011 | 110101 | 100000 |
Color Harmonies of #6F267C
Complementary color
Monochromatic Colors of #6F267C
Black with #6F267C
Text Example
Text Example
White with #6F267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F267C; }
p { color: rgb(111,38,124); }
H1.HeaderClassName
{
color: #6F267C;
}
.AnyTagClassName
{
color: #6F267C;
}
</style>
background-color css
<style>
a { background-color: #6F267C; }
a { background-color: rgb(111,38,124); }
div.DivClassName
{
background-color: #6F267C;
}
.BgClassName
{
background-color: #6F267C;
}
</style>
border-color css
<style>
span { border-color: #6F267C; }
span { border-color: rgb(111,38,124); }
td.TdClassName
{
border-color: #6F267C;
}
.TagClassName
{
border-color: #6F267C;
}
</style>