Shades of Seance #67386C
Tints of Seance #67386C
RGB
CMYK
RGB Variations
Color information
#67386C (or 0x67386C) is known color: Seance. HEX triplet: 67, 38 and 6C. RGB value is (103,56,108). Sum of RGB (Red+Green+Blue) = 103+56+108=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #67386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67386C is #98C793. Grayscale: #4B4B4B. Windows color (decimal): -10012564 or 7092327. OLE color: 7092327.
HSL color Cylindrical-coordinate representation of color #67386C: hue angle of 294.23º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67386C is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 56 | 108 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.58 |
| HSL | 294.23º | 0.32% | 0.32% | - |
| HSV(B) | 294.23º | 0.48% | 0.42% | - |
| XYZ | 9.71 | 6.79 | 14.99 | - |
| YUV | 75.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 108 | 0.05 | 0.48 | 0 | 0.58 | 294.23 | 0.32 | 0.32 |
| Hex | 67 | 38 | 6C | 5 | 30 | 0 | 3A | 126 | 20 | 20 |
| Octal | 147 | 70 | 154 | 5 | 60 | 0 | 72 | 446 | 40 | 40 |
| Binary | 1100111 | 111000 | 1101100 | 101 | 110000 | 0 | 111010 | 100100110 | 100000 | 100000 |
Color Harmonies of #67386C
Complementary color
Monochromatic Colors of #67386C
Black with #67386C
Text Example
Text Example
White with #67386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67386C; }
p { color: rgb(103,56,108); }
H1.HeaderClassName
{
color: #67386C;
}
.AnyTagClassName
{
color: #67386C;
}
</style>
background-color css
<style>
a { background-color: #67386C; }
a { background-color: rgb(103,56,108); }
div.DivClassName
{
background-color: #67386C;
}
.BgClassName
{
background-color: #67386C;
}
</style>
border-color css
<style>
span { border-color: #67386C; }
span { border-color: rgb(103,56,108); }
td.TdClassName
{
border-color: #67386C;
}
.TagClassName
{
border-color: #67386C;
}
</style>