Shades of Seance #693867
Tints of Seance #693867
RGB
CMYK
RGB Variations
Color information
#693867 (or 0x693867) is known color: Seance. HEX triplet: 69, 38 and 67. RGB value is (105,56,103). Sum of RGB (Red+Green+Blue) = 105+56+103=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #693867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693867 is #96C798. Grayscale: #4B4B4B. Windows color (decimal): -9881497 or 6764649. OLE color: 6764649.
HSL color Cylindrical-coordinate representation of color #693867: hue angle of 302.45º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #693867 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 56 | 103 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.59 |
| HSL | 302.45º | 0.3% | 0.32% | - |
| HSV(B) | 302.45º | 0.47% | 0.41% | - |
| XYZ | 9.69 | 6.81 | 13.64 | - |
| YUV | 76.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 56 | 103 | 0 | 0.47 | 0.02 | 0.59 | 302.45 | 0.3 | 0.32 |
| Hex | 69 | 38 | 67 | 0 | 2F | 2 | 3B | 12E | 1E | 20 |
| Octal | 151 | 70 | 147 | 0 | 57 | 2 | 73 | 456 | 36 | 40 |
| Binary | 1101001 | 111000 | 1100111 | 0 | 101111 | 10 | 111011 | 100101110 | 11110 | 100000 |
Color Harmonies of #693867
Complementary color
Monochromatic Colors of #693867
Black with #693867
Text Example
Text Example
White with #693867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693867; }
p { color: rgb(105,56,103); }
H1.HeaderClassName
{
color: #693867;
}
.AnyTagClassName
{
color: #693867;
}
</style>
background-color css
<style>
a { background-color: #693867; }
a { background-color: rgb(105,56,103); }
div.DivClassName
{
background-color: #693867;
}
.BgClassName
{
background-color: #693867;
}
</style>
border-color css
<style>
span { border-color: #693867; }
span { border-color: rgb(105,56,103); }
td.TdClassName
{
border-color: #693867;
}
.TagClassName
{
border-color: #693867;
}
</style>