Shades of Seance #68296B
Tints of Seance #68296B
RGB
CMYK
RGB Variations
Color information
#68296B (or 0x68296B) is known color: Seance. HEX triplet: 68, 29 and 6B. RGB value is (104,41,107). Sum of RGB (Red+Green+Blue) = 104+41+107=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 107 - color contains mainly: blue. Hex color #68296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68296B is #97D694. Grayscale: #434343. Windows color (decimal): -9950869 or 7022952. OLE color: 7022952.
HSL color Cylindrical-coordinate representation of color #68296B: hue angle of 297.27º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68296B is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 41 | 107 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.58 |
| HSL | 297.27º | 0.45% | 0.29% | - |
| HSV(B) | 297.27º | 0.62% | 0.42% | - |
| XYZ | 9.16 | 5.59 | 14.51 | - |
| YUV | 67.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 107 | 0.03 | 0.62 | 0 | 0.58 | 297.27 | 0.45 | 0.29 |
| Hex | 68 | 29 | 6B | 3 | 3E | 0 | 3A | 129 | 2D | 1D |
| Octal | 150 | 51 | 153 | 3 | 76 | 0 | 72 | 451 | 55 | 35 |
| Binary | 1101000 | 101001 | 1101011 | 11 | 111110 | 0 | 111010 | 100101001 | 101101 | 11101 |
Color Harmonies of #68296B
Complementary color
Monochromatic Colors of #68296B
Black with #68296B
Text Example
Text Example
White with #68296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68296B; }
p { color: rgb(104,41,107); }
H1.HeaderClassName
{
color: #68296B;
}
.AnyTagClassName
{
color: #68296B;
}
</style>
background-color css
<style>
a { background-color: #68296B; }
a { background-color: rgb(104,41,107); }
div.DivClassName
{
background-color: #68296B;
}
.BgClassName
{
background-color: #68296B;
}
</style>
border-color css
<style>
span { border-color: #68296B; }
span { border-color: rgb(104,41,107); }
td.TdClassName
{
border-color: #68296B;
}
.TagClassName
{
border-color: #68296B;
}
</style>