Shades of Seance #65206E
Tints of Seance #65206E
RGB
CMYK
RGB Variations
Color information
#65206E (or 0x65206E) is known color: Seance. HEX triplet: 65, 20 and 6E. RGB value is (101,32,110). Sum of RGB (Red+Green+Blue) = 101+32+110=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #65206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65206E is #9ADF91. Grayscale: #3D3D3D. Windows color (decimal): -10149778 or 7217253. OLE color: 7217253.
HSL color Cylindrical-coordinate representation of color #65206E: hue angle of 293.08º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65206E is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 32 | 110 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.57 |
| HSL | 293.08º | 0.55% | 0.28% | - |
| HSV(B) | 293.08º | 0.71% | 0.43% | - |
| XYZ | 8.7 | 4.93 | 15.24 | - |
| YUV | 61.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 110 | 0.08 | 0.71 | 0 | 0.57 | 293.08 | 0.55 | 0.28 |
| Hex | 65 | 20 | 6E | 8 | 47 | 0 | 39 | 125 | 37 | 1C |
| Octal | 145 | 40 | 156 | 10 | 107 | 0 | 71 | 445 | 67 | 34 |
| Binary | 1100101 | 100000 | 1101110 | 1000 | 1000111 | 0 | 111001 | 100100101 | 110111 | 11100 |
Color Harmonies of #65206E
Complementary color
Monochromatic Colors of #65206E
Black with #65206E
Text Example
Text Example
White with #65206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65206E; }
p { color: rgb(101,32,110); }
H1.HeaderClassName
{
color: #65206E;
}
.AnyTagClassName
{
color: #65206E;
}
</style>
background-color css
<style>
a { background-color: #65206E; }
a { background-color: rgb(101,32,110); }
div.DivClassName
{
background-color: #65206E;
}
.BgClassName
{
background-color: #65206E;
}
</style>
border-color css
<style>
span { border-color: #65206E; }
span { border-color: rgb(101,32,110); }
td.TdClassName
{
border-color: #65206E;
}
.TagClassName
{
border-color: #65206E;
}
</style>