Shades of Seance #68146F
Tints of Seance #68146F
RGB
CMYK
RGB Variations
Color information
#68146F (or 0x68146F) is known color: Seance. HEX triplet: 68, 14 and 6F. RGB value is (104,20,111). Sum of RGB (Red+Green+Blue) = 104+20+111=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #68146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68146F is #97EB90. Grayscale: #373737. Windows color (decimal): -9956241 or 7279720. OLE color: 7279720.
HSL color Cylindrical-coordinate representation of color #68146F: hue angle of 295.38º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68146F is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 20 | 111 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.56 |
| HSL | 295.38º | 0.69% | 0.26% | - |
| HSV(B) | 295.38º | 0.82% | 0.44% | - |
| XYZ | 8.83 | 4.59 | 15.46 | - |
| YUV | 55.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 111 | 0.06 | 0.82 | 0 | 0.56 | 295.38 | 0.69 | 0.26 |
| Hex | 68 | 14 | 6F | 6 | 52 | 0 | 38 | 127 | 45 | 1A |
| Octal | 150 | 24 | 157 | 6 | 122 | 0 | 70 | 447 | 105 | 32 |
| Binary | 1101000 | 10100 | 1101111 | 110 | 1010010 | 0 | 111000 | 100100111 | 1000101 | 11010 |
Color Harmonies of #68146F
Complementary color
Monochromatic Colors of #68146F
Black with #68146F
Text Example
Text Example
White with #68146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68146F; }
p { color: rgb(104,20,111); }
H1.HeaderClassName
{
color: #68146F;
}
.AnyTagClassName
{
color: #68146F;
}
</style>
background-color css
<style>
a { background-color: #68146F; }
a { background-color: rgb(104,20,111); }
div.DivClassName
{
background-color: #68146F;
}
.BgClassName
{
background-color: #68146F;
}
</style>
border-color css
<style>
span { border-color: #68146F; }
span { border-color: rgb(104,20,111); }
td.TdClassName
{
border-color: #68146F;
}
.TagClassName
{
border-color: #68146F;
}
</style>