Shades of Seance #6B1984
Tints of Seance #6B1984
RGB
CMYK
RGB Variations
Color information
#6B1984 (or 0x6B1984) is known color: Seance. HEX triplet: 6B, 19 and 84. RGB value is (107,25,132). Sum of RGB (Red+Green+Blue) = 107+25+132=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B1984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1984 is #94E67B. Grayscale: #3D3D3D. Windows color (decimal): -9758332 or 8657259. OLE color: 8657259.
HSL color Cylindrical-coordinate representation of color #6B1984: hue angle of 285.98º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B1984 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 25 | 132 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.48 |
| HSL | 285.98º | 0.68% | 0.31% | - |
| HSV(B) | 285.98º | 0.81% | 0.52% | - |
| XYZ | 10.58 | 5.49 | 22.33 | - |
| YUV | 61.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 132 | 0.19 | 0.81 | 0 | 0.48 | 285.98 | 0.68 | 0.31 |
| Hex | 6B | 19 | 84 | 13 | 51 | 0 | 30 | 11E | 44 | 1F |
| Octal | 153 | 31 | 204 | 23 | 121 | 0 | 60 | 436 | 104 | 37 |
| Binary | 1101011 | 11001 | 10000100 | 10011 | 1010001 | 0 | 110000 | 100011110 | 1000100 | 11111 |
Color Harmonies of #6B1984
Complementary color
Monochromatic Colors of #6B1984
Black with #6B1984
Text Example
Text Example
White with #6B1984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1984; }
p { color: rgb(107,25,132); }
H1.HeaderClassName
{
color: #6B1984;
}
.AnyTagClassName
{
color: #6B1984;
}
</style>
background-color css
<style>
a { background-color: #6B1984; }
a { background-color: rgb(107,25,132); }
div.DivClassName
{
background-color: #6B1984;
}
.BgClassName
{
background-color: #6B1984;
}
</style>
border-color css
<style>
span { border-color: #6B1984; }
span { border-color: rgb(107,25,132); }
td.TdClassName
{
border-color: #6B1984;
}
.TagClassName
{
border-color: #6B1984;
}
</style>