Shades of Seance #663867
Tints of Seance #663867
RGB
CMYK
RGB Variations
Color information
#663867 (or 0x663867) is known color: Seance. HEX triplet: 66, 38 and 67. RGB value is (102,56,103). Sum of RGB (Red+Green+Blue) = 102+56+103=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 103 - color contains mainly: blue. Hex color #663867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663867 is #99C798. Grayscale: #4A4A4A. Windows color (decimal): -10078105 or 6764646. OLE color: 6764646.
HSL color Cylindrical-coordinate representation of color #663867: hue angle of 298.72º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663867 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 56 | 103 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.60 |
| HSL | 298.72º | 0.3% | 0.31% | - |
| HSV(B) | 298.72º | 0.46% | 0.4% | - |
| XYZ | 9.34 | 6.63 | 13.62 | - |
| YUV | 75.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 103 | 0.01 | 0.46 | 0 | 0.60 | 298.72 | 0.3 | 0.31 |
| Hex | 66 | 38 | 67 | 1 | 2E | 0 | 3C | 12B | 1E | 1F |
| Octal | 146 | 70 | 147 | 1 | 56 | 0 | 74 | 453 | 36 | 37 |
| Binary | 1100110 | 111000 | 1100111 | 1 | 101110 | 0 | 111100 | 100101011 | 11110 | 11111 |
Color Harmonies of #663867
Complementary color
Monochromatic Colors of #663867
Black with #663867
Text Example
Text Example
White with #663867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663867; }
p { color: rgb(102,56,103); }
H1.HeaderClassName
{
color: #663867;
}
.AnyTagClassName
{
color: #663867;
}
</style>
background-color css
<style>
a { background-color: #663867; }
a { background-color: rgb(102,56,103); }
div.DivClassName
{
background-color: #663867;
}
.BgClassName
{
background-color: #663867;
}
</style>
border-color css
<style>
span { border-color: #663867; }
span { border-color: rgb(102,56,103); }
td.TdClassName
{
border-color: #663867;
}
.TagClassName
{
border-color: #663867;
}
</style>