Shades of Seance #661F6C
Tints of Seance #661F6C
RGB
CMYK
RGB Variations
Color information
#661F6C (or 0x661F6C) is known color: Seance. HEX triplet: 66, 1F and 6C. RGB value is (102,31,108). Sum of RGB (Red+Green+Blue) = 102+31+108=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #661F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661F6C is #99E093. Grayscale: #3C3C3C. Windows color (decimal): -10084500 or 7085926. OLE color: 7085926.
HSL color Cylindrical-coordinate representation of color #661F6C: hue angle of 295.32º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #661F6C is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 31 | 108 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.58 |
| HSL | 295.32º | 0.55% | 0.27% | - |
| HSV(B) | 295.32º | 0.71% | 0.42% | - |
| XYZ | 8.68 | 4.89 | 14.67 | - |
| YUV | 61.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 108 | 0.06 | 0.71 | 0 | 0.58 | 295.32 | 0.55 | 0.27 |
| Hex | 66 | 1F | 6C | 6 | 47 | 0 | 3A | 127 | 37 | 1B |
| Octal | 146 | 37 | 154 | 6 | 107 | 0 | 72 | 447 | 67 | 33 |
| Binary | 1100110 | 11111 | 1101100 | 110 | 1000111 | 0 | 111010 | 100100111 | 110111 | 11011 |
Color Harmonies of #661F6C
Complementary color
Monochromatic Colors of #661F6C
Black with #661F6C
Text Example
Text Example
White with #661F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F6C; }
p { color: rgb(102,31,108); }
H1.HeaderClassName
{
color: #661F6C;
}
.AnyTagClassName
{
color: #661F6C;
}
</style>
background-color css
<style>
a { background-color: #661F6C; }
a { background-color: rgb(102,31,108); }
div.DivClassName
{
background-color: #661F6C;
}
.BgClassName
{
background-color: #661F6C;
}
</style>
border-color css
<style>
span { border-color: #661F6C; }
span { border-color: rgb(102,31,108); }
td.TdClassName
{
border-color: #661F6C;
}
.TagClassName
{
border-color: #661F6C;
}
</style>