Shades of Seance #66197C
Tints of Seance #66197C
RGB
CMYK
RGB Variations
Color information
#66197C (or 0x66197C) is known color: Seance. HEX triplet: 66, 19 and 7C. RGB value is (102,25,124). Sum of RGB (Red+Green+Blue) = 102+25+124=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #66197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66197C is #99E683. Grayscale: #3A3A3A. Windows color (decimal): -10086020 or 8132966. OLE color: 8132966.
HSL color Cylindrical-coordinate representation of color #66197C: hue angle of 286.67º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66197C is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 25 | 124 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.51 |
| HSL | 286.67º | 0.66% | 0.29% | - |
| HSV(B) | 286.67º | 0.8% | 0.49% | - |
| XYZ | 9.47 | 4.98 | 19.53 | - |
| YUV | 59.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 124 | 0.18 | 0.80 | 0 | 0.51 | 286.67 | 0.66 | 0.29 |
| Hex | 66 | 19 | 7C | 12 | 50 | 0 | 33 | 11F | 42 | 1D |
| Octal | 146 | 31 | 174 | 22 | 120 | 0 | 63 | 437 | 102 | 35 |
| Binary | 1100110 | 11001 | 1111100 | 10010 | 1010000 | 0 | 110011 | 100011111 | 1000010 | 11101 |
Color Harmonies of #66197C
Complementary color
Monochromatic Colors of #66197C
Black with #66197C
Text Example
Text Example
White with #66197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66197C; }
p { color: rgb(102,25,124); }
H1.HeaderClassName
{
color: #66197C;
}
.AnyTagClassName
{
color: #66197C;
}
</style>
background-color css
<style>
a { background-color: #66197C; }
a { background-color: rgb(102,25,124); }
div.DivClassName
{
background-color: #66197C;
}
.BgClassName
{
background-color: #66197C;
}
</style>
border-color css
<style>
span { border-color: #66197C; }
span { border-color: rgb(102,25,124); }
td.TdClassName
{
border-color: #66197C;
}
.TagClassName
{
border-color: #66197C;
}
</style>