Shades of Seance #67376D
Tints of Seance #67376D
RGB
CMYK
RGB Variations
Color information
#67376D (or 0x67376D) is known color: Seance. HEX triplet: 67, 37 and 6D. RGB value is (103,55,109). Sum of RGB (Red+Green+Blue) = 103+55+109=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #67376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67376D is #98C892. Grayscale: #4B4B4B. Windows color (decimal): -10012819 or 7157607. OLE color: 7157607.
HSL color Cylindrical-coordinate representation of color #67376D: hue angle of 293.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67376D is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 55 | 109 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.57 |
| HSL | 293.33º | 0.33% | 0.32% | - |
| HSV(B) | 293.33º | 0.5% | 0.43% | - |
| XYZ | 9.72 | 6.72 | 15.25 | - |
| YUV | 75.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 109 | 0.06 | 0.50 | 0 | 0.57 | 293.33 | 0.33 | 0.32 |
| Hex | 67 | 37 | 6D | 6 | 32 | 0 | 39 | 125 | 21 | 20 |
| Octal | 147 | 67 | 155 | 6 | 62 | 0 | 71 | 445 | 41 | 40 |
| Binary | 1100111 | 110111 | 1101101 | 110 | 110010 | 0 | 111001 | 100100101 | 100001 | 100000 |
Color Harmonies of #67376D
Complementary color
Monochromatic Colors of #67376D
Black with #67376D
Text Example
Text Example
White with #67376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67376D; }
p { color: rgb(103,55,109); }
H1.HeaderClassName
{
color: #67376D;
}
.AnyTagClassName
{
color: #67376D;
}
</style>
background-color css
<style>
a { background-color: #67376D; }
a { background-color: rgb(103,55,109); }
div.DivClassName
{
background-color: #67376D;
}
.BgClassName
{
background-color: #67376D;
}
</style>
border-color css
<style>
span { border-color: #67376D; }
span { border-color: rgb(103,55,109); }
td.TdClassName
{
border-color: #67376D;
}
.TagClassName
{
border-color: #67376D;
}
</style>