Shades of Seance #68176F
Tints of Seance #68176F
RGB
CMYK
RGB Variations
Color information
#68176F (or 0x68176F) is known color: Seance. HEX triplet: 68, 17 and 6F. RGB value is (104,23,111). Sum of RGB (Red+Green+Blue) = 104+23+111=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #68176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68176F is #97E890. Grayscale: #383838. Windows color (decimal): -9955473 or 7280488. OLE color: 7280488.
HSL color Cylindrical-coordinate representation of color #68176F: hue angle of 295.23º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68176F is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 23 | 111 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.56 |
| HSL | 295.23º | 0.66% | 0.26% | - |
| HSV(B) | 295.23º | 0.79% | 0.44% | - |
| XYZ | 8.88 | 4.7 | 15.48 | - |
| YUV | 57.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 111 | 0.06 | 0.79 | 0 | 0.56 | 295.23 | 0.66 | 0.26 |
| Hex | 68 | 17 | 6F | 6 | 4F | 0 | 38 | 127 | 42 | 1A |
| Octal | 150 | 27 | 157 | 6 | 117 | 0 | 70 | 447 | 102 | 32 |
| Binary | 1101000 | 10111 | 1101111 | 110 | 1001111 | 0 | 111000 | 100100111 | 1000010 | 11010 |
Color Harmonies of #68176F
Complementary color
Monochromatic Colors of #68176F
Black with #68176F
Text Example
Text Example
White with #68176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68176F; }
p { color: rgb(104,23,111); }
H1.HeaderClassName
{
color: #68176F;
}
.AnyTagClassName
{
color: #68176F;
}
</style>
background-color css
<style>
a { background-color: #68176F; }
a { background-color: rgb(104,23,111); }
div.DivClassName
{
background-color: #68176F;
}
.BgClassName
{
background-color: #68176F;
}
</style>
border-color css
<style>
span { border-color: #68176F; }
span { border-color: rgb(104,23,111); }
td.TdClassName
{
border-color: #68176F;
}
.TagClassName
{
border-color: #68176F;
}
</style>