Shades of Seance #681A85
Tints of Seance #681A85
RGB
CMYK
RGB Variations
Color information
#681A85 (or 0x681A85) is known color: Seance. HEX triplet: 68, 1A and 85. RGB value is (104,26,133). Sum of RGB (Red+Green+Blue) = 104+26+133=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #681A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681A85 is #97E57A. Grayscale: #3D3D3D. Windows color (decimal): -9954683 or 8723048. OLE color: 8723048.
HSL color Cylindrical-coordinate representation of color #681A85: hue angle of 283.74º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681A85 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 26 | 133 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.48 |
| HSL | 283.74º | 0.67% | 0.31% | - |
| HSV(B) | 283.74º | 0.8% | 0.52% | - |
| XYZ | 10.31 | 5.38 | 22.68 | - |
| YUV | 61.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 133 | 0.22 | 0.80 | 0 | 0.48 | 283.74 | 0.67 | 0.31 |
| Hex | 68 | 1A | 85 | 16 | 50 | 0 | 30 | 11C | 43 | 1F |
| Octal | 150 | 32 | 205 | 26 | 120 | 0 | 60 | 434 | 103 | 37 |
| Binary | 1101000 | 11010 | 10000101 | 10110 | 1010000 | 0 | 110000 | 100011100 | 1000011 | 11111 |
Color Harmonies of #681A85
Complementary color
Monochromatic Colors of #681A85
Black with #681A85
Text Example
Text Example
White with #681A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A85; }
p { color: rgb(104,26,133); }
H1.HeaderClassName
{
color: #681A85;
}
.AnyTagClassName
{
color: #681A85;
}
</style>
background-color css
<style>
a { background-color: #681A85; }
a { background-color: rgb(104,26,133); }
div.DivClassName
{
background-color: #681A85;
}
.BgClassName
{
background-color: #681A85;
}
</style>
border-color css
<style>
span { border-color: #681A85; }
span { border-color: rgb(104,26,133); }
td.TdClassName
{
border-color: #681A85;
}
.TagClassName
{
border-color: #681A85;
}
</style>