Shades of Seance #66237E
Tints of Seance #66237E
RGB
CMYK
RGB Variations
Color information
#66237E (or 0x66237E) is known color: Seance. HEX triplet: 66, 23 and 7E. RGB value is (102,35,126). Sum of RGB (Red+Green+Blue) = 102+35+126=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #66237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66237E is #99DC81. Grayscale: #414141. Windows color (decimal): -10083458 or 8266598. OLE color: 8266598.
HSL color Cylindrical-coordinate representation of color #66237E: hue angle of 284.18º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66237E is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 35 | 126 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.51 |
| HSL | 284.18º | 0.57% | 0.32% | - |
| HSV(B) | 284.18º | 0.72% | 0.49% | - |
| XYZ | 9.85 | 5.53 | 20.29 | - |
| YUV | 65.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 35 | 126 | 0.19 | 0.72 | 0 | 0.51 | 284.18 | 0.57 | 0.32 |
| Hex | 66 | 23 | 7E | 13 | 48 | 0 | 33 | 11C | 39 | 20 |
| Octal | 146 | 43 | 176 | 23 | 110 | 0 | 63 | 434 | 71 | 40 |
| Binary | 1100110 | 100011 | 1111110 | 10011 | 1001000 | 0 | 110011 | 100011100 | 111001 | 100000 |
Color Harmonies of #66237E
Complementary color
Monochromatic Colors of #66237E
Black with #66237E
Text Example
Text Example
White with #66237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66237E; }
p { color: rgb(102,35,126); }
H1.HeaderClassName
{
color: #66237E;
}
.AnyTagClassName
{
color: #66237E;
}
</style>
background-color css
<style>
a { background-color: #66237E; }
a { background-color: rgb(102,35,126); }
div.DivClassName
{
background-color: #66237E;
}
.BgClassName
{
background-color: #66237E;
}
</style>
border-color css
<style>
span { border-color: #66237E; }
span { border-color: rgb(102,35,126); }
td.TdClassName
{
border-color: #66237E;
}
.TagClassName
{
border-color: #66237E;
}
</style>