Shades of Seance #69346D
Tints of Seance #69346D
RGB
CMYK
RGB Variations
Color information
#69346D (or 0x69346D) is known color: Seance. HEX triplet: 69, 34 and 6D. RGB value is (105,52,109). Sum of RGB (Red+Green+Blue) = 105+52+109=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #69346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69346D is #96CB92. Grayscale: #4A4A4A. Windows color (decimal): -9882515 or 7156841. OLE color: 7156841.
HSL color Cylindrical-coordinate representation of color #69346D: hue angle of 295.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69346D is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 52 | 109 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.57 |
| HSL | 295.79º | 0.35% | 0.32% | - |
| HSV(B) | 295.79º | 0.52% | 0.43% | - |
| XYZ | 9.81 | 6.56 | 15.22 | - |
| YUV | 74.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 109 | 0.04 | 0.52 | 0 | 0.57 | 295.79 | 0.35 | 0.32 |
| Hex | 69 | 34 | 6D | 4 | 34 | 0 | 39 | 128 | 23 | 20 |
| Octal | 151 | 64 | 155 | 4 | 64 | 0 | 71 | 450 | 43 | 40 |
| Binary | 1101001 | 110100 | 1101101 | 100 | 110100 | 0 | 111001 | 100101000 | 100011 | 100000 |
Color Harmonies of #69346D
Complementary color
Monochromatic Colors of #69346D
Black with #69346D
Text Example
Text Example
White with #69346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69346D; }
p { color: rgb(105,52,109); }
H1.HeaderClassName
{
color: #69346D;
}
.AnyTagClassName
{
color: #69346D;
}
</style>
background-color css
<style>
a { background-color: #69346D; }
a { background-color: rgb(105,52,109); }
div.DivClassName
{
background-color: #69346D;
}
.BgClassName
{
background-color: #69346D;
}
</style>
border-color css
<style>
span { border-color: #69346D; }
span { border-color: rgb(105,52,109); }
td.TdClassName
{
border-color: #69346D;
}
.TagClassName
{
border-color: #69346D;
}
</style>