Shades of Seance #693D6A
Tints of Seance #693D6A
RGB
CMYK
RGB Variations
Color information
#693D6A (or 0x693D6A) is known color: Seance. HEX triplet: 69, 3D and 6A. RGB value is (105,61,106). Sum of RGB (Red+Green+Blue) = 105+61+106=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #693D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693D6A is #96C295. Grayscale: #4F4F4F. Windows color (decimal): -9880214 or 6962537. OLE color: 6962537.
HSL color Cylindrical-coordinate representation of color #693D6A: hue angle of 298.67º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #693D6A is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 61 | 106 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.58 |
| HSL | 298.67º | 0.27% | 0.33% | - |
| HSV(B) | 298.67º | 0.42% | 0.42% | - |
| XYZ | 10.1 | 7.38 | 14.53 | - |
| YUV | 79.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 106 | 0.01 | 0.42 | 0 | 0.58 | 298.67 | 0.27 | 0.33 |
| Hex | 69 | 3D | 6A | 1 | 2A | 0 | 3A | 12B | 1B | 21 |
| Octal | 151 | 75 | 152 | 1 | 52 | 0 | 72 | 453 | 33 | 41 |
| Binary | 1101001 | 111101 | 1101010 | 1 | 101010 | 0 | 111010 | 100101011 | 11011 | 100001 |
Color Harmonies of #693D6A
Complementary color
Monochromatic Colors of #693D6A
Black with #693D6A
Text Example
Text Example
White with #693D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D6A; }
p { color: rgb(105,61,106); }
H1.HeaderClassName
{
color: #693D6A;
}
.AnyTagClassName
{
color: #693D6A;
}
</style>
background-color css
<style>
a { background-color: #693D6A; }
a { background-color: rgb(105,61,106); }
div.DivClassName
{
background-color: #693D6A;
}
.BgClassName
{
background-color: #693D6A;
}
</style>
border-color css
<style>
span { border-color: #693D6A; }
span { border-color: rgb(105,61,106); }
td.TdClassName
{
border-color: #693D6A;
}
.TagClassName
{
border-color: #693D6A;
}
</style>