Shades of Seance #66316C
Tints of Seance #66316C
RGB
CMYK
RGB Variations
Color information
#66316C (or 0x66316C) is known color: Seance. HEX triplet: 66, 31 and 6C. RGB value is (102,49,108). Sum of RGB (Red+Green+Blue) = 102+49+108=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #66316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66316C is #99CE93. Grayscale: #474747. Windows color (decimal): -10079892 or 7090534. OLE color: 7090534.
HSL color Cylindrical-coordinate representation of color #66316C: hue angle of 293.9º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66316C is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 49 | 108 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.58 |
| HSL | 293.9º | 0.38% | 0.31% | - |
| HSV(B) | 293.9º | 0.55% | 0.42% | - |
| XYZ | 9.28 | 6.1 | 14.88 | - |
| YUV | 71.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 108 | 0.06 | 0.55 | 0 | 0.58 | 293.9 | 0.38 | 0.31 |
| Hex | 66 | 31 | 6C | 6 | 37 | 0 | 3A | 126 | 26 | 1F |
| Octal | 146 | 61 | 154 | 6 | 67 | 0 | 72 | 446 | 46 | 37 |
| Binary | 1100110 | 110001 | 1101100 | 110 | 110111 | 0 | 111010 | 100100110 | 100110 | 11111 |
Color Harmonies of #66316C
Complementary color
Monochromatic Colors of #66316C
Black with #66316C
Text Example
Text Example
White with #66316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66316C; }
p { color: rgb(102,49,108); }
H1.HeaderClassName
{
color: #66316C;
}
.AnyTagClassName
{
color: #66316C;
}
</style>
background-color css
<style>
a { background-color: #66316C; }
a { background-color: rgb(102,49,108); }
div.DivClassName
{
background-color: #66316C;
}
.BgClassName
{
background-color: #66316C;
}
</style>
border-color css
<style>
span { border-color: #66316C; }
span { border-color: rgb(102,49,108); }
td.TdClassName
{
border-color: #66316C;
}
.TagClassName
{
border-color: #66316C;
}
</style>