Shades of Seance #663367
Tints of Seance #663367
RGB
CMYK
RGB Variations
Color information
#663367 (or 0x663367) is known color: Seance. HEX triplet: 66, 33 and 67. RGB value is (102,51,103). Sum of RGB (Red+Green+Blue) = 102+51+103=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 103 - color contains mainly: blue. Hex color #663367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663367 is #99CC98. Grayscale: #484848. Windows color (decimal): -10079385 or 6763366. OLE color: 6763366.
HSL color Cylindrical-coordinate representation of color #663367: hue angle of 298.85º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663367 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 51 | 103 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.60 |
| HSL | 298.85º | 0.34% | 0.3% | - |
| HSV(B) | 298.85º | 0.5% | 0.4% | - |
| XYZ | 9.11 | 6.17 | 13.54 | - |
| YUV | 72.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 103 | 0.01 | 0.50 | 0 | 0.60 | 298.85 | 0.34 | 0.3 |
| Hex | 66 | 33 | 67 | 1 | 32 | 0 | 3C | 12B | 22 | 1E |
| Octal | 146 | 63 | 147 | 1 | 62 | 0 | 74 | 453 | 42 | 36 |
| Binary | 1100110 | 110011 | 1100111 | 1 | 110010 | 0 | 111100 | 100101011 | 100010 | 11110 |
Color Harmonies of #663367
Complementary color
Monochromatic Colors of #663367
Black with #663367
Text Example
Text Example
White with #663367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663367; }
p { color: rgb(102,51,103); }
H1.HeaderClassName
{
color: #663367;
}
.AnyTagClassName
{
color: #663367;
}
</style>
background-color css
<style>
a { background-color: #663367; }
a { background-color: rgb(102,51,103); }
div.DivClassName
{
background-color: #663367;
}
.BgClassName
{
background-color: #663367;
}
</style>
border-color css
<style>
span { border-color: #663367; }
span { border-color: rgb(102,51,103); }
td.TdClassName
{
border-color: #663367;
}
.TagClassName
{
border-color: #663367;
}
</style>