Shades of Seance #681B76
Tints of Seance #681B76
RGB
CMYK
RGB Variations
Color information
#681B76 (or 0x681B76) is known color: Seance. HEX triplet: 68, 1B and 76. RGB value is (104,27,118). Sum of RGB (Red+Green+Blue) = 104+27+118=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #681B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681B76 is #97E489. Grayscale: #3C3C3C. Windows color (decimal): -9954442 or 7740264. OLE color: 7740264.
HSL color Cylindrical-coordinate representation of color #681B76: hue angle of 290.77º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #681B76 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 27 | 118 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.54 |
| HSL | 290.77º | 0.63% | 0.28% | - |
| HSV(B) | 290.77º | 0.77% | 0.46% | - |
| XYZ | 9.37 | 5.03 | 17.62 | - |
| YUV | 60.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 118 | 0.12 | 0.77 | 0 | 0.54 | 290.77 | 0.63 | 0.28 |
| Hex | 68 | 1B | 76 | C | 4D | 0 | 36 | 123 | 3F | 1C |
| Octal | 150 | 33 | 166 | 14 | 115 | 0 | 66 | 443 | 77 | 34 |
| Binary | 1101000 | 11011 | 1110110 | 1100 | 1001101 | 0 | 110110 | 100100011 | 111111 | 11100 |
Color Harmonies of #681B76
Complementary color
Monochromatic Colors of #681B76
Black with #681B76
Text Example
Text Example
White with #681B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B76; }
p { color: rgb(104,27,118); }
H1.HeaderClassName
{
color: #681B76;
}
.AnyTagClassName
{
color: #681B76;
}
</style>
background-color css
<style>
a { background-color: #681B76; }
a { background-color: rgb(104,27,118); }
div.DivClassName
{
background-color: #681B76;
}
.BgClassName
{
background-color: #681B76;
}
</style>
border-color css
<style>
span { border-color: #681B76; }
span { border-color: rgb(104,27,118); }
td.TdClassName
{
border-color: #681B76;
}
.TagClassName
{
border-color: #681B76;
}
</style>