Shades of Seance #68186E
Tints of Seance #68186E
RGB
CMYK
RGB Variations
Color information
#68186E (or 0x68186E) is known color: Seance. HEX triplet: 68, 18 and 6E. RGB value is (104,24,110). Sum of RGB (Red+Green+Blue) = 104+24+110=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #68186E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68186E is #97E791. Grayscale: #393939. Windows color (decimal): -9955218 or 7215208. OLE color: 7215208.
HSL color Cylindrical-coordinate representation of color #68186E: hue angle of 295.81º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68186E is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 24 | 110 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.57 |
| HSL | 295.81º | 0.64% | 0.26% | - |
| HSV(B) | 295.81º | 0.78% | 0.43% | - |
| XYZ | 8.85 | 4.72 | 15.2 | - |
| YUV | 57.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 110 | 0.05 | 0.78 | 0 | 0.57 | 295.81 | 0.64 | 0.26 |
| Hex | 68 | 18 | 6E | 5 | 4E | 0 | 39 | 128 | 40 | 1A |
| Octal | 150 | 30 | 156 | 5 | 116 | 0 | 71 | 450 | 100 | 32 |
| Binary | 1101000 | 11000 | 1101110 | 101 | 1001110 | 0 | 111001 | 100101000 | 1000000 | 11010 |
Color Harmonies of #68186E
Complementary color
Monochromatic Colors of #68186E
Black with #68186E
Text Example
Text Example
White with #68186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68186E; }
p { color: rgb(104,24,110); }
H1.HeaderClassName
{
color: #68186E;
}
.AnyTagClassName
{
color: #68186E;
}
</style>
background-color css
<style>
a { background-color: #68186E; }
a { background-color: rgb(104,24,110); }
div.DivClassName
{
background-color: #68186E;
}
.BgClassName
{
background-color: #68186E;
}
</style>
border-color css
<style>
span { border-color: #68186E; }
span { border-color: rgb(104,24,110); }
td.TdClassName
{
border-color: #68186E;
}
.TagClassName
{
border-color: #68186E;
}
</style>