Shades of Seance #66336A
Tints of Seance #66336A
RGB
CMYK
RGB Variations
Color information
#66336A (or 0x66336A) is known color: Seance. HEX triplet: 66, 33 and 6A. RGB value is (102,51,106). Sum of RGB (Red+Green+Blue) = 102+51+106=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 106 - color contains mainly: blue. Hex color #66336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66336A is #99CC95. Grayscale: #484848. Windows color (decimal): -10079382 or 6959974. OLE color: 6959974.
HSL color Cylindrical-coordinate representation of color #66336A: hue angle of 295.64º 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 #66336A is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 51 | 106 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.58 |
| HSL | 295.64º | 0.35% | 0.31% | - |
| HSV(B) | 295.64º | 0.52% | 0.42% | - |
| XYZ | 9.26 | 6.23 | 14.35 | - |
| YUV | 72.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 106 | 0.04 | 0.52 | 0 | 0.58 | 295.64 | 0.35 | 0.31 |
| Hex | 66 | 33 | 6A | 4 | 34 | 0 | 3A | 128 | 23 | 1F |
| Octal | 146 | 63 | 152 | 4 | 64 | 0 | 72 | 450 | 43 | 37 |
| Binary | 1100110 | 110011 | 1101010 | 100 | 110100 | 0 | 111010 | 100101000 | 100011 | 11111 |
Color Harmonies of #66336A
Complementary color
Monochromatic Colors of #66336A
Black with #66336A
Text Example
Text Example
White with #66336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66336A; }
p { color: rgb(102,51,106); }
H1.HeaderClassName
{
color: #66336A;
}
.AnyTagClassName
{
color: #66336A;
}
</style>
background-color css
<style>
a { background-color: #66336A; }
a { background-color: rgb(102,51,106); }
div.DivClassName
{
background-color: #66336A;
}
.BgClassName
{
background-color: #66336A;
}
</style>
border-color css
<style>
span { border-color: #66336A; }
span { border-color: rgb(102,51,106); }
td.TdClassName
{
border-color: #66336A;
}
.TagClassName
{
border-color: #66336A;
}
</style>