Shades of Seance #69207C
Tints of Seance #69207C
RGB
CMYK
RGB Variations
Color information
#69207C (or 0x69207C) is known color: Seance. HEX triplet: 69, 20 and 7C. RGB value is (105,32,124). Sum of RGB (Red+Green+Blue) = 105+32+124=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #69207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69207C is #96DF83. Grayscale: #404040. Windows color (decimal): -9887620 or 8134761. OLE color: 8134761.
HSL color Cylindrical-coordinate representation of color #69207C: hue angle of 287.61º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69207C is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 32 | 124 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.51 |
| HSL | 287.61º | 0.59% | 0.31% | - |
| HSV(B) | 287.61º | 0.74% | 0.49% | - |
| XYZ | 9.98 | 5.49 | 19.6 | - |
| YUV | 64.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 124 | 0.15 | 0.74 | 0 | 0.51 | 287.61 | 0.59 | 0.31 |
| Hex | 69 | 20 | 7C | F | 4A | 0 | 33 | 120 | 3B | 1F |
| Octal | 151 | 40 | 174 | 17 | 112 | 0 | 63 | 440 | 73 | 37 |
| Binary | 1101001 | 100000 | 1111100 | 1111 | 1001010 | 0 | 110011 | 100100000 | 111011 | 11111 |
Color Harmonies of #69207C
Complementary color
Monochromatic Colors of #69207C
Black with #69207C
Text Example
Text Example
White with #69207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69207C; }
p { color: rgb(105,32,124); }
H1.HeaderClassName
{
color: #69207C;
}
.AnyTagClassName
{
color: #69207C;
}
</style>
background-color css
<style>
a { background-color: #69207C; }
a { background-color: rgb(105,32,124); }
div.DivClassName
{
background-color: #69207C;
}
.BgClassName
{
background-color: #69207C;
}
</style>
border-color css
<style>
span { border-color: #69207C; }
span { border-color: rgb(105,32,124); }
td.TdClassName
{
border-color: #69207C;
}
.TagClassName
{
border-color: #69207C;
}
</style>