Shades of Seance #65346B
Tints of Seance #65346B
RGB
CMYK
RGB Variations
Color information
#65346B (or 0x65346B) is known color: Seance. HEX triplet: 65, 34 and 6B. RGB value is (101,52,107). Sum of RGB (Red+Green+Blue) = 101+52+107=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #65346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65346B is #9ACB94. Grayscale: #484848. Windows color (decimal): -10144661 or 7025765. OLE color: 7025765.
HSL color Cylindrical-coordinate representation of color #65346B: hue angle of 293.45º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65346B is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 52 | 107 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.58 |
| HSL | 293.45º | 0.35% | 0.31% | - |
| HSV(B) | 293.45º | 0.51% | 0.42% | - |
| XYZ | 9.25 | 6.28 | 14.64 | - |
| YUV | 72.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 107 | 0.06 | 0.51 | 0 | 0.58 | 293.45 | 0.35 | 0.31 |
| Hex | 65 | 34 | 6B | 6 | 33 | 0 | 3A | 125 | 23 | 1F |
| Octal | 145 | 64 | 153 | 6 | 63 | 0 | 72 | 445 | 43 | 37 |
| Binary | 1100101 | 110100 | 1101011 | 110 | 110011 | 0 | 111010 | 100100101 | 100011 | 11111 |
Color Harmonies of #65346B
Complementary color
Monochromatic Colors of #65346B
Black with #65346B
Text Example
Text Example
White with #65346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65346B; }
p { color: rgb(101,52,107); }
H1.HeaderClassName
{
color: #65346B;
}
.AnyTagClassName
{
color: #65346B;
}
</style>
background-color css
<style>
a { background-color: #65346B; }
a { background-color: rgb(101,52,107); }
div.DivClassName
{
background-color: #65346B;
}
.BgClassName
{
background-color: #65346B;
}
</style>
border-color css
<style>
span { border-color: #65346B; }
span { border-color: rgb(101,52,107); }
td.TdClassName
{
border-color: #65346B;
}
.TagClassName
{
border-color: #65346B;
}
</style>