Shades of Seance #663D6A
Tints of Seance #663D6A
RGB
CMYK
RGB Variations
Color information
#663D6A (or 0x663D6A) is known color: Seance. HEX triplet: 66, 3D and 6A. RGB value is (102,61,106). Sum of RGB (Red+Green+Blue) = 102+61+106=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #663D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D6A is #99C295. Grayscale: #4E4E4E. Windows color (decimal): -10076822 or 6962534. OLE color: 6962534.
HSL color Cylindrical-coordinate representation of color #663D6A: hue angle of 294.67º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663D6A is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 61 | 106 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.58 |
| HSL | 294.67º | 0.27% | 0.33% | - |
| HSV(B) | 294.67º | 0.42% | 0.42% | - |
| XYZ | 9.75 | 7.2 | 14.51 | - |
| YUV | 78.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 106 | 0.04 | 0.42 | 0 | 0.58 | 294.67 | 0.27 | 0.33 |
| Hex | 66 | 3D | 6A | 4 | 2A | 0 | 3A | 127 | 1B | 21 |
| Octal | 146 | 75 | 152 | 4 | 52 | 0 | 72 | 447 | 33 | 41 |
| Binary | 1100110 | 111101 | 1101010 | 100 | 101010 | 0 | 111010 | 100100111 | 11011 | 100001 |
Color Harmonies of #663D6A
Complementary color
Monochromatic Colors of #663D6A
Black with #663D6A
Text Example
Text Example
White with #663D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D6A; }
p { color: rgb(102,61,106); }
H1.HeaderClassName
{
color: #663D6A;
}
.AnyTagClassName
{
color: #663D6A;
}
</style>
background-color css
<style>
a { background-color: #663D6A; }
a { background-color: rgb(102,61,106); }
div.DivClassName
{
background-color: #663D6A;
}
.BgClassName
{
background-color: #663D6A;
}
</style>
border-color css
<style>
span { border-color: #663D6A; }
span { border-color: rgb(102,61,106); }
td.TdClassName
{
border-color: #663D6A;
}
.TagClassName
{
border-color: #663D6A;
}
</style>