Shades of Seance #67396D
Tints of Seance #67396D
RGB
CMYK
RGB Variations
Color information
#67396D (or 0x67396D) is known color: Seance. HEX triplet: 67, 39 and 6D. RGB value is (103,57,109). Sum of RGB (Red+Green+Blue) = 103+57+109=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #67396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67396D is #98C692. Grayscale: #4C4C4C. Windows color (decimal): -10012307 or 7158119. OLE color: 7158119.
HSL color Cylindrical-coordinate representation of color #67396D: hue angle of 293.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67396D is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 57 | 109 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.57 |
| HSL | 293.08º | 0.31% | 0.33% | - |
| HSV(B) | 293.08º | 0.48% | 0.43% | - |
| XYZ | 9.82 | 6.91 | 15.29 | - |
| YUV | 76.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 109 | 0.06 | 0.48 | 0 | 0.57 | 293.08 | 0.31 | 0.33 |
| Hex | 67 | 39 | 6D | 6 | 30 | 0 | 39 | 125 | 1F | 21 |
| Octal | 147 | 71 | 155 | 6 | 60 | 0 | 71 | 445 | 37 | 41 |
| Binary | 1100111 | 111001 | 1101101 | 110 | 110000 | 0 | 111001 | 100100101 | 11111 | 100001 |
Color Harmonies of #67396D
Complementary color
Monochromatic Colors of #67396D
Black with #67396D
Text Example
Text Example
White with #67396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67396D; }
p { color: rgb(103,57,109); }
H1.HeaderClassName
{
color: #67396D;
}
.AnyTagClassName
{
color: #67396D;
}
</style>
background-color css
<style>
a { background-color: #67396D; }
a { background-color: rgb(103,57,109); }
div.DivClassName
{
background-color: #67396D;
}
.BgClassName
{
background-color: #67396D;
}
</style>
border-color css
<style>
span { border-color: #67396D; }
span { border-color: rgb(103,57,109); }
td.TdClassName
{
border-color: #67396D;
}
.TagClassName
{
border-color: #67396D;
}
</style>