Shades of Seance #68366F
Tints of Seance #68366F
RGB
CMYK
RGB Variations
Color information
#68366F (or 0x68366F) is known color: Seance. HEX triplet: 68, 36 and 6F. RGB value is (104,54,111). Sum of RGB (Red+Green+Blue) = 104+54+111=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #68366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68366F is #97C990. Grayscale: #4B4B4B. Windows color (decimal): -9947537 or 7288424. OLE color: 7288424.
HSL color Cylindrical-coordinate representation of color #68366F: hue angle of 292.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68366F is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 54 | 111 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.56 |
| HSL | 292.63º | 0.35% | 0.32% | - |
| HSV(B) | 292.63º | 0.51% | 0.44% | - |
| XYZ | 9.9 | 6.73 | 15.82 | - |
| YUV | 75.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 111 | 0.06 | 0.51 | 0 | 0.56 | 292.63 | 0.35 | 0.32 |
| Hex | 68 | 36 | 6F | 6 | 33 | 0 | 38 | 125 | 23 | 20 |
| Octal | 150 | 66 | 157 | 6 | 63 | 0 | 70 | 445 | 43 | 40 |
| Binary | 1101000 | 110110 | 1101111 | 110 | 110011 | 0 | 111000 | 100100101 | 100011 | 100000 |
Color Harmonies of #68366F
Complementary color
Monochromatic Colors of #68366F
Black with #68366F
Text Example
Text Example
White with #68366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68366F; }
p { color: rgb(104,54,111); }
H1.HeaderClassName
{
color: #68366F;
}
.AnyTagClassName
{
color: #68366F;
}
</style>
background-color css
<style>
a { background-color: #68366F; }
a { background-color: rgb(104,54,111); }
div.DivClassName
{
background-color: #68366F;
}
.BgClassName
{
background-color: #68366F;
}
</style>
border-color css
<style>
span { border-color: #68366F; }
span { border-color: rgb(104,54,111); }
td.TdClassName
{
border-color: #68366F;
}
.TagClassName
{
border-color: #68366F;
}
</style>