Shades of Seance #664366
Tints of Seance #664366
RGB
CMYK
RGB Variations
Color information
#664366 (or 0x664366) is known color: Seance. HEX triplet: 66, 43 and 66. RGB value is (102,67,102). Sum of RGB (Red+Green+Blue) = 102+67+102=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #664366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664366 is #99BC99. Grayscale: #515151. Windows color (decimal): -10075290 or 6701926. OLE color: 6701926.
HSL color Cylindrical-coordinate representation of color #664366: hue angle of 300º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #664366 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 102 | - |
| CMYK | 0 | 0.34 | 0 | 0.6 |
| HSL | 300º | 0.21% | 0.33% | - |
| HSV(B) | 300º | 0.34% | 0.4% | - |
| XYZ | 9.88 | 7.8 | 13.55 | - |
| YUV | 81.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 102 | 0 | 0.34 | 0 | 0.6 | 300 | 0.21 | 0.33 |
| Hex | 66 | 43 | 66 | 0 | 22 | 0 | 3C | 12C | 15 | 21 |
| Octal | 146 | 103 | 146 | 0 | 42 | 0 | 74 | 454 | 25 | 41 |
| Binary | 1100110 | 1000011 | 1100110 | 0 | 100010 | 0 | 111100 | 100101100 | 10101 | 100001 |
Color Harmonies of #664366
Complementary color
Monochromatic Colors of #664366
Black with #664366
Text Example
Text Example
White with #664366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664366; }
p { color: rgb(102,67,102); }
H1.HeaderClassName
{
color: #664366;
}
.AnyTagClassName
{
color: #664366;
}
</style>
background-color css
<style>
a { background-color: #664366; }
a { background-color: rgb(102,67,102); }
div.DivClassName
{
background-color: #664366;
}
.BgClassName
{
background-color: #664366;
}
</style>
border-color css
<style>
span { border-color: #664366; }
span { border-color: rgb(102,67,102); }
td.TdClassName
{
border-color: #664366;
}
.TagClassName
{
border-color: #664366;
}
</style>