Shades of Seance #661878
Tints of Seance #661878
RGB
CMYK
RGB Variations
Color information
#661878 (or 0x661878) is known color: Seance. HEX triplet: 66, 18 and 78. RGB value is (102,24,120). Sum of RGB (Red+Green+Blue) = 102+24+120=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #661878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661878 is #99E787. Grayscale: #393939. Windows color (decimal): -10086280 or 7870566. OLE color: 7870566.
HSL color Cylindrical-coordinate representation of color #661878: hue angle of 288.75º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661878 is Cyan = 0.15, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 24 | 120 | - |
| CMYK | 0.15 | 0.8 | 0 | 0.53 |
| HSL | 288.75º | 0.67% | 0.28% | - |
| HSV(B) | 288.75º | 0.8% | 0.47% | - |
| XYZ | 9.2 | 4.83 | 18.22 | - |
| YUV | 58.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 120 | 0.15 | 0.8 | 0 | 0.53 | 288.75 | 0.67 | 0.28 |
| Hex | 66 | 18 | 78 | F | 50 | 0 | 35 | 121 | 43 | 1C |
| Octal | 146 | 30 | 170 | 17 | 120 | 0 | 65 | 441 | 103 | 34 |
| Binary | 1100110 | 11000 | 1111000 | 1111 | 1010000 | 0 | 110101 | 100100001 | 1000011 | 11100 |
Color Harmonies of #661878
Complementary color
Monochromatic Colors of #661878
Black with #661878
Text Example
Text Example
White with #661878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661878; }
p { color: rgb(102,24,120); }
H1.HeaderClassName
{
color: #661878;
}
.AnyTagClassName
{
color: #661878;
}
</style>
background-color css
<style>
a { background-color: #661878; }
a { background-color: rgb(102,24,120); }
div.DivClassName
{
background-color: #661878;
}
.BgClassName
{
background-color: #661878;
}
</style>
border-color css
<style>
span { border-color: #661878; }
span { border-color: rgb(102,24,120); }
td.TdClassName
{
border-color: #661878;
}
.TagClassName
{
border-color: #661878;
}
</style>