Shades of Seance #68386F
Tints of Seance #68386F
RGB
CMYK
RGB Variations
Color information
#68386F (or 0x68386F) is known color: Seance. HEX triplet: 68, 38 and 6F. RGB value is (104,56,111). Sum of RGB (Red+Green+Blue) = 104+56+111=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #68386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68386F is #97C790. Grayscale: #4C4C4C. Windows color (decimal): -9947025 or 7288936. OLE color: 7288936.
HSL color Cylindrical-coordinate representation of color #68386F: hue angle of 292.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68386F is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 56 | 111 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.56 |
| HSL | 292.36º | 0.33% | 0.33% | - |
| HSV(B) | 292.36º | 0.5% | 0.44% | - |
| XYZ | 9.99 | 6.92 | 15.85 | - |
| YUV | 76.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 111 | 0.06 | 0.50 | 0 | 0.56 | 292.36 | 0.33 | 0.33 |
| Hex | 68 | 38 | 6F | 6 | 32 | 0 | 38 | 124 | 21 | 21 |
| Octal | 150 | 70 | 157 | 6 | 62 | 0 | 70 | 444 | 41 | 41 |
| Binary | 1101000 | 111000 | 1101111 | 110 | 110010 | 0 | 111000 | 100100100 | 100001 | 100001 |
Color Harmonies of #68386F
Complementary color
Monochromatic Colors of #68386F
Black with #68386F
Text Example
Text Example
White with #68386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68386F; }
p { color: rgb(104,56,111); }
H1.HeaderClassName
{
color: #68386F;
}
.AnyTagClassName
{
color: #68386F;
}
</style>
background-color css
<style>
a { background-color: #68386F; }
a { background-color: rgb(104,56,111); }
div.DivClassName
{
background-color: #68386F;
}
.BgClassName
{
background-color: #68386F;
}
</style>
border-color css
<style>
span { border-color: #68386F; }
span { border-color: rgb(104,56,111); }
td.TdClassName
{
border-color: #68386F;
}
.TagClassName
{
border-color: #68386F;
}
</style>