Shades of Seance #66346A
Tints of Seance #66346A
RGB
CMYK
RGB Variations
Color information
#66346A (or 0x66346A) is known color: Seance. HEX triplet: 66, 34 and 6A. RGB value is (102,52,106). Sum of RGB (Red+Green+Blue) = 102+52+106=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 106 - color contains mainly: blue. Hex color #66346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66346A is #99CB95. Grayscale: #484848. Windows color (decimal): -10079126 or 6960230. OLE color: 6960230.
HSL color Cylindrical-coordinate representation of color #66346A: hue angle of 295.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66346A is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 52 | 106 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.58 |
| HSL | 295.56º | 0.34% | 0.31% | - |
| HSV(B) | 295.56º | 0.51% | 0.42% | - |
| XYZ | 9.31 | 6.32 | 14.37 | - |
| YUV | 73.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 106 | 0.04 | 0.51 | 0 | 0.58 | 295.56 | 0.34 | 0.31 |
| Hex | 66 | 34 | 6A | 4 | 33 | 0 | 3A | 128 | 22 | 1F |
| Octal | 146 | 64 | 152 | 4 | 63 | 0 | 72 | 450 | 42 | 37 |
| Binary | 1100110 | 110100 | 1101010 | 100 | 110011 | 0 | 111010 | 100101000 | 100010 | 11111 |
Color Harmonies of #66346A
Complementary color
Monochromatic Colors of #66346A
Black with #66346A
Text Example
Text Example
White with #66346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66346A; }
p { color: rgb(102,52,106); }
H1.HeaderClassName
{
color: #66346A;
}
.AnyTagClassName
{
color: #66346A;
}
</style>
background-color css
<style>
a { background-color: #66346A; }
a { background-color: rgb(102,52,106); }
div.DivClassName
{
background-color: #66346A;
}
.BgClassName
{
background-color: #66346A;
}
</style>
border-color css
<style>
span { border-color: #66346A; }
span { border-color: rgb(102,52,106); }
td.TdClassName
{
border-color: #66346A;
}
.TagClassName
{
border-color: #66346A;
}
</style>