Shades of Seance #68266B
Tints of Seance #68266B
RGB
CMYK
RGB Variations
Color information
#68266B (or 0x68266B) is known color: Seance. HEX triplet: 68, 26 and 6B. RGB value is (104,38,107). Sum of RGB (Red+Green+Blue) = 104+38+107=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #68266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68266B is #97D994. Grayscale: #414141. Windows color (decimal): -9951637 or 7022184. OLE color: 7022184.
HSL color Cylindrical-coordinate representation of color #68266B: hue angle of 297.39º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68266B is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 38 | 107 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.58 |
| HSL | 297.39º | 0.48% | 0.28% | - |
| HSV(B) | 297.39º | 0.64% | 0.42% | - |
| XYZ | 9.06 | 5.39 | 14.47 | - |
| YUV | 65.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 107 | 0.03 | 0.64 | 0 | 0.58 | 297.39 | 0.48 | 0.28 |
| Hex | 68 | 26 | 6B | 3 | 40 | 0 | 3A | 129 | 30 | 1C |
| Octal | 150 | 46 | 153 | 3 | 100 | 0 | 72 | 451 | 60 | 34 |
| Binary | 1101000 | 100110 | 1101011 | 11 | 1000000 | 0 | 111010 | 100101001 | 110000 | 11100 |
Color Harmonies of #68266B
Complementary color
Monochromatic Colors of #68266B
Black with #68266B
Text Example
Text Example
White with #68266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68266B; }
p { color: rgb(104,38,107); }
H1.HeaderClassName
{
color: #68266B;
}
.AnyTagClassName
{
color: #68266B;
}
</style>
background-color css
<style>
a { background-color: #68266B; }
a { background-color: rgb(104,38,107); }
div.DivClassName
{
background-color: #68266B;
}
.BgClassName
{
background-color: #68266B;
}
</style>
border-color css
<style>
span { border-color: #68266B; }
span { border-color: rgb(104,38,107); }
td.TdClassName
{
border-color: #68266B;
}
.TagClassName
{
border-color: #68266B;
}
</style>