Shades of Seance #69296C
Tints of Seance #69296C
RGB
CMYK
RGB Variations
Color information
#69296C (or 0x69296C) is known color: Seance. HEX triplet: 69, 29 and 6C. RGB value is (105,41,108). Sum of RGB (Red+Green+Blue) = 105+41+108=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #69296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69296C is #96D693. Grayscale: #434343. Windows color (decimal): -9885332 or 7088489. OLE color: 7088489.
HSL color Cylindrical-coordinate representation of color #69296C: hue angle of 297.31º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69296C is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 41 | 108 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.58 |
| HSL | 297.31º | 0.45% | 0.29% | - |
| HSV(B) | 297.31º | 0.62% | 0.42% | - |
| XYZ | 9.33 | 5.67 | 14.79 | - |
| YUV | 67.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 41 | 108 | 0.03 | 0.62 | 0 | 0.58 | 297.31 | 0.45 | 0.29 |
| Hex | 69 | 29 | 6C | 3 | 3E | 0 | 3A | 129 | 2D | 1D |
| Octal | 151 | 51 | 154 | 3 | 76 | 0 | 72 | 451 | 55 | 35 |
| Binary | 1101001 | 101001 | 1101100 | 11 | 111110 | 0 | 111010 | 100101001 | 101101 | 11101 |
Color Harmonies of #69296C
Complementary color
Monochromatic Colors of #69296C
Black with #69296C
Text Example
Text Example
White with #69296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69296C; }
p { color: rgb(105,41,108); }
H1.HeaderClassName
{
color: #69296C;
}
.AnyTagClassName
{
color: #69296C;
}
</style>
background-color css
<style>
a { background-color: #69296C; }
a { background-color: rgb(105,41,108); }
div.DivClassName
{
background-color: #69296C;
}
.BgClassName
{
background-color: #69296C;
}
</style>
border-color css
<style>
span { border-color: #69296C; }
span { border-color: rgb(105,41,108); }
td.TdClassName
{
border-color: #69296C;
}
.TagClassName
{
border-color: #69296C;
}
</style>