Shades of Seance #672E6D
Tints of Seance #672E6D
RGB
CMYK
RGB Variations
Color information
#672E6D (or 0x672E6D) is known color: Seance. HEX triplet: 67, 2E and 6D. RGB value is (103,46,109). Sum of RGB (Red+Green+Blue) = 103+46+109=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #672E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672E6D is #98D192. Grayscale: #464646. Windows color (decimal): -10015123 or 7155303. OLE color: 7155303.
HSL color Cylindrical-coordinate representation of color #672E6D: hue angle of 294.29º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #672E6D is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 46 | 109 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.57 |
| HSL | 294.29º | 0.41% | 0.3% | - |
| HSV(B) | 294.29º | 0.58% | 0.43% | - |
| XYZ | 9.33 | 5.94 | 15.12 | - |
| YUV | 70.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 109 | 0.06 | 0.58 | 0 | 0.57 | 294.29 | 0.41 | 0.3 |
| Hex | 67 | 2E | 6D | 6 | 3A | 0 | 39 | 126 | 29 | 1E |
| Octal | 147 | 56 | 155 | 6 | 72 | 0 | 71 | 446 | 51 | 36 |
| Binary | 1100111 | 101110 | 1101101 | 110 | 111010 | 0 | 111001 | 100100110 | 101001 | 11110 |
Color Harmonies of #672E6D
Complementary color
Monochromatic Colors of #672E6D
Black with #672E6D
Text Example
Text Example
White with #672E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672E6D; }
p { color: rgb(103,46,109); }
H1.HeaderClassName
{
color: #672E6D;
}
.AnyTagClassName
{
color: #672E6D;
}
</style>
background-color css
<style>
a { background-color: #672E6D; }
a { background-color: rgb(103,46,109); }
div.DivClassName
{
background-color: #672E6D;
}
.BgClassName
{
background-color: #672E6D;
}
</style>
border-color css
<style>
span { border-color: #672E6D; }
span { border-color: rgb(103,46,109); }
td.TdClassName
{
border-color: #672E6D;
}
.TagClassName
{
border-color: #672E6D;
}
</style>