Shades of Seance #65356B
Tints of Seance #65356B
RGB
CMYK
RGB Variations
Color information
#65356B (or 0x65356B) is known color: Seance. HEX triplet: 65, 35 and 6B. RGB value is (101,53,107). Sum of RGB (Red+Green+Blue) = 101+53+107=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 107 - color contains mainly: blue. Hex color #65356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65356B is #9ACA94. Grayscale: #494949. Windows color (decimal): -10144405 or 7026021. OLE color: 7026021.
HSL color Cylindrical-coordinate representation of color #65356B: hue angle of 293.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65356B is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 53 | 107 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.58 |
| HSL | 293.33º | 0.34% | 0.31% | - |
| HSV(B) | 293.33º | 0.5% | 0.42% | - |
| XYZ | 9.29 | 6.37 | 14.65 | - |
| YUV | 73.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 107 | 0.06 | 0.50 | 0 | 0.58 | 293.33 | 0.34 | 0.31 |
| Hex | 65 | 35 | 6B | 6 | 32 | 0 | 3A | 125 | 22 | 1F |
| Octal | 145 | 65 | 153 | 6 | 62 | 0 | 72 | 445 | 42 | 37 |
| Binary | 1100101 | 110101 | 1101011 | 110 | 110010 | 0 | 111010 | 100100101 | 100010 | 11111 |
Color Harmonies of #65356B
Complementary color
Monochromatic Colors of #65356B
Black with #65356B
Text Example
Text Example
White with #65356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65356B; }
p { color: rgb(101,53,107); }
H1.HeaderClassName
{
color: #65356B;
}
.AnyTagClassName
{
color: #65356B;
}
</style>
background-color css
<style>
a { background-color: #65356B; }
a { background-color: rgb(101,53,107); }
div.DivClassName
{
background-color: #65356B;
}
.BgClassName
{
background-color: #65356B;
}
</style>
border-color css
<style>
span { border-color: #65356B; }
span { border-color: rgb(101,53,107); }
td.TdClassName
{
border-color: #65356B;
}
.TagClassName
{
border-color: #65356B;
}
</style>