Shades of Seance #693A68
Tints of Seance #693A68
RGB
CMYK
RGB Variations
Color information
#693A68 (or 0x693A68) is known color: Seance. HEX triplet: 69, 3A and 68. RGB value is (105,58,104). Sum of RGB (Red+Green+Blue) = 105+58+104=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #693A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A68 is #96C597. Grayscale: #4D4D4D. Windows color (decimal): -9880984 or 6830697. OLE color: 6830697.
HSL color Cylindrical-coordinate representation of color #693A68: hue angle of 301.28º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #693A68 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 104 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.59 |
| HSL | 301.28º | 0.29% | 0.32% | - |
| HSV(B) | 301.28º | 0.45% | 0.41% | - |
| XYZ | 9.84 | 7.03 | 13.93 | - |
| YUV | 77.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 104 | 0 | 0.45 | 0.01 | 0.59 | 301.28 | 0.29 | 0.32 |
| Hex | 69 | 3A | 68 | 0 | 2D | 1 | 3B | 12D | 1D | 20 |
| Octal | 151 | 72 | 150 | 0 | 55 | 1 | 73 | 455 | 35 | 40 |
| Binary | 1101001 | 111010 | 1101000 | 0 | 101101 | 1 | 111011 | 100101101 | 11101 | 100000 |
Color Harmonies of #693A68
Complementary color
Monochromatic Colors of #693A68
Black with #693A68
Text Example
Text Example
White with #693A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A68; }
p { color: rgb(105,58,104); }
H1.HeaderClassName
{
color: #693A68;
}
.AnyTagClassName
{
color: #693A68;
}
</style>
background-color css
<style>
a { background-color: #693A68; }
a { background-color: rgb(105,58,104); }
div.DivClassName
{
background-color: #693A68;
}
.BgClassName
{
background-color: #693A68;
}
</style>
border-color css
<style>
span { border-color: #693A68; }
span { border-color: rgb(105,58,104); }
td.TdClassName
{
border-color: #693A68;
}
.TagClassName
{
border-color: #693A68;
}
</style>