Shades of Seance #662374
Tints of Seance #662374
RGB
CMYK
RGB Variations
Color information
#662374 (or 0x662374) is known color: Seance. HEX triplet: 66, 23 and 74. RGB value is (102,35,116). Sum of RGB (Red+Green+Blue) = 102+35+116=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #662374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662374 is #99DC8B. Grayscale: #404040. Windows color (decimal): -10083468 or 7611238. OLE color: 7611238.
HSL color Cylindrical-coordinate representation of color #662374: hue angle of 289.63º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #662374 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 35 | 116 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.55 |
| HSL | 289.63º | 0.54% | 0.3% | - |
| HSV(B) | 289.63º | 0.7% | 0.45% | - |
| XYZ | 9.23 | 5.29 | 17.06 | - |
| YUV | 64.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 35 | 116 | 0.12 | 0.70 | 0 | 0.55 | 289.63 | 0.54 | 0.3 |
| Hex | 66 | 23 | 74 | C | 46 | 0 | 37 | 122 | 36 | 1E |
| Octal | 146 | 43 | 164 | 14 | 106 | 0 | 67 | 442 | 66 | 36 |
| Binary | 1100110 | 100011 | 1110100 | 1100 | 1000110 | 0 | 110111 | 100100010 | 110110 | 11110 |
Color Harmonies of #662374
Complementary color
Monochromatic Colors of #662374
Black with #662374
Text Example
Text Example
White with #662374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662374; }
p { color: rgb(102,35,116); }
H1.HeaderClassName
{
color: #662374;
}
.AnyTagClassName
{
color: #662374;
}
</style>
background-color css
<style>
a { background-color: #662374; }
a { background-color: rgb(102,35,116); }
div.DivClassName
{
background-color: #662374;
}
.BgClassName
{
background-color: #662374;
}
</style>
border-color css
<style>
span { border-color: #662374; }
span { border-color: rgb(102,35,116); }
td.TdClassName
{
border-color: #662374;
}
.TagClassName
{
border-color: #662374;
}
</style>