Shades of Seance #6B2071
Tints of Seance #6B2071
RGB
CMYK
RGB Variations
Color information
#6B2071 (or 0x6B2071) is known color: Seance. HEX triplet: 6B, 20 and 71. RGB value is (107,32,113). Sum of RGB (Red+Green+Blue) = 107+32+113=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B2071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2071 is #94DF8E. Grayscale: #3F3F3F. Windows color (decimal): -9756559 or 7413867. OLE color: 7413867.
HSL color Cylindrical-coordinate representation of color #6B2071: hue angle of 295.56º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B2071 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 32 | 113 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.56 |
| HSL | 295.56º | 0.56% | 0.28% | - |
| HSV(B) | 295.56º | 0.72% | 0.44% | - |
| XYZ | 9.56 | 5.35 | 16.15 | - |
| YUV | 63.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 113 | 0.05 | 0.72 | 0 | 0.56 | 295.56 | 0.56 | 0.28 |
| Hex | 6B | 20 | 71 | 5 | 48 | 0 | 38 | 128 | 38 | 1C |
| Octal | 153 | 40 | 161 | 5 | 110 | 0 | 70 | 450 | 70 | 34 |
| Binary | 1101011 | 100000 | 1110001 | 101 | 1001000 | 0 | 111000 | 100101000 | 111000 | 11100 |
Color Harmonies of #6B2071
Complementary color
Monochromatic Colors of #6B2071
Black with #6B2071
Text Example
Text Example
White with #6B2071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2071; }
p { color: rgb(107,32,113); }
H1.HeaderClassName
{
color: #6B2071;
}
.AnyTagClassName
{
color: #6B2071;
}
</style>
background-color css
<style>
a { background-color: #6B2071; }
a { background-color: rgb(107,32,113); }
div.DivClassName
{
background-color: #6B2071;
}
.BgClassName
{
background-color: #6B2071;
}
</style>
border-color css
<style>
span { border-color: #6B2071; }
span { border-color: rgb(107,32,113); }
td.TdClassName
{
border-color: #6B2071;
}
.TagClassName
{
border-color: #6B2071;
}
</style>