Shades of Seance #67306C
Tints of Seance #67306C
RGB
CMYK
RGB Variations
Color information
#67306C (or 0x67306C) is known color: Seance. HEX triplet: 67, 30 and 6C. RGB value is (103,48,108). Sum of RGB (Red+Green+Blue) = 103+48+108=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #67306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67306C is #98CF93. Grayscale: #474747. Windows color (decimal): -10014612 or 7090279. OLE color: 7090279.
HSL color Cylindrical-coordinate representation of color #67306C: hue angle of 295º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67306C is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 48 | 108 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.58 |
| HSL | 295º | 0.38% | 0.31% | - |
| HSV(B) | 295º | 0.56% | 0.42% | - |
| XYZ | 9.36 | 6.08 | 14.87 | - |
| YUV | 71.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 108 | 0.05 | 0.56 | 0 | 0.58 | 295 | 0.38 | 0.31 |
| Hex | 67 | 30 | 6C | 5 | 38 | 0 | 3A | 127 | 26 | 1F |
| Octal | 147 | 60 | 154 | 5 | 70 | 0 | 72 | 447 | 46 | 37 |
| Binary | 1100111 | 110000 | 1101100 | 101 | 111000 | 0 | 111010 | 100100111 | 100110 | 11111 |
Color Harmonies of #67306C
Complementary color
Monochromatic Colors of #67306C
Black with #67306C
Text Example
Text Example
White with #67306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67306C; }
p { color: rgb(103,48,108); }
H1.HeaderClassName
{
color: #67306C;
}
.AnyTagClassName
{
color: #67306C;
}
</style>
background-color css
<style>
a { background-color: #67306C; }
a { background-color: rgb(103,48,108); }
div.DivClassName
{
background-color: #67306C;
}
.BgClassName
{
background-color: #67306C;
}
</style>
border-color css
<style>
span { border-color: #67306C; }
span { border-color: rgb(103,48,108); }
td.TdClassName
{
border-color: #67306C;
}
.TagClassName
{
border-color: #67306C;
}
</style>