Shades of Seance #6A247B
Tints of Seance #6A247B
RGB
CMYK
RGB Variations
Color information
#6A247B (or 0x6A247B) is known color: Seance. HEX triplet: 6A, 24 and 7B. RGB value is (106,36,123). Sum of RGB (Red+Green+Blue) = 106+36+123=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A247B is #95DB84. Grayscale: #424242. Windows color (decimal): -9821061 or 8070250. OLE color: 8070250.
HSL color Cylindrical-coordinate representation of color #6A247B: hue angle of 288.28º 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 #6A247B is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 36 | 123 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.52 |
| HSL | 288.28º | 0.55% | 0.31% | - |
| HSV(B) | 288.28º | 0.71% | 0.48% | - |
| XYZ | 10.15 | 5.76 | 19.31 | - |
| YUV | 66.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 36 | 123 | 0.14 | 0.71 | 0 | 0.52 | 288.28 | 0.55 | 0.31 |
| Hex | 6A | 24 | 7B | E | 47 | 0 | 34 | 120 | 37 | 1F |
| Octal | 152 | 44 | 173 | 16 | 107 | 0 | 64 | 440 | 67 | 37 |
| Binary | 1101010 | 100100 | 1111011 | 1110 | 1000111 | 0 | 110100 | 100100000 | 110111 | 11111 |
Color Harmonies of #6A247B
Complementary color
Monochromatic Colors of #6A247B
Black with #6A247B
Text Example
Text Example
White with #6A247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A247B; }
p { color: rgb(106,36,123); }
H1.HeaderClassName
{
color: #6A247B;
}
.AnyTagClassName
{
color: #6A247B;
}
</style>
background-color css
<style>
a { background-color: #6A247B; }
a { background-color: rgb(106,36,123); }
div.DivClassName
{
background-color: #6A247B;
}
.BgClassName
{
background-color: #6A247B;
}
</style>
border-color css
<style>
span { border-color: #6A247B; }
span { border-color: rgb(106,36,123); }
td.TdClassName
{
border-color: #6A247B;
}
.TagClassName
{
border-color: #6A247B;
}
</style>