Shades of Seance #69296D
Tints of Seance #69296D
RGB
CMYK
RGB Variations
Color information
#69296D (or 0x69296D) is known color: Seance. HEX triplet: 69, 29 and 6D. RGB value is (105,41,109). Sum of RGB (Red+Green+Blue) = 105+41+109=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #69296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69296D is #96D692. Grayscale: #434343. Windows color (decimal): -9885331 or 7154025. OLE color: 7154025.
HSL color Cylindrical-coordinate representation of color #69296D: hue angle of 296.47º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69296D is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 41 | 109 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.57 |
| HSL | 296.47º | 0.45% | 0.29% | - |
| HSV(B) | 296.47º | 0.62% | 0.43% | - |
| XYZ | 9.38 | 5.69 | 15.07 | - |
| YUV | 67.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 41 | 109 | 0.04 | 0.62 | 0 | 0.57 | 296.47 | 0.45 | 0.29 |
| Hex | 69 | 29 | 6D | 4 | 3E | 0 | 39 | 128 | 2D | 1D |
| Octal | 151 | 51 | 155 | 4 | 76 | 0 | 71 | 450 | 55 | 35 |
| Binary | 1101001 | 101001 | 1101101 | 100 | 111110 | 0 | 111001 | 100101000 | 101101 | 11101 |
Color Harmonies of #69296D
Complementary color
Monochromatic Colors of #69296D
Black with #69296D
Text Example
Text Example
White with #69296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69296D; }
p { color: rgb(105,41,109); }
H1.HeaderClassName
{
color: #69296D;
}
.AnyTagClassName
{
color: #69296D;
}
</style>
background-color css
<style>
a { background-color: #69296D; }
a { background-color: rgb(105,41,109); }
div.DivClassName
{
background-color: #69296D;
}
.BgClassName
{
background-color: #69296D;
}
</style>
border-color css
<style>
span { border-color: #69296D; }
span { border-color: rgb(105,41,109); }
td.TdClassName
{
border-color: #69296D;
}
.TagClassName
{
border-color: #69296D;
}
</style>