Shades of Seance #6B2171
Tints of Seance #6B2171
RGB
CMYK
RGB Variations
Color information
#6B2171 (or 0x6B2171) is known color: Seance. HEX triplet: 6B, 21 and 71. RGB value is (107,33,113). Sum of RGB (Red+Green+Blue) = 107+33+113=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B2171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2171 is #94DE8E. Grayscale: #404040. Windows color (decimal): -9756303 or 7414123. OLE color: 7414123.
HSL color Cylindrical-coordinate representation of color #6B2171: hue angle of 295.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B2171 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 33 | 113 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.56 |
| HSL | 295.5º | 0.55% | 0.29% | - |
| HSV(B) | 295.5º | 0.71% | 0.44% | - |
| XYZ | 9.59 | 5.41 | 16.16 | - |
| YUV | 64.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 113 | 0.05 | 0.71 | 0 | 0.56 | 295.5 | 0.55 | 0.29 |
| Hex | 6B | 21 | 71 | 5 | 47 | 0 | 38 | 128 | 37 | 1D |
| Octal | 153 | 41 | 161 | 5 | 107 | 0 | 70 | 450 | 67 | 35 |
| Binary | 1101011 | 100001 | 1110001 | 101 | 1000111 | 0 | 111000 | 100101000 | 110111 | 11101 |
Color Harmonies of #6B2171
Complementary color
Monochromatic Colors of #6B2171
Black with #6B2171
Text Example
Text Example
White with #6B2171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2171; }
p { color: rgb(107,33,113); }
H1.HeaderClassName
{
color: #6B2171;
}
.AnyTagClassName
{
color: #6B2171;
}
</style>
background-color css
<style>
a { background-color: #6B2171; }
a { background-color: rgb(107,33,113); }
div.DivClassName
{
background-color: #6B2171;
}
.BgClassName
{
background-color: #6B2171;
}
</style>
border-color css
<style>
span { border-color: #6B2171; }
span { border-color: rgb(107,33,113); }
td.TdClassName
{
border-color: #6B2171;
}
.TagClassName
{
border-color: #6B2171;
}
</style>