Shades of Seance #65366F
Tints of Seance #65366F
RGB
CMYK
RGB Variations
Color information
#65366F (or 0x65366F) is known color: Seance. HEX triplet: 65, 36 and 6F. RGB value is (101,54,111). Sum of RGB (Red+Green+Blue) = 101+54+111=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #65366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65366F is #9AC990. Grayscale: #4A4A4A. Windows color (decimal): -10144145 or 7288421. OLE color: 7288421.
HSL color Cylindrical-coordinate representation of color #65366F: hue angle of 289.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65366F is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 54 | 111 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.56 |
| HSL | 289.47º | 0.35% | 0.32% | - |
| HSV(B) | 289.47º | 0.51% | 0.44% | - |
| XYZ | 9.56 | 6.55 | 15.8 | - |
| YUV | 74.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 111 | 0.09 | 0.51 | 0 | 0.56 | 289.47 | 0.35 | 0.32 |
| Hex | 65 | 36 | 6F | 9 | 33 | 0 | 38 | 121 | 23 | 20 |
| Octal | 145 | 66 | 157 | 11 | 63 | 0 | 70 | 441 | 43 | 40 |
| Binary | 1100101 | 110110 | 1101111 | 1001 | 110011 | 0 | 111000 | 100100001 | 100011 | 100000 |
Color Harmonies of #65366F
Complementary color
Monochromatic Colors of #65366F
Black with #65366F
Text Example
Text Example
White with #65366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65366F; }
p { color: rgb(101,54,111); }
H1.HeaderClassName
{
color: #65366F;
}
.AnyTagClassName
{
color: #65366F;
}
</style>
background-color css
<style>
a { background-color: #65366F; }
a { background-color: rgb(101,54,111); }
div.DivClassName
{
background-color: #65366F;
}
.BgClassName
{
background-color: #65366F;
}
</style>
border-color css
<style>
span { border-color: #65366F; }
span { border-color: rgb(101,54,111); }
td.TdClassName
{
border-color: #65366F;
}
.TagClassName
{
border-color: #65366F;
}
</style>