Shades of Seance #66256C
Tints of Seance #66256C
RGB
CMYK
RGB Variations
Color information
#66256C (or 0x66256C) is known color: Seance. HEX triplet: 66, 25 and 6C. RGB value is (102,37,108). Sum of RGB (Red+Green+Blue) = 102+37+108=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #66256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66256C is #99DA93. Grayscale: #404040. Windows color (decimal): -10082964 or 7087462. OLE color: 7087462.
HSL color Cylindrical-coordinate representation of color #66256C: hue angle of 294.93º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66256C is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 37 | 108 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.58 |
| HSL | 294.93º | 0.49% | 0.28% | - |
| HSV(B) | 294.93º | 0.66% | 0.42% | - |
| XYZ | 8.85 | 5.23 | 14.73 | - |
| YUV | 64.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 108 | 0.06 | 0.66 | 0 | 0.58 | 294.93 | 0.49 | 0.28 |
| Hex | 66 | 25 | 6C | 6 | 42 | 0 | 3A | 127 | 31 | 1C |
| Octal | 146 | 45 | 154 | 6 | 102 | 0 | 72 | 447 | 61 | 34 |
| Binary | 1100110 | 100101 | 1101100 | 110 | 1000010 | 0 | 111010 | 100100111 | 110001 | 11100 |
Color Harmonies of #66256C
Complementary color
Monochromatic Colors of #66256C
Black with #66256C
Text Example
Text Example
White with #66256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66256C; }
p { color: rgb(102,37,108); }
H1.HeaderClassName
{
color: #66256C;
}
.AnyTagClassName
{
color: #66256C;
}
</style>
background-color css
<style>
a { background-color: #66256C; }
a { background-color: rgb(102,37,108); }
div.DivClassName
{
background-color: #66256C;
}
.BgClassName
{
background-color: #66256C;
}
</style>
border-color css
<style>
span { border-color: #66256C; }
span { border-color: rgb(102,37,108); }
td.TdClassName
{
border-color: #66256C;
}
.TagClassName
{
border-color: #66256C;
}
</style>