Shades of Seance #693173
Tints of Seance #693173
RGB
CMYK
RGB Variations
Color information
#693173 (or 0x693173) is known color: Seance. HEX triplet: 69, 31 and 73. RGB value is (105,49,115). Sum of RGB (Red+Green+Blue) = 105+49+115=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #693173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693173 is #96CE8C. Grayscale: #494949. Windows color (decimal): -9883277 or 7549289. OLE color: 7549289.
HSL color Cylindrical-coordinate representation of color #693173: hue angle of 290.91º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693173 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 49 | 115 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.55 |
| HSL | 290.91º | 0.4% | 0.32% | - |
| HSV(B) | 290.91º | 0.57% | 0.45% | - |
| XYZ | 10.02 | 6.44 | 16.93 | - |
| YUV | 73.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 115 | 0.09 | 0.57 | 0 | 0.55 | 290.91 | 0.4 | 0.32 |
| Hex | 69 | 31 | 73 | 9 | 39 | 0 | 37 | 123 | 28 | 20 |
| Octal | 151 | 61 | 163 | 11 | 71 | 0 | 67 | 443 | 50 | 40 |
| Binary | 1101001 | 110001 | 1110011 | 1001 | 111001 | 0 | 110111 | 100100011 | 101000 | 100000 |
Color Harmonies of #693173
Complementary color
Monochromatic Colors of #693173
Black with #693173
Text Example
Text Example
White with #693173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693173; }
p { color: rgb(105,49,115); }
H1.HeaderClassName
{
color: #693173;
}
.AnyTagClassName
{
color: #693173;
}
</style>
background-color css
<style>
a { background-color: #693173; }
a { background-color: rgb(105,49,115); }
div.DivClassName
{
background-color: #693173;
}
.BgClassName
{
background-color: #693173;
}
</style>
border-color css
<style>
span { border-color: #693173; }
span { border-color: rgb(105,49,115); }
td.TdClassName
{
border-color: #693173;
}
.TagClassName
{
border-color: #693173;
}
</style>