Shades of Seance #683F67
Tints of Seance #683F67
RGB
CMYK
RGB Variations
Color information
#683F67 (or 0x683F67) is known color: Seance. HEX triplet: 68, 3F and 67. RGB value is (104,63,103). Sum of RGB (Red+Green+Blue) = 104+63+103=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #683F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F67 is #97C098. Grayscale: #4F4F4F. Windows color (decimal): -9945241 or 6766440. OLE color: 6766440.
HSL color Cylindrical-coordinate representation of color #683F67: hue angle of 301.46º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #683F67 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 103 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.59 |
| HSL | 301.46º | 0.25% | 0.33% | - |
| HSV(B) | 301.46º | 0.39% | 0.41% | - |
| XYZ | 9.93 | 7.48 | 13.75 | - |
| YUV | 79.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 103 | 0 | 0.39 | 0.01 | 0.59 | 301.46 | 0.25 | 0.33 |
| Hex | 68 | 3F | 67 | 0 | 27 | 1 | 3B | 12D | 19 | 21 |
| Octal | 150 | 77 | 147 | 0 | 47 | 1 | 73 | 455 | 31 | 41 |
| Binary | 1101000 | 111111 | 1100111 | 0 | 100111 | 1 | 111011 | 100101101 | 11001 | 100001 |
Color Harmonies of #683F67
Complementary color
Monochromatic Colors of #683F67
Black with #683F67
Text Example
Text Example
White with #683F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F67; }
p { color: rgb(104,63,103); }
H1.HeaderClassName
{
color: #683F67;
}
.AnyTagClassName
{
color: #683F67;
}
</style>
background-color css
<style>
a { background-color: #683F67; }
a { background-color: rgb(104,63,103); }
div.DivClassName
{
background-color: #683F67;
}
.BgClassName
{
background-color: #683F67;
}
</style>
border-color css
<style>
span { border-color: #683F67; }
span { border-color: rgb(104,63,103); }
td.TdClassName
{
border-color: #683F67;
}
.TagClassName
{
border-color: #683F67;
}
</style>