Shades of Seance #67396C
Tints of Seance #67396C
RGB
CMYK
RGB Variations
Color information
#67396C (or 0x67396C) is known color: Seance. HEX triplet: 67, 39 and 6C. RGB value is (103,57,108). Sum of RGB (Red+Green+Blue) = 103+57+108=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #67396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67396C is #98C693. Grayscale: #4C4C4C. Windows color (decimal): -10012308 or 7092583. OLE color: 7092583.
HSL color Cylindrical-coordinate representation of color #67396C: hue angle of 294.12º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67396C is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 57 | 108 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.58 |
| HSL | 294.12º | 0.31% | 0.32% | - |
| HSV(B) | 294.12º | 0.47% | 0.42% | - |
| XYZ | 9.76 | 6.89 | 15 | - |
| YUV | 76.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 108 | 0.05 | 0.47 | 0 | 0.58 | 294.12 | 0.31 | 0.32 |
| Hex | 67 | 39 | 6C | 5 | 2F | 0 | 3A | 126 | 1F | 20 |
| Octal | 147 | 71 | 154 | 5 | 57 | 0 | 72 | 446 | 37 | 40 |
| Binary | 1100111 | 111001 | 1101100 | 101 | 101111 | 0 | 111010 | 100100110 | 11111 | 100000 |
Color Harmonies of #67396C
Complementary color
Monochromatic Colors of #67396C
Black with #67396C
Text Example
Text Example
White with #67396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67396C; }
p { color: rgb(103,57,108); }
H1.HeaderClassName
{
color: #67396C;
}
.AnyTagClassName
{
color: #67396C;
}
</style>
background-color css
<style>
a { background-color: #67396C; }
a { background-color: rgb(103,57,108); }
div.DivClassName
{
background-color: #67396C;
}
.BgClassName
{
background-color: #67396C;
}
</style>
border-color css
<style>
span { border-color: #67396C; }
span { border-color: rgb(103,57,108); }
td.TdClassName
{
border-color: #67396C;
}
.TagClassName
{
border-color: #67396C;
}
</style>