Shades of Seance #6E306B
Tints of Seance #6E306B
RGB
CMYK
RGB Variations
Color information
#6E306B (or 0x6E306B) is known color: Seance. HEX triplet: 6E, 30 and 6B. RGB value is (110,48,107). Sum of RGB (Red+Green+Blue) = 110+48+107=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 110 - color contains mainly: red. Hex color #6E306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E306B is #91CF94. Grayscale: #494949. Windows color (decimal): -9555861 or 7024750. OLE color: 7024750.
HSL color Cylindrical-coordinate representation of color #6E306B: hue angle of 302.9º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E306B is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 48 | 107 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.57 |
| HSL | 302.9º | 0.39% | 0.31% | - |
| HSV(B) | 302.9º | 0.56% | 0.43% | - |
| XYZ | 10.14 | 6.49 | 14.63 | - |
| YUV | 73.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 107 | 0 | 0.56 | 0.03 | 0.57 | 302.9 | 0.39 | 0.31 |
| Hex | 6E | 30 | 6B | 0 | 38 | 3 | 39 | 12F | 27 | 1F |
| Octal | 156 | 60 | 153 | 0 | 70 | 3 | 71 | 457 | 47 | 37 |
| Binary | 1101110 | 110000 | 1101011 | 0 | 111000 | 11 | 111001 | 100101111 | 100111 | 11111 |
Color Harmonies of #6E306B
Complementary color
Monochromatic Colors of #6E306B
Black with #6E306B
Text Example
Text Example
White with #6E306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E306B; }
p { color: rgb(110,48,107); }
H1.HeaderClassName
{
color: #6E306B;
}
.AnyTagClassName
{
color: #6E306B;
}
</style>
background-color css
<style>
a { background-color: #6E306B; }
a { background-color: rgb(110,48,107); }
div.DivClassName
{
background-color: #6E306B;
}
.BgClassName
{
background-color: #6E306B;
}
</style>
border-color css
<style>
span { border-color: #6E306B; }
span { border-color: rgb(110,48,107); }
td.TdClassName
{
border-color: #6E306B;
}
.TagClassName
{
border-color: #6E306B;
}
</style>