Shades of Seance #66226D
Tints of Seance #66226D
RGB
CMYK
RGB Variations
Color information
#66226D (or 0x66226D) is known color: Seance. HEX triplet: 66, 22 and 6D. RGB value is (102,34,109). Sum of RGB (Red+Green+Blue) = 102+34+109=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #66226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66226D is #99DD92. Grayscale: #3E3E3E. Windows color (decimal): -10083731 or 7152230. OLE color: 7152230.
HSL color Cylindrical-coordinate representation of color #66226D: hue angle of 294.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66226D is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 34 | 109 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.57 |
| HSL | 294.4º | 0.52% | 0.28% | - |
| HSV(B) | 294.4º | 0.69% | 0.43% | - |
| XYZ | 8.81 | 5.07 | 14.98 | - |
| YUV | 62.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 109 | 0.06 | 0.69 | 0 | 0.57 | 294.4 | 0.52 | 0.28 |
| Hex | 66 | 22 | 6D | 6 | 45 | 0 | 39 | 126 | 34 | 1C |
| Octal | 146 | 42 | 155 | 6 | 105 | 0 | 71 | 446 | 64 | 34 |
| Binary | 1100110 | 100010 | 1101101 | 110 | 1000101 | 0 | 111001 | 100100110 | 110100 | 11100 |
Color Harmonies of #66226D
Complementary color
Monochromatic Colors of #66226D
Black with #66226D
Text Example
Text Example
White with #66226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66226D; }
p { color: rgb(102,34,109); }
H1.HeaderClassName
{
color: #66226D;
}
.AnyTagClassName
{
color: #66226D;
}
</style>
background-color css
<style>
a { background-color: #66226D; }
a { background-color: rgb(102,34,109); }
div.DivClassName
{
background-color: #66226D;
}
.BgClassName
{
background-color: #66226D;
}
</style>
border-color css
<style>
span { border-color: #66226D; }
span { border-color: rgb(102,34,109); }
td.TdClassName
{
border-color: #66226D;
}
.TagClassName
{
border-color: #66226D;
}
</style>