Shades of Seance #66197E
Tints of Seance #66197E
RGB
CMYK
RGB Variations
Color information
#66197E (or 0x66197E) is known color: Seance. HEX triplet: 66, 19 and 7E. RGB value is (102,25,126). Sum of RGB (Red+Green+Blue) = 102+25+126=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #66197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66197E is #99E681. Grayscale: #3B3B3B. Windows color (decimal): -10086018 or 8264038. OLE color: 8264038.
HSL color Cylindrical-coordinate representation of color #66197E: hue angle of 285.74º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66197E is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 25 | 126 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.51 |
| HSL | 285.74º | 0.67% | 0.3% | - |
| HSV(B) | 285.74º | 0.8% | 0.49% | - |
| XYZ | 9.59 | 5.03 | 20.2 | - |
| YUV | 59.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 126 | 0.19 | 0.80 | 0 | 0.51 | 285.74 | 0.67 | 0.3 |
| Hex | 66 | 19 | 7E | 13 | 50 | 0 | 33 | 11E | 43 | 1E |
| Octal | 146 | 31 | 176 | 23 | 120 | 0 | 63 | 436 | 103 | 36 |
| Binary | 1100110 | 11001 | 1111110 | 10011 | 1010000 | 0 | 110011 | 100011110 | 1000011 | 11110 |
Color Harmonies of #66197E
Complementary color
Monochromatic Colors of #66197E
Black with #66197E
Text Example
Text Example
White with #66197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66197E; }
p { color: rgb(102,25,126); }
H1.HeaderClassName
{
color: #66197E;
}
.AnyTagClassName
{
color: #66197E;
}
</style>
background-color css
<style>
a { background-color: #66197E; }
a { background-color: rgb(102,25,126); }
div.DivClassName
{
background-color: #66197E;
}
.BgClassName
{
background-color: #66197E;
}
</style>
border-color css
<style>
span { border-color: #66197E; }
span { border-color: rgb(102,25,126); }
td.TdClassName
{
border-color: #66197E;
}
.TagClassName
{
border-color: #66197E;
}
</style>