Shades of Seance #69197E
Tints of Seance #69197E
RGB
CMYK
RGB Variations
Color information
#69197E (or 0x69197E) is known color: Seance. HEX triplet: 69, 19 and 7E. RGB value is (105,25,126). Sum of RGB (Red+Green+Blue) = 105+25+126=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #69197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69197E is #96E681. Grayscale: #3C3C3C. Windows color (decimal): -9889410 or 8264041. OLE color: 8264041.
HSL color Cylindrical-coordinate representation of color #69197E: hue angle of 287.52º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69197E is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 25 | 126 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.51 |
| HSL | 287.52º | 0.67% | 0.3% | - |
| HSV(B) | 287.52º | 0.8% | 0.49% | - |
| XYZ | 9.94 | 5.2 | 20.22 | - |
| YUV | 60.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 126 | 0.17 | 0.80 | 0 | 0.51 | 287.52 | 0.67 | 0.3 |
| Hex | 69 | 19 | 7E | 11 | 50 | 0 | 33 | 120 | 43 | 1E |
| Octal | 151 | 31 | 176 | 21 | 120 | 0 | 63 | 440 | 103 | 36 |
| Binary | 1101001 | 11001 | 1111110 | 10001 | 1010000 | 0 | 110011 | 100100000 | 1000011 | 11110 |
Color Harmonies of #69197E
Complementary color
Monochromatic Colors of #69197E
Black with #69197E
Text Example
Text Example
White with #69197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69197E; }
p { color: rgb(105,25,126); }
H1.HeaderClassName
{
color: #69197E;
}
.AnyTagClassName
{
color: #69197E;
}
</style>
background-color css
<style>
a { background-color: #69197E; }
a { background-color: rgb(105,25,126); }
div.DivClassName
{
background-color: #69197E;
}
.BgClassName
{
background-color: #69197E;
}
</style>
border-color css
<style>
span { border-color: #69197E; }
span { border-color: rgb(105,25,126); }
td.TdClassName
{
border-color: #69197E;
}
.TagClassName
{
border-color: #69197E;
}
</style>