Shades of Seance #69386D
Tints of Seance #69386D
RGB
CMYK
RGB Variations
Color information
#69386D (or 0x69386D) is known color: Seance. HEX triplet: 69, 38 and 6D. RGB value is (105,56,109). Sum of RGB (Red+Green+Blue) = 105+56+109=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #69386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69386D is #96C792. Grayscale: #4C4C4C. Windows color (decimal): -9881491 or 7157865. OLE color: 7157865.
HSL color Cylindrical-coordinate representation of color #69386D: hue angle of 295.47º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69386D is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 56 | 109 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.57 |
| HSL | 295.47º | 0.32% | 0.32% | - |
| HSV(B) | 295.47º | 0.49% | 0.43% | - |
| XYZ | 10 | 6.94 | 15.28 | - |
| YUV | 76.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 56 | 109 | 0.04 | 0.49 | 0 | 0.57 | 295.47 | 0.32 | 0.32 |
| Hex | 69 | 38 | 6D | 4 | 31 | 0 | 39 | 127 | 20 | 20 |
| Octal | 151 | 70 | 155 | 4 | 61 | 0 | 71 | 447 | 40 | 40 |
| Binary | 1101001 | 111000 | 1101101 | 100 | 110001 | 0 | 111001 | 100100111 | 100000 | 100000 |
Color Harmonies of #69386D
Complementary color
Monochromatic Colors of #69386D
Black with #69386D
Text Example
Text Example
White with #69386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69386D; }
p { color: rgb(105,56,109); }
H1.HeaderClassName
{
color: #69386D;
}
.AnyTagClassName
{
color: #69386D;
}
</style>
background-color css
<style>
a { background-color: #69386D; }
a { background-color: rgb(105,56,109); }
div.DivClassName
{
background-color: #69386D;
}
.BgClassName
{
background-color: #69386D;
}
</style>
border-color css
<style>
span { border-color: #69386D; }
span { border-color: rgb(105,56,109); }
td.TdClassName
{
border-color: #69386D;
}
.TagClassName
{
border-color: #69386D;
}
</style>