Shades of Seance #682F6C
Tints of Seance #682F6C
RGB
CMYK
RGB Variations
Color information
#682F6C (or 0x682F6C) is known color: Seance. HEX triplet: 68, 2F and 6C. RGB value is (104,47,108). Sum of RGB (Red+Green+Blue) = 104+47+108=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #682F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F6C is #97D093. Grayscale: #464646. Windows color (decimal): -9949332 or 7090024. OLE color: 7090024.
HSL color Cylindrical-coordinate representation of color #682F6C: hue angle of 296.07º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682F6C is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 47 | 108 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.58 |
| HSL | 296.07º | 0.39% | 0.3% | - |
| HSV(B) | 296.07º | 0.56% | 0.42% | - |
| XYZ | 9.43 | 6.06 | 14.86 | - |
| YUV | 71 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 108 | 0.04 | 0.56 | 0 | 0.58 | 296.07 | 0.39 | 0.3 |
| Hex | 68 | 2F | 6C | 4 | 38 | 0 | 3A | 128 | 27 | 1E |
| Octal | 150 | 57 | 154 | 4 | 70 | 0 | 72 | 450 | 47 | 36 |
| Binary | 1101000 | 101111 | 1101100 | 100 | 111000 | 0 | 111010 | 100101000 | 100111 | 11110 |
Color Harmonies of #682F6C
Complementary color
Monochromatic Colors of #682F6C
Black with #682F6C
Text Example
Text Example
White with #682F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F6C; }
p { color: rgb(104,47,108); }
H1.HeaderClassName
{
color: #682F6C;
}
.AnyTagClassName
{
color: #682F6C;
}
</style>
background-color css
<style>
a { background-color: #682F6C; }
a { background-color: rgb(104,47,108); }
div.DivClassName
{
background-color: #682F6C;
}
.BgClassName
{
background-color: #682F6C;
}
</style>
border-color css
<style>
span { border-color: #682F6C; }
span { border-color: rgb(104,47,108); }
td.TdClassName
{
border-color: #682F6C;
}
.TagClassName
{
border-color: #682F6C;
}
</style>