Shades of Seance #6B297D
Tints of Seance #6B297D
RGB
CMYK
RGB Variations
Color information
#6B297D (or 0x6B297D) is known color: Seance. HEX triplet: 6B, 29 and 7D. RGB value is (107,41,125). Sum of RGB (Red+Green+Blue) = 107+41+125=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B297D is #94D682. Grayscale: #464646. Windows color (decimal): -9754243 or 8202603. OLE color: 8202603.
HSL color Cylindrical-coordinate representation of color #6B297D: hue angle of 287.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B297D is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 41 | 125 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.51 |
| HSL | 287.14º | 0.51% | 0.33% | - |
| HSV(B) | 287.14º | 0.67% | 0.49% | - |
| XYZ | 10.56 | 6.19 | 20.04 | - |
| YUV | 70.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 125 | 0.14 | 0.67 | 0 | 0.51 | 287.14 | 0.51 | 0.33 |
| Hex | 6B | 29 | 7D | E | 43 | 0 | 33 | 11F | 33 | 21 |
| Octal | 153 | 51 | 175 | 16 | 103 | 0 | 63 | 437 | 63 | 41 |
| Binary | 1101011 | 101001 | 1111101 | 1110 | 1000011 | 0 | 110011 | 100011111 | 110011 | 100001 |
Color Harmonies of #6B297D
Complementary color
Monochromatic Colors of #6B297D
Black with #6B297D
Text Example
Text Example
White with #6B297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B297D; }
p { color: rgb(107,41,125); }
H1.HeaderClassName
{
color: #6B297D;
}
.AnyTagClassName
{
color: #6B297D;
}
</style>
background-color css
<style>
a { background-color: #6B297D; }
a { background-color: rgb(107,41,125); }
div.DivClassName
{
background-color: #6B297D;
}
.BgClassName
{
background-color: #6B297D;
}
</style>
border-color css
<style>
span { border-color: #6B297D; }
span { border-color: rgb(107,41,125); }
td.TdClassName
{
border-color: #6B297D;
}
.TagClassName
{
border-color: #6B297D;
}
</style>