Shades of Seance #663167
Tints of Seance #663167
RGB
CMYK
RGB Variations
Color information
#663167 (or 0x663167) is known color: Seance. HEX triplet: 66, 31 and 67. RGB value is (102,49,103). Sum of RGB (Red+Green+Blue) = 102+49+103=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 103 - color contains mainly: blue. Hex color #663167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663167 is #99CE98. Grayscale: #464646. Windows color (decimal): -10079897 or 6762854. OLE color: 6762854.
HSL color Cylindrical-coordinate representation of color #663167: hue angle of 298.89º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663167 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 49 | 103 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.60 |
| HSL | 298.89º | 0.36% | 0.3% | - |
| HSV(B) | 298.89º | 0.52% | 0.4% | - |
| XYZ | 9.03 | 6 | 13.51 | - |
| YUV | 71 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 103 | 0.01 | 0.52 | 0 | 0.60 | 298.89 | 0.36 | 0.3 |
| Hex | 66 | 31 | 67 | 1 | 34 | 0 | 3C | 12B | 24 | 1E |
| Octal | 146 | 61 | 147 | 1 | 64 | 0 | 74 | 453 | 44 | 36 |
| Binary | 1100110 | 110001 | 1100111 | 1 | 110100 | 0 | 111100 | 100101011 | 100100 | 11110 |
Color Harmonies of #663167
Complementary color
Monochromatic Colors of #663167
Black with #663167
Text Example
Text Example
White with #663167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663167; }
p { color: rgb(102,49,103); }
H1.HeaderClassName
{
color: #663167;
}
.AnyTagClassName
{
color: #663167;
}
</style>
background-color css
<style>
a { background-color: #663167; }
a { background-color: rgb(102,49,103); }
div.DivClassName
{
background-color: #663167;
}
.BgClassName
{
background-color: #663167;
}
</style>
border-color css
<style>
span { border-color: #663167; }
span { border-color: rgb(102,49,103); }
td.TdClassName
{
border-color: #663167;
}
.TagClassName
{
border-color: #663167;
}
</style>