Shades of Seance #693F68
Tints of Seance #693F68
RGB
CMYK
RGB Variations
Color information
#693F68 (or 0x693F68) is known color: Seance. HEX triplet: 69, 3F and 68. RGB value is (105,63,104). Sum of RGB (Red+Green+Blue) = 105+63+104=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #693F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F68 is #96C097. Grayscale: #505050. Windows color (decimal): -9879704 or 6831977. OLE color: 6831977.
HSL color Cylindrical-coordinate representation of color #693F68: hue angle of 301.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #693F68 is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 104 | - |
| CMYK | 0 | 0.4 | 0.01 | 0.59 |
| HSL | 301.43º | 0.25% | 0.33% | - |
| HSV(B) | 301.43º | 0.4% | 0.41% | - |
| XYZ | 10.1 | 7.56 | 14.02 | - |
| YUV | 80.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 104 | 0 | 0.4 | 0.01 | 0.59 | 301.43 | 0.25 | 0.33 |
| Hex | 69 | 3F | 68 | 0 | 28 | 1 | 3B | 12D | 19 | 21 |
| Octal | 151 | 77 | 150 | 0 | 50 | 1 | 73 | 455 | 31 | 41 |
| Binary | 1101001 | 111111 | 1101000 | 0 | 101000 | 1 | 111011 | 100101101 | 11001 | 100001 |
Color Harmonies of #693F68
Complementary color
Monochromatic Colors of #693F68
Black with #693F68
Text Example
Text Example
White with #693F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F68; }
p { color: rgb(105,63,104); }
H1.HeaderClassName
{
color: #693F68;
}
.AnyTagClassName
{
color: #693F68;
}
</style>
background-color css
<style>
a { background-color: #693F68; }
a { background-color: rgb(105,63,104); }
div.DivClassName
{
background-color: #693F68;
}
.BgClassName
{
background-color: #693F68;
}
</style>
border-color css
<style>
span { border-color: #693F68; }
span { border-color: rgb(105,63,104); }
td.TdClassName
{
border-color: #693F68;
}
.TagClassName
{
border-color: #693F68;
}
</style>