Shades of Seance #6B3D68
Tints of Seance #6B3D68
RGB
CMYK
RGB Variations
Color information
#6B3D68 (or 0x6B3D68) is known color: Seance. HEX triplet: 6B, 3D and 68. RGB value is (107,61,104). Sum of RGB (Red+Green+Blue) = 107+61+104=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3D68 is #94C297. Grayscale: #4F4F4F. Windows color (decimal): -9749144 or 6831467. OLE color: 6831467.
HSL color Cylindrical-coordinate representation of color #6B3D68: hue angle of 303.91º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B3D68 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 61 | 104 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.58 |
| HSL | 303.91º | 0.27% | 0.33% | - |
| HSV(B) | 303.91º | 0.43% | 0.42% | - |
| XYZ | 10.23 | 7.46 | 14 | - |
| YUV | 79.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 61 | 104 | 0 | 0.43 | 0.03 | 0.58 | 303.91 | 0.27 | 0.33 |
| Hex | 6B | 3D | 68 | 0 | 2B | 3 | 3A | 130 | 1B | 21 |
| Octal | 153 | 75 | 150 | 0 | 53 | 3 | 72 | 460 | 33 | 41 |
| Binary | 1101011 | 111101 | 1101000 | 0 | 101011 | 11 | 111010 | 100110000 | 11011 | 100001 |
Color Harmonies of #6B3D68
Complementary color
Monochromatic Colors of #6B3D68
Black with #6B3D68
Text Example
Text Example
White with #6B3D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3D68; }
p { color: rgb(107,61,104); }
H1.HeaderClassName
{
color: #6B3D68;
}
.AnyTagClassName
{
color: #6B3D68;
}
</style>
background-color css
<style>
a { background-color: #6B3D68; }
a { background-color: rgb(107,61,104); }
div.DivClassName
{
background-color: #6B3D68;
}
.BgClassName
{
background-color: #6B3D68;
}
</style>
border-color css
<style>
span { border-color: #6B3D68; }
span { border-color: rgb(107,61,104); }
td.TdClassName
{
border-color: #6B3D68;
}
.TagClassName
{
border-color: #6B3D68;
}
</style>