Shades of Seance #69246C
Tints of Seance #69246C
RGB
CMYK
RGB Variations
Color information
#69246C (or 0x69246C) is known color: Seance. HEX triplet: 69, 24 and 6C. RGB value is (105,36,108). Sum of RGB (Red+Green+Blue) = 105+36+108=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #69246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69246C is #96DB93. Grayscale: #404040. Windows color (decimal): -9886612 or 7087209. OLE color: 7087209.
HSL color Cylindrical-coordinate representation of color #69246C: hue angle of 297.5º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69246C is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 36 | 108 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.58 |
| HSL | 297.5º | 0.5% | 0.28% | - |
| HSV(B) | 297.5º | 0.67% | 0.42% | - |
| XYZ | 9.16 | 5.35 | 14.74 | - |
| YUV | 64.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 108 | 0.03 | 0.67 | 0 | 0.58 | 297.5 | 0.5 | 0.28 |
| Hex | 69 | 24 | 6C | 3 | 43 | 0 | 3A | 12A | 32 | 1C |
| Octal | 151 | 44 | 154 | 3 | 103 | 0 | 72 | 452 | 62 | 34 |
| Binary | 1101001 | 100100 | 1101100 | 11 | 1000011 | 0 | 111010 | 100101010 | 110010 | 11100 |
Color Harmonies of #69246C
Complementary color
Monochromatic Colors of #69246C
Black with #69246C
Text Example
Text Example
White with #69246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69246C; }
p { color: rgb(105,36,108); }
H1.HeaderClassName
{
color: #69246C;
}
.AnyTagClassName
{
color: #69246C;
}
</style>
background-color css
<style>
a { background-color: #69246C; }
a { background-color: rgb(105,36,108); }
div.DivClassName
{
background-color: #69246C;
}
.BgClassName
{
background-color: #69246C;
}
</style>
border-color css
<style>
span { border-color: #69246C; }
span { border-color: rgb(105,36,108); }
td.TdClassName
{
border-color: #69246C;
}
.TagClassName
{
border-color: #69246C;
}
</style>