Shades of Seance #69326D
Tints of Seance #69326D
RGB
CMYK
RGB Variations
Color information
#69326D (or 0x69326D) is known color: Seance. HEX triplet: 69, 32 and 6D. RGB value is (105,50,109). Sum of RGB (Red+Green+Blue) = 105+50+109=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #69326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69326D is #96CD92. Grayscale: #484848. Windows color (decimal): -9883027 or 7156329. OLE color: 7156329.
HSL color Cylindrical-coordinate representation of color #69326D: hue angle of 295.93º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69326D is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 50 | 109 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.57 |
| HSL | 295.93º | 0.37% | 0.31% | - |
| HSV(B) | 295.93º | 0.54% | 0.43% | - |
| XYZ | 9.73 | 6.39 | 15.19 | - |
| YUV | 73.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 109 | 0.04 | 0.54 | 0 | 0.57 | 295.93 | 0.37 | 0.31 |
| Hex | 69 | 32 | 6D | 4 | 36 | 0 | 39 | 128 | 25 | 1F |
| Octal | 151 | 62 | 155 | 4 | 66 | 0 | 71 | 450 | 45 | 37 |
| Binary | 1101001 | 110010 | 1101101 | 100 | 110110 | 0 | 111001 | 100101000 | 100101 | 11111 |
Color Harmonies of #69326D
Complementary color
Monochromatic Colors of #69326D
Black with #69326D
Text Example
Text Example
White with #69326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69326D; }
p { color: rgb(105,50,109); }
H1.HeaderClassName
{
color: #69326D;
}
.AnyTagClassName
{
color: #69326D;
}
</style>
background-color css
<style>
a { background-color: #69326D; }
a { background-color: rgb(105,50,109); }
div.DivClassName
{
background-color: #69326D;
}
.BgClassName
{
background-color: #69326D;
}
</style>
border-color css
<style>
span { border-color: #69326D; }
span { border-color: rgb(105,50,109); }
td.TdClassName
{
border-color: #69326D;
}
.TagClassName
{
border-color: #69326D;
}
</style>