Shades of Seance #6D247B
Tints of Seance #6D247B
RGB
CMYK
RGB Variations
Color information
#6D247B (or 0x6D247B) is known color: Seance. HEX triplet: 6D, 24 and 7B. RGB value is (109,36,123). Sum of RGB (Red+Green+Blue) = 109+36+123=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D247B is #92DB84. Grayscale: #434343. Windows color (decimal): -9624453 or 8070253. OLE color: 8070253.
HSL color Cylindrical-coordinate representation of color #6D247B: hue angle of 290.34º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D247B is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 36 | 123 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.52 |
| HSL | 290.34º | 0.55% | 0.31% | - |
| HSV(B) | 290.34º | 0.71% | 0.48% | - |
| XYZ | 10.51 | 5.94 | 19.33 | - |
| YUV | 67.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 123 | 0.11 | 0.71 | 0 | 0.52 | 290.34 | 0.55 | 0.31 |
| Hex | 6D | 24 | 7B | B | 47 | 0 | 34 | 122 | 37 | 1F |
| Octal | 155 | 44 | 173 | 13 | 107 | 0 | 64 | 442 | 67 | 37 |
| Binary | 1101101 | 100100 | 1111011 | 1011 | 1000111 | 0 | 110100 | 100100010 | 110111 | 11111 |
Color Harmonies of #6D247B
Complementary color
Monochromatic Colors of #6D247B
Black with #6D247B
Text Example
Text Example
White with #6D247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D247B; }
p { color: rgb(109,36,123); }
H1.HeaderClassName
{
color: #6D247B;
}
.AnyTagClassName
{
color: #6D247B;
}
</style>
background-color css
<style>
a { background-color: #6D247B; }
a { background-color: rgb(109,36,123); }
div.DivClassName
{
background-color: #6D247B;
}
.BgClassName
{
background-color: #6D247B;
}
</style>
border-color css
<style>
span { border-color: #6D247B; }
span { border-color: rgb(109,36,123); }
td.TdClassName
{
border-color: #6D247B;
}
.TagClassName
{
border-color: #6D247B;
}
</style>