Shades of Seance #66366F
Tints of Seance #66366F
RGB
CMYK
RGB Variations
Color information
#66366F (or 0x66366F) is known color: Seance. HEX triplet: 66, 36 and 6F. RGB value is (102,54,111). Sum of RGB (Red+Green+Blue) = 102+54+111=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #66366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66366F is #99C990. Grayscale: #4A4A4A. Windows color (decimal): -10078609 or 7288422. OLE color: 7288422.
HSL color Cylindrical-coordinate representation of color #66366F: hue angle of 290.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66366F is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 54 | 111 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.56 |
| HSL | 290.53º | 0.35% | 0.32% | - |
| HSV(B) | 290.53º | 0.51% | 0.44% | - |
| XYZ | 9.67 | 6.61 | 15.81 | - |
| YUV | 74.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 111 | 0.08 | 0.51 | 0 | 0.56 | 290.53 | 0.35 | 0.32 |
| Hex | 66 | 36 | 6F | 8 | 33 | 0 | 38 | 123 | 23 | 20 |
| Octal | 146 | 66 | 157 | 10 | 63 | 0 | 70 | 443 | 43 | 40 |
| Binary | 1100110 | 110110 | 1101111 | 1000 | 110011 | 0 | 111000 | 100100011 | 100011 | 100000 |
Color Harmonies of #66366F
Complementary color
Monochromatic Colors of #66366F
Black with #66366F
Text Example
Text Example
White with #66366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66366F; }
p { color: rgb(102,54,111); }
H1.HeaderClassName
{
color: #66366F;
}
.AnyTagClassName
{
color: #66366F;
}
</style>
background-color css
<style>
a { background-color: #66366F; }
a { background-color: rgb(102,54,111); }
div.DivClassName
{
background-color: #66366F;
}
.BgClassName
{
background-color: #66366F;
}
</style>
border-color css
<style>
span { border-color: #66366F; }
span { border-color: rgb(102,54,111); }
td.TdClassName
{
border-color: #66366F;
}
.TagClassName
{
border-color: #66366F;
}
</style>