Shades of Seance #664363
Tints of Seance #664363
RGB
CMYK
RGB Variations
Color information
#664363 (or 0x664363) is known color: Seance. HEX triplet: 66, 43 and 63. RGB value is (102,67,99). Sum of RGB (Red+Green+Blue) = 102+67+99=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #664363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664363 is #99BC9C. Grayscale: #515151. Windows color (decimal): -10075293 or 6505318. OLE color: 6505318.
HSL color Cylindrical-coordinate representation of color #664363: hue angle of 305.14º 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 #664363 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 99 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.6 |
| HSL | 305.14º | 0.21% | 0.33% | - |
| HSV(B) | 305.14º | 0.34% | 0.4% | - |
| XYZ | 9.74 | 7.74 | 12.79 | - |
| YUV | 81.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 99 | 0 | 0.34 | 0.03 | 0.6 | 305.14 | 0.21 | 0.33 |
| Hex | 66 | 43 | 63 | 0 | 22 | 3 | 3C | 131 | 15 | 21 |
| Octal | 146 | 103 | 143 | 0 | 42 | 3 | 74 | 461 | 25 | 41 |
| Binary | 1100110 | 1000011 | 1100011 | 0 | 100010 | 11 | 111100 | 100110001 | 10101 | 100001 |
Color Harmonies of #664363
Complementary color
Monochromatic Colors of #664363
Black with #664363
Text Example
Text Example
White with #664363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664363; }
p { color: rgb(102,67,99); }
H1.HeaderClassName
{
color: #664363;
}
.AnyTagClassName
{
color: #664363;
}
</style>
background-color css
<style>
a { background-color: #664363; }
a { background-color: rgb(102,67,99); }
div.DivClassName
{
background-color: #664363;
}
.BgClassName
{
background-color: #664363;
}
</style>
border-color css
<style>
span { border-color: #664363; }
span { border-color: rgb(102,67,99); }
td.TdClassName
{
border-color: #664363;
}
.TagClassName
{
border-color: #664363;
}
</style>