Shades of Seance #66197B
Tints of Seance #66197B
RGB
CMYK
RGB Variations
Color information
#66197B (or 0x66197B) is known color: Seance. HEX triplet: 66, 19 and 7B. RGB value is (102,25,123). Sum of RGB (Red+Green+Blue) = 102+25+123=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #66197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66197B is #99E684. Grayscale: #3A3A3A. Windows color (decimal): -10086021 or 8067430. OLE color: 8067430.
HSL color Cylindrical-coordinate representation of color #66197B: hue angle of 287.14º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66197B is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 25 | 123 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.52 |
| HSL | 287.14º | 0.66% | 0.29% | - |
| HSV(B) | 287.14º | 0.8% | 0.48% | - |
| XYZ | 9.4 | 4.95 | 19.2 | - |
| YUV | 59.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 123 | 0.17 | 0.80 | 0 | 0.52 | 287.14 | 0.66 | 0.29 |
| Hex | 66 | 19 | 7B | 11 | 50 | 0 | 34 | 11F | 42 | 1D |
| Octal | 146 | 31 | 173 | 21 | 120 | 0 | 64 | 437 | 102 | 35 |
| Binary | 1100110 | 11001 | 1111011 | 10001 | 1010000 | 0 | 110100 | 100011111 | 1000010 | 11101 |
Color Harmonies of #66197B
Complementary color
Monochromatic Colors of #66197B
Black with #66197B
Text Example
Text Example
White with #66197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66197B; }
p { color: rgb(102,25,123); }
H1.HeaderClassName
{
color: #66197B;
}
.AnyTagClassName
{
color: #66197B;
}
</style>
background-color css
<style>
a { background-color: #66197B; }
a { background-color: rgb(102,25,123); }
div.DivClassName
{
background-color: #66197B;
}
.BgClassName
{
background-color: #66197B;
}
</style>
border-color css
<style>
span { border-color: #66197B; }
span { border-color: rgb(102,25,123); }
td.TdClassName
{
border-color: #66197B;
}
.TagClassName
{
border-color: #66197B;
}
</style>