Shades of Seance #672E6C
Tints of Seance #672E6C
RGB
CMYK
RGB Variations
Color information
#672E6C (or 0x672E6C) is known color: Seance. HEX triplet: 67, 2E and 6C. RGB value is (103,46,108). Sum of RGB (Red+Green+Blue) = 103+46+108=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #672E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672E6C is #98D193. Grayscale: #454545. Windows color (decimal): -10015124 or 7089767. OLE color: 7089767.
HSL color Cylindrical-coordinate representation of color #672E6C: hue angle of 295.16º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #672E6C is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 46 | 108 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.58 |
| HSL | 295.16º | 0.4% | 0.3% | - |
| HSV(B) | 295.16º | 0.57% | 0.42% | - |
| XYZ | 9.28 | 5.92 | 14.84 | - |
| YUV | 70.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 108 | 0.05 | 0.57 | 0 | 0.58 | 295.16 | 0.4 | 0.3 |
| Hex | 67 | 2E | 6C | 5 | 39 | 0 | 3A | 127 | 28 | 1E |
| Octal | 147 | 56 | 154 | 5 | 71 | 0 | 72 | 447 | 50 | 36 |
| Binary | 1100111 | 101110 | 1101100 | 101 | 111001 | 0 | 111010 | 100100111 | 101000 | 11110 |
Color Harmonies of #672E6C
Complementary color
Monochromatic Colors of #672E6C
Black with #672E6C
Text Example
Text Example
White with #672E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672E6C; }
p { color: rgb(103,46,108); }
H1.HeaderClassName
{
color: #672E6C;
}
.AnyTagClassName
{
color: #672E6C;
}
</style>
background-color css
<style>
a { background-color: #672E6C; }
a { background-color: rgb(103,46,108); }
div.DivClassName
{
background-color: #672E6C;
}
.BgClassName
{
background-color: #672E6C;
}
</style>
border-color css
<style>
span { border-color: #672E6C; }
span { border-color: rgb(103,46,108); }
td.TdClassName
{
border-color: #672E6C;
}
.TagClassName
{
border-color: #672E6C;
}
</style>