Shades of Seance #663567
Tints of Seance #663567
RGB
CMYK
RGB Variations
Color information
#663567 (or 0x663567) is known color: Seance. HEX triplet: 66, 35 and 67. RGB value is (102,53,103). Sum of RGB (Red+Green+Blue) = 102+53+103=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 103 - color contains mainly: blue. Hex color #663567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663567 is #99CA98. Grayscale: #494949. Windows color (decimal): -10078873 or 6763878. OLE color: 6763878.
HSL color Cylindrical-coordinate representation of color #663567: hue angle of 298.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #663567 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 53 | 103 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.60 |
| HSL | 298.8º | 0.32% | 0.31% | - |
| HSV(B) | 298.8º | 0.49% | 0.4% | - |
| XYZ | 9.2 | 6.35 | 13.57 | - |
| YUV | 73.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 103 | 0.01 | 0.49 | 0 | 0.60 | 298.8 | 0.32 | 0.31 |
| Hex | 66 | 35 | 67 | 1 | 31 | 0 | 3C | 12B | 20 | 1F |
| Octal | 146 | 65 | 147 | 1 | 61 | 0 | 74 | 453 | 40 | 37 |
| Binary | 1100110 | 110101 | 1100111 | 1 | 110001 | 0 | 111100 | 100101011 | 100000 | 11111 |
Color Harmonies of #663567
Complementary color
Monochromatic Colors of #663567
Black with #663567
Text Example
Text Example
White with #663567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663567; }
p { color: rgb(102,53,103); }
H1.HeaderClassName
{
color: #663567;
}
.AnyTagClassName
{
color: #663567;
}
</style>
background-color css
<style>
a { background-color: #663567; }
a { background-color: rgb(102,53,103); }
div.DivClassName
{
background-color: #663567;
}
.BgClassName
{
background-color: #663567;
}
</style>
border-color css
<style>
span { border-color: #663567; }
span { border-color: rgb(102,53,103); }
td.TdClassName
{
border-color: #663567;
}
.TagClassName
{
border-color: #663567;
}
</style>