Shades of Seance #673A68
Tints of Seance #673A68
RGB
CMYK
RGB Variations
Color information
#673A68 (or 0x673A68) is known color: Seance. HEX triplet: 67, 3A and 68. RGB value is (103,58,104). Sum of RGB (Red+Green+Blue) = 103+58+104=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #673A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673A68 is #98C597. Grayscale: #4C4C4C. Windows color (decimal): -10012056 or 6830695. OLE color: 6830695.
HSL color Cylindrical-coordinate representation of color #673A68: hue angle of 298.7º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #673A68 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 58 | 104 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.59 |
| HSL | 298.7º | 0.28% | 0.32% | - |
| HSV(B) | 298.7º | 0.44% | 0.41% | - |
| XYZ | 9.61 | 6.91 | 13.92 | - |
| YUV | 76.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 104 | 0.01 | 0.44 | 0 | 0.59 | 298.7 | 0.28 | 0.32 |
| Hex | 67 | 3A | 68 | 1 | 2C | 0 | 3B | 12B | 1C | 20 |
| Octal | 147 | 72 | 150 | 1 | 54 | 0 | 73 | 453 | 34 | 40 |
| Binary | 1100111 | 111010 | 1101000 | 1 | 101100 | 0 | 111011 | 100101011 | 11100 | 100000 |
Color Harmonies of #673A68
Complementary color
Monochromatic Colors of #673A68
Black with #673A68
Text Example
Text Example
White with #673A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A68; }
p { color: rgb(103,58,104); }
H1.HeaderClassName
{
color: #673A68;
}
.AnyTagClassName
{
color: #673A68;
}
</style>
background-color css
<style>
a { background-color: #673A68; }
a { background-color: rgb(103,58,104); }
div.DivClassName
{
background-color: #673A68;
}
.BgClassName
{
background-color: #673A68;
}
</style>
border-color css
<style>
span { border-color: #673A68; }
span { border-color: rgb(103,58,104); }
td.TdClassName
{
border-color: #673A68;
}
.TagClassName
{
border-color: #673A68;
}
</style>