Shades of Seance #664165
Tints of Seance #664165
RGB
CMYK
RGB Variations
Color information
#664165 (or 0x664165) is known color: Seance. HEX triplet: 66, 41 and 65. RGB value is (102,65,101). Sum of RGB (Red+Green+Blue) = 102+65+101=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #664165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664165 is #99BE9A. Grayscale: #505050. Windows color (decimal): -10075803 or 6635878. OLE color: 6635878.
HSL color Cylindrical-coordinate representation of color #664165: hue angle of 301.62º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664165 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 101 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.6 |
| HSL | 301.62º | 0.22% | 0.33% | - |
| HSV(B) | 301.62º | 0.36% | 0.4% | - |
| XYZ | 9.72 | 7.54 | 13.26 | - |
| YUV | 80.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 101 | 0 | 0.36 | 0.01 | 0.6 | 301.62 | 0.22 | 0.33 |
| Hex | 66 | 41 | 65 | 0 | 24 | 1 | 3C | 12E | 16 | 21 |
| Octal | 146 | 101 | 145 | 0 | 44 | 1 | 74 | 456 | 26 | 41 |
| Binary | 1100110 | 1000001 | 1100101 | 0 | 100100 | 1 | 111100 | 100101110 | 10110 | 100001 |
Color Harmonies of #664165
Complementary color
Monochromatic Colors of #664165
Black with #664165
Text Example
Text Example
White with #664165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664165; }
p { color: rgb(102,65,101); }
H1.HeaderClassName
{
color: #664165;
}
.AnyTagClassName
{
color: #664165;
}
</style>
background-color css
<style>
a { background-color: #664165; }
a { background-color: rgb(102,65,101); }
div.DivClassName
{
background-color: #664165;
}
.BgClassName
{
background-color: #664165;
}
</style>
border-color css
<style>
span { border-color: #664165; }
span { border-color: rgb(102,65,101); }
td.TdClassName
{
border-color: #664165;
}
.TagClassName
{
border-color: #664165;
}
</style>