Shades of Seance #66297E
Tints of Seance #66297E
RGB
CMYK
RGB Variations
Color information
#66297E (or 0x66297E) is known color: Seance. HEX triplet: 66, 29 and 7E. RGB value is (102,41,126). Sum of RGB (Red+Green+Blue) = 102+41+126=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #66297E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66297E is #99D681. Grayscale: #444444. Windows color (decimal): -10081922 or 8268134. OLE color: 8268134.
HSL color Cylindrical-coordinate representation of color #66297E: hue angle of 283.06º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66297E is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 41 | 126 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.51 |
| HSL | 283.06º | 0.51% | 0.33% | - |
| HSV(B) | 283.06º | 0.67% | 0.49% | - |
| XYZ | 10.04 | 5.92 | 20.35 | - |
| YUV | 68.93 | 160.21 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 126 | 0.19 | 0.67 | 0 | 0.51 | 283.06 | 0.51 | 0.33 |
| Hex | 66 | 29 | 7E | 13 | 43 | 0 | 33 | 11B | 33 | 21 |
| Octal | 146 | 51 | 176 | 23 | 103 | 0 | 63 | 433 | 63 | 41 |
| Binary | 1100110 | 101001 | 1111110 | 10011 | 1000011 | 0 | 110011 | 100011011 | 110011 | 100001 |
Color Harmonies of #66297E
Complementary color
Monochromatic Colors of #66297E
Black with #66297E
Text Example
Text Example
White with #66297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66297E; }
p { color: rgb(102,41,126); }
H1.HeaderClassName
{
color: #66297E;
}
.AnyTagClassName
{
color: #66297E;
}
</style>
background-color css
<style>
a { background-color: #66297E; }
a { background-color: rgb(102,41,126); }
div.DivClassName
{
background-color: #66297E;
}
.BgClassName
{
background-color: #66297E;
}
</style>
border-color css
<style>
span { border-color: #66297E; }
span { border-color: rgb(102,41,126); }
td.TdClassName
{
border-color: #66297E;
}
.TagClassName
{
border-color: #66297E;
}
</style>