Shades of Seance #68287B
Tints of Seance #68287B
RGB
CMYK
RGB Variations
Color information
#68287B (or 0x68287B) is known color: Seance. HEX triplet: 68, 28 and 7B. RGB value is (104,40,123). Sum of RGB (Red+Green+Blue) = 104+40+123=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #68287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68287B is #97D784. Grayscale: #444444. Windows color (decimal): -9951109 or 8071272. OLE color: 8071272.
HSL color Cylindrical-coordinate representation of color #68287B: hue angle of 286.27º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68287B is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 40 | 123 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.52 |
| HSL | 286.27º | 0.51% | 0.32% | - |
| HSV(B) | 286.27º | 0.67% | 0.48% | - |
| XYZ | 10.04 | 5.89 | 19.35 | - |
| YUV | 68.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 123 | 0.15 | 0.67 | 0 | 0.52 | 286.27 | 0.51 | 0.32 |
| Hex | 68 | 28 | 7B | F | 43 | 0 | 34 | 11E | 33 | 20 |
| Octal | 150 | 50 | 173 | 17 | 103 | 0 | 64 | 436 | 63 | 40 |
| Binary | 1101000 | 101000 | 1111011 | 1111 | 1000011 | 0 | 110100 | 100011110 | 110011 | 100000 |
Color Harmonies of #68287B
Complementary color
Monochromatic Colors of #68287B
Black with #68287B
Text Example
Text Example
White with #68287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68287B; }
p { color: rgb(104,40,123); }
H1.HeaderClassName
{
color: #68287B;
}
.AnyTagClassName
{
color: #68287B;
}
</style>
background-color css
<style>
a { background-color: #68287B; }
a { background-color: rgb(104,40,123); }
div.DivClassName
{
background-color: #68287B;
}
.BgClassName
{
background-color: #68287B;
}
</style>
border-color css
<style>
span { border-color: #68287B; }
span { border-color: rgb(104,40,123); }
td.TdClassName
{
border-color: #68287B;
}
.TagClassName
{
border-color: #68287B;
}
</style>