Shades of Seance #65366B
Tints of Seance #65366B
RGB
CMYK
RGB Variations
Color information
#65366B (or 0x65366B) is known color: Seance. HEX triplet: 65, 36 and 6B. RGB value is (101,54,107). Sum of RGB (Red+Green+Blue) = 101+54+107=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #65366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65366B is #9AC994. Grayscale: #494949. Windows color (decimal): -10144149 or 7026277. OLE color: 7026277.
HSL color Cylindrical-coordinate representation of color #65366B: hue angle of 293.21º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65366B is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 54 | 107 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.58 |
| HSL | 293.21º | 0.33% | 0.32% | - |
| HSV(B) | 293.21º | 0.5% | 0.42% | - |
| XYZ | 9.34 | 6.47 | 14.67 | - |
| YUV | 74.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 107 | 0.06 | 0.50 | 0 | 0.58 | 293.21 | 0.33 | 0.32 |
| Hex | 65 | 36 | 6B | 6 | 32 | 0 | 3A | 125 | 21 | 20 |
| Octal | 145 | 66 | 153 | 6 | 62 | 0 | 72 | 445 | 41 | 40 |
| Binary | 1100101 | 110110 | 1101011 | 110 | 110010 | 0 | 111010 | 100100101 | 100001 | 100000 |
Color Harmonies of #65366B
Complementary color
Monochromatic Colors of #65366B
Black with #65366B
Text Example
Text Example
White with #65366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65366B; }
p { color: rgb(101,54,107); }
H1.HeaderClassName
{
color: #65366B;
}
.AnyTagClassName
{
color: #65366B;
}
</style>
background-color css
<style>
a { background-color: #65366B; }
a { background-color: rgb(101,54,107); }
div.DivClassName
{
background-color: #65366B;
}
.BgClassName
{
background-color: #65366B;
}
</style>
border-color css
<style>
span { border-color: #65366B; }
span { border-color: rgb(101,54,107); }
td.TdClassName
{
border-color: #65366B;
}
.TagClassName
{
border-color: #65366B;
}
</style>