Shades of Seance #66346C
Tints of Seance #66346C
RGB
CMYK
RGB Variations
Color information
#66346C (or 0x66346C) is known color: Seance. HEX triplet: 66, 34 and 6C. RGB value is (102,52,108). Sum of RGB (Red+Green+Blue) = 102+52+108=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #66346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66346C is #99CB93. Grayscale: #494949. Windows color (decimal): -10079124 or 7091302. OLE color: 7091302.
HSL color Cylindrical-coordinate representation of color #66346C: hue angle of 293.57º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66346C is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 52 | 108 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.58 |
| HSL | 293.57º | 0.35% | 0.31% | - |
| HSV(B) | 293.57º | 0.52% | 0.42% | - |
| XYZ | 9.41 | 6.36 | 14.92 | - |
| YUV | 73.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 108 | 0.06 | 0.52 | 0 | 0.58 | 293.57 | 0.35 | 0.31 |
| Hex | 66 | 34 | 6C | 6 | 34 | 0 | 3A | 126 | 23 | 1F |
| Octal | 146 | 64 | 154 | 6 | 64 | 0 | 72 | 446 | 43 | 37 |
| Binary | 1100110 | 110100 | 1101100 | 110 | 110100 | 0 | 111010 | 100100110 | 100011 | 11111 |
Color Harmonies of #66346C
Complementary color
Monochromatic Colors of #66346C
Black with #66346C
Text Example
Text Example
White with #66346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66346C; }
p { color: rgb(102,52,108); }
H1.HeaderClassName
{
color: #66346C;
}
.AnyTagClassName
{
color: #66346C;
}
</style>
background-color css
<style>
a { background-color: #66346C; }
a { background-color: rgb(102,52,108); }
div.DivClassName
{
background-color: #66346C;
}
.BgClassName
{
background-color: #66346C;
}
</style>
border-color css
<style>
span { border-color: #66346C; }
span { border-color: rgb(102,52,108); }
td.TdClassName
{
border-color: #66346C;
}
.TagClassName
{
border-color: #66346C;
}
</style>