Shades of Seance #6B2775
Tints of Seance #6B2775
RGB
CMYK
RGB Variations
Color information
#6B2775 (or 0x6B2775) is known color: Seance. HEX triplet: 6B, 27 and 75. RGB value is (107,39,117). Sum of RGB (Red+Green+Blue) = 107+39+117=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #6B2775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2775 is #94D88A. Grayscale: #434343. Windows color (decimal): -9754763 or 7677803. OLE color: 7677803.
HSL color Cylindrical-coordinate representation of color #6B2775: hue angle of 292.31º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2775 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 39 | 117 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.54 |
| HSL | 292.31º | 0.5% | 0.31% | - |
| HSV(B) | 292.31º | 0.67% | 0.46% | - |
| XYZ | 10 | 5.86 | 17.43 | - |
| YUV | 68.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 39 | 117 | 0.09 | 0.67 | 0 | 0.54 | 292.31 | 0.5 | 0.31 |
| Hex | 6B | 27 | 75 | 9 | 43 | 0 | 36 | 124 | 32 | 1F |
| Octal | 153 | 47 | 165 | 11 | 103 | 0 | 66 | 444 | 62 | 37 |
| Binary | 1101011 | 100111 | 1110101 | 1001 | 1000011 | 0 | 110110 | 100100100 | 110010 | 11111 |
Color Harmonies of #6B2775
Complementary color
Monochromatic Colors of #6B2775
Black with #6B2775
Text Example
Text Example
White with #6B2775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2775; }
p { color: rgb(107,39,117); }
H1.HeaderClassName
{
color: #6B2775;
}
.AnyTagClassName
{
color: #6B2775;
}
</style>
background-color css
<style>
a { background-color: #6B2775; }
a { background-color: rgb(107,39,117); }
div.DivClassName
{
background-color: #6B2775;
}
.BgClassName
{
background-color: #6B2775;
}
</style>
border-color css
<style>
span { border-color: #6B2775; }
span { border-color: rgb(107,39,117); }
td.TdClassName
{
border-color: #6B2775;
}
.TagClassName
{
border-color: #6B2775;
}
</style>