Shades of Seance #693174
Tints of Seance #693174
RGB
CMYK
RGB Variations
Color information
#693174 (or 0x693174) is known color: Seance. HEX triplet: 69, 31 and 74. RGB value is (105,49,116). Sum of RGB (Red+Green+Blue) = 105+49+116=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #693174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693174 is #96CE8B. Grayscale: #494949. Windows color (decimal): -9883276 or 7614825. OLE color: 7614825.
HSL color Cylindrical-coordinate representation of color #693174: hue angle of 290.15º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693174 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 49 | 116 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.55 |
| HSL | 290.15º | 0.41% | 0.32% | - |
| HSV(B) | 290.15º | 0.58% | 0.45% | - |
| XYZ | 10.08 | 6.46 | 17.24 | - |
| YUV | 73.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 116 | 0.09 | 0.58 | 0 | 0.55 | 290.15 | 0.41 | 0.32 |
| Hex | 69 | 31 | 74 | 9 | 3A | 0 | 37 | 122 | 29 | 20 |
| Octal | 151 | 61 | 164 | 11 | 72 | 0 | 67 | 442 | 51 | 40 |
| Binary | 1101001 | 110001 | 1110100 | 1001 | 111010 | 0 | 110111 | 100100010 | 101001 | 100000 |
Color Harmonies of #693174
Complementary color
Monochromatic Colors of #693174
Black with #693174
Text Example
Text Example
White with #693174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693174; }
p { color: rgb(105,49,116); }
H1.HeaderClassName
{
color: #693174;
}
.AnyTagClassName
{
color: #693174;
}
</style>
background-color css
<style>
a { background-color: #693174; }
a { background-color: rgb(105,49,116); }
div.DivClassName
{
background-color: #693174;
}
.BgClassName
{
background-color: #693174;
}
</style>
border-color css
<style>
span { border-color: #693174; }
span { border-color: rgb(105,49,116); }
td.TdClassName
{
border-color: #693174;
}
.TagClassName
{
border-color: #693174;
}
</style>