Shades of Seance #68237D
Tints of Seance #68237D
RGB
CMYK
RGB Variations
Color information
#68237D (or 0x68237D) is known color: Seance. HEX triplet: 68, 23 and 7D. RGB value is (104,35,125). Sum of RGB (Red+Green+Blue) = 104+35+125=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #68237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68237D is #97DC82. Grayscale: #414141. Windows color (decimal): -9952387 or 8201064. OLE color: 8201064.
HSL color Cylindrical-coordinate representation of color #68237D: hue angle of 286º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68237D is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 35 | 125 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.51 |
| HSL | 286º | 0.56% | 0.31% | - |
| HSV(B) | 286º | 0.72% | 0.49% | - |
| XYZ | 10.01 | 5.63 | 19.96 | - |
| YUV | 65.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 125 | 0.17 | 0.72 | 0 | 0.51 | 286 | 0.56 | 0.31 |
| Hex | 68 | 23 | 7D | 11 | 48 | 0 | 33 | 11E | 38 | 1F |
| Octal | 150 | 43 | 175 | 21 | 110 | 0 | 63 | 436 | 70 | 37 |
| Binary | 1101000 | 100011 | 1111101 | 10001 | 1001000 | 0 | 110011 | 100011110 | 111000 | 11111 |
Color Harmonies of #68237D
Complementary color
Monochromatic Colors of #68237D
Black with #68237D
Text Example
Text Example
White with #68237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68237D; }
p { color: rgb(104,35,125); }
H1.HeaderClassName
{
color: #68237D;
}
.AnyTagClassName
{
color: #68237D;
}
</style>
background-color css
<style>
a { background-color: #68237D; }
a { background-color: rgb(104,35,125); }
div.DivClassName
{
background-color: #68237D;
}
.BgClassName
{
background-color: #68237D;
}
</style>
border-color css
<style>
span { border-color: #68237D; }
span { border-color: rgb(104,35,125); }
td.TdClassName
{
border-color: #68237D;
}
.TagClassName
{
border-color: #68237D;
}
</style>