Shades of Seance #66246E
Tints of Seance #66246E
RGB
CMYK
RGB Variations
Color information
#66246E (or 0x66246E) is known color: Seance. HEX triplet: 66, 24 and 6E. RGB value is (102,36,110). Sum of RGB (Red+Green+Blue) = 102+36+110=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #66246E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66246E is #99DB91. Grayscale: #3F3F3F. Windows color (decimal): -10083218 or 7218278. OLE color: 7218278.
HSL color Cylindrical-coordinate representation of color #66246E: hue angle of 293.51º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66246E is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 36 | 110 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.57 |
| HSL | 293.51º | 0.51% | 0.29% | - |
| HSV(B) | 293.51º | 0.67% | 0.43% | - |
| XYZ | 8.92 | 5.21 | 15.29 | - |
| YUV | 64.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 110 | 0.07 | 0.67 | 0 | 0.57 | 293.51 | 0.51 | 0.29 |
| Hex | 66 | 24 | 6E | 7 | 43 | 0 | 39 | 126 | 33 | 1D |
| Octal | 146 | 44 | 156 | 7 | 103 | 0 | 71 | 446 | 63 | 35 |
| Binary | 1100110 | 100100 | 1101110 | 111 | 1000011 | 0 | 111001 | 100100110 | 110011 | 11101 |
Color Harmonies of #66246E
Complementary color
Monochromatic Colors of #66246E
Black with #66246E
Text Example
Text Example
White with #66246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66246E; }
p { color: rgb(102,36,110); }
H1.HeaderClassName
{
color: #66246E;
}
.AnyTagClassName
{
color: #66246E;
}
</style>
background-color css
<style>
a { background-color: #66246E; }
a { background-color: rgb(102,36,110); }
div.DivClassName
{
background-color: #66246E;
}
.BgClassName
{
background-color: #66246E;
}
</style>
border-color css
<style>
span { border-color: #66246E; }
span { border-color: rgb(102,36,110); }
td.TdClassName
{
border-color: #66246E;
}
.TagClassName
{
border-color: #66246E;
}
</style>