Shades of Seance #694066
Tints of Seance #694066
RGB
CMYK
RGB Variations
Color information
#694066 (or 0x694066) is known color: Seance. HEX triplet: 69, 40 and 66. RGB value is (105,64,102). Sum of RGB (Red+Green+Blue) = 105+64+102=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #694066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694066 is #96BF99. Grayscale: #505050. Windows color (decimal): -9879450 or 6701161. OLE color: 6701161.
HSL color Cylindrical-coordinate representation of color #694066: hue angle of 304.39º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #694066 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 102 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.59 |
| HSL | 304.39º | 0.24% | 0.33% | - |
| HSV(B) | 304.39º | 0.39% | 0.41% | - |
| XYZ | 10.06 | 7.63 | 13.51 | - |
| YUV | 80.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 102 | 0 | 0.39 | 0.03 | 0.59 | 304.39 | 0.24 | 0.33 |
| Hex | 69 | 40 | 66 | 0 | 27 | 3 | 3B | 130 | 18 | 21 |
| Octal | 151 | 100 | 146 | 0 | 47 | 3 | 73 | 460 | 30 | 41 |
| Binary | 1101001 | 1000000 | 1100110 | 0 | 100111 | 11 | 111011 | 100110000 | 11000 | 100001 |
Color Harmonies of #694066
Complementary color
Monochromatic Colors of #694066
Black with #694066
Text Example
Text Example
White with #694066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694066; }
p { color: rgb(105,64,102); }
H1.HeaderClassName
{
color: #694066;
}
.AnyTagClassName
{
color: #694066;
}
</style>
background-color css
<style>
a { background-color: #694066; }
a { background-color: rgb(105,64,102); }
div.DivClassName
{
background-color: #694066;
}
.BgClassName
{
background-color: #694066;
}
</style>
border-color css
<style>
span { border-color: #694066; }
span { border-color: rgb(105,64,102); }
td.TdClassName
{
border-color: #694066;
}
.TagClassName
{
border-color: #694066;
}
</style>