Shades of Seance #673A67
Tints of Seance #673A67
RGB
CMYK
RGB Variations
Color information
#673A67 (or 0x673A67) is known color: Seance. HEX triplet: 67, 3A and 67. RGB value is (103,58,103). Sum of RGB (Red+Green+Blue) = 103+58+103=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #673A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673A67 is #98C598. Grayscale: #4C4C4C. Windows color (decimal): -10012057 or 6765159. OLE color: 6765159.
HSL color Cylindrical-coordinate representation of color #673A67: hue angle of 300º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #673A67 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 103 | - |
| CMYK | 0 | 0.44 | 0 | 0.60 |
| HSL | 300º | 0.28% | 0.32% | - |
| HSV(B) | 300º | 0.44% | 0.4% | - |
| XYZ | 9.55 | 6.89 | 13.66 | - |
| YUV | 76.59 | 142.91 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 103 | 0 | 0.44 | 0 | 0.60 | 300 | 0.28 | 0.32 |
| Hex | 67 | 3A | 67 | 0 | 2C | 0 | 3C | 12C | 1C | 20 |
| Octal | 147 | 72 | 147 | 0 | 54 | 0 | 74 | 454 | 34 | 40 |
| Binary | 1100111 | 111010 | 1100111 | 0 | 101100 | 0 | 111100 | 100101100 | 11100 | 100000 |
Color Harmonies of #673A67
Complementary color
Monochromatic Colors of #673A67
Black with #673A67
Text Example
Text Example
White with #673A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A67; }
p { color: rgb(103,58,103); }
H1.HeaderClassName
{
color: #673A67;
}
.AnyTagClassName
{
color: #673A67;
}
</style>
background-color css
<style>
a { background-color: #673A67; }
a { background-color: rgb(103,58,103); }
div.DivClassName
{
background-color: #673A67;
}
.BgClassName
{
background-color: #673A67;
}
</style>
border-color css
<style>
span { border-color: #673A67; }
span { border-color: rgb(103,58,103); }
td.TdClassName
{
border-color: #673A67;
}
.TagClassName
{
border-color: #673A67;
}
</style>