Shades of Seance #693373
Tints of Seance #693373
RGB
CMYK
RGB Variations
Color information
#693373 (or 0x693373) is known color: Seance. HEX triplet: 69, 33 and 73. RGB value is (105,51,115). Sum of RGB (Red+Green+Blue) = 105+51+115=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #693373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693373 is #96CC8C. Grayscale: #4A4A4A. Windows color (decimal): -9882765 or 7549801. OLE color: 7549801.
HSL color Cylindrical-coordinate representation of color #693373: hue angle of 290.62º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693373 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 51 | 115 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.55 |
| HSL | 290.63º | 0.39% | 0.33% | - |
| HSV(B) | 290.63º | 0.56% | 0.45% | - |
| XYZ | 10.1 | 6.61 | 16.96 | - |
| YUV | 74.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 115 | 0.09 | 0.56 | 0 | 0.55 | 290.63 | 0.39 | 0.33 |
| Hex | 69 | 33 | 73 | 9 | 38 | 0 | 37 | 123 | 27 | 21 |
| Octal | 151 | 63 | 163 | 11 | 70 | 0 | 67 | 443 | 47 | 41 |
| Binary | 1101001 | 110011 | 1110011 | 1001 | 111000 | 0 | 110111 | 100100011 | 100111 | 100001 |
Color Harmonies of #693373
Complementary color
Monochromatic Colors of #693373
Black with #693373
Text Example
Text Example
White with #693373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693373; }
p { color: rgb(105,51,115); }
H1.HeaderClassName
{
color: #693373;
}
.AnyTagClassName
{
color: #693373;
}
</style>
background-color css
<style>
a { background-color: #693373; }
a { background-color: rgb(105,51,115); }
div.DivClassName
{
background-color: #693373;
}
.BgClassName
{
background-color: #693373;
}
</style>
border-color css
<style>
span { border-color: #693373; }
span { border-color: rgb(105,51,115); }
td.TdClassName
{
border-color: #693373;
}
.TagClassName
{
border-color: #693373;
}
</style>