Shades of Seance #66197D
Tints of Seance #66197D
RGB
CMYK
RGB Variations
Color information
#66197D (or 0x66197D) is known color: Seance. HEX triplet: 66, 19 and 7D. RGB value is (102,25,125). Sum of RGB (Red+Green+Blue) = 102+25+125=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #66197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66197D is #99E682. Grayscale: #3B3B3B. Windows color (decimal): -10086019 or 8198502. OLE color: 8198502.
HSL color Cylindrical-coordinate representation of color #66197D: hue angle of 286.2º degrees, saturation: 0.67, 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 #66197D is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 25 | 125 | - |
| CMYK | 0.18 | 0.8 | 0 | 0.51 |
| HSL | 286.2º | 0.67% | 0.29% | - |
| HSV(B) | 286.2º | 0.8% | 0.49% | - |
| XYZ | 9.53 | 5 | 19.87 | - |
| YUV | 59.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 125 | 0.18 | 0.8 | 0 | 0.51 | 286.2 | 0.67 | 0.29 |
| Hex | 66 | 19 | 7D | 12 | 50 | 0 | 33 | 11E | 43 | 1D |
| Octal | 146 | 31 | 175 | 22 | 120 | 0 | 63 | 436 | 103 | 35 |
| Binary | 1100110 | 11001 | 1111101 | 10010 | 1010000 | 0 | 110011 | 100011110 | 1000011 | 11101 |
Color Harmonies of #66197D
Complementary color
Monochromatic Colors of #66197D
Black with #66197D
Text Example
Text Example
White with #66197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66197D; }
p { color: rgb(102,25,125); }
H1.HeaderClassName
{
color: #66197D;
}
.AnyTagClassName
{
color: #66197D;
}
</style>
background-color css
<style>
a { background-color: #66197D; }
a { background-color: rgb(102,25,125); }
div.DivClassName
{
background-color: #66197D;
}
.BgClassName
{
background-color: #66197D;
}
</style>
border-color css
<style>
span { border-color: #66197D; }
span { border-color: rgb(102,25,125); }
td.TdClassName
{
border-color: #66197D;
}
.TagClassName
{
border-color: #66197D;
}
</style>