Shades of Seance #69197D
Tints of Seance #69197D
RGB
CMYK
RGB Variations
Color information
#69197D (or 0x69197D) is known color: Seance. HEX triplet: 69, 19 and 7D. RGB value is (105,25,125). Sum of RGB (Red+Green+Blue) = 105+25+125=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #69197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69197D is #96E682. Grayscale: #3C3C3C. Windows color (decimal): -9889411 or 8198505. OLE color: 8198505.
HSL color Cylindrical-coordinate representation of color #69197D: hue angle of 288º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69197D is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 25 | 125 | - |
| CMYK | 0.16 | 0.8 | 0 | 0.51 |
| HSL | 288º | 0.67% | 0.29% | - |
| HSV(B) | 288º | 0.8% | 0.49% | - |
| XYZ | 9.88 | 5.18 | 19.88 | - |
| YUV | 60.32 | 164.5 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 125 | 0.16 | 0.8 | 0 | 0.51 | 288 | 0.67 | 0.29 |
| Hex | 69 | 19 | 7D | 10 | 50 | 0 | 33 | 120 | 43 | 1D |
| Octal | 151 | 31 | 175 | 20 | 120 | 0 | 63 | 440 | 103 | 35 |
| Binary | 1101001 | 11001 | 1111101 | 10000 | 1010000 | 0 | 110011 | 100100000 | 1000011 | 11101 |
Color Harmonies of #69197D
Complementary color
Monochromatic Colors of #69197D
Black with #69197D
Text Example
Text Example
White with #69197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69197D; }
p { color: rgb(105,25,125); }
H1.HeaderClassName
{
color: #69197D;
}
.AnyTagClassName
{
color: #69197D;
}
</style>
background-color css
<style>
a { background-color: #69197D; }
a { background-color: rgb(105,25,125); }
div.DivClassName
{
background-color: #69197D;
}
.BgClassName
{
background-color: #69197D;
}
</style>
border-color css
<style>
span { border-color: #69197D; }
span { border-color: rgb(105,25,125); }
td.TdClassName
{
border-color: #69197D;
}
.TagClassName
{
border-color: #69197D;
}
</style>