Shades of Seance #67366C
Tints of Seance #67366C
RGB
CMYK
RGB Variations
Color information
#67366C (or 0x67366C) is known color: Seance. HEX triplet: 67, 36 and 6C. RGB value is (103,54,108). Sum of RGB (Red+Green+Blue) = 103+54+108=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #67366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67366C is #98C993. Grayscale: #4A4A4A. Windows color (decimal): -10013076 or 7091815. OLE color: 7091815.
HSL color Cylindrical-coordinate representation of color #67366C: hue angle of 294.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67366C is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 54 | 108 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.58 |
| HSL | 294.44º | 0.33% | 0.32% | - |
| HSV(B) | 294.44º | 0.5% | 0.42% | - |
| XYZ | 9.62 | 6.6 | 14.96 | - |
| YUV | 74.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 108 | 0.05 | 0.50 | 0 | 0.58 | 294.44 | 0.33 | 0.32 |
| Hex | 67 | 36 | 6C | 5 | 32 | 0 | 3A | 126 | 21 | 20 |
| Octal | 147 | 66 | 154 | 5 | 62 | 0 | 72 | 446 | 41 | 40 |
| Binary | 1100111 | 110110 | 1101100 | 101 | 110010 | 0 | 111010 | 100100110 | 100001 | 100000 |
Color Harmonies of #67366C
Complementary color
Monochromatic Colors of #67366C
Black with #67366C
Text Example
Text Example
White with #67366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67366C; }
p { color: rgb(103,54,108); }
H1.HeaderClassName
{
color: #67366C;
}
.AnyTagClassName
{
color: #67366C;
}
</style>
background-color css
<style>
a { background-color: #67366C; }
a { background-color: rgb(103,54,108); }
div.DivClassName
{
background-color: #67366C;
}
.BgClassName
{
background-color: #67366C;
}
</style>
border-color css
<style>
span { border-color: #67366C; }
span { border-color: rgb(103,54,108); }
td.TdClassName
{
border-color: #67366C;
}
.TagClassName
{
border-color: #67366C;
}
</style>