Shades of Seance #652E6A
Tints of Seance #652E6A
RGB
CMYK
RGB Variations
Color information
#652E6A (or 0x652E6A) is known color: Seance. HEX triplet: 65, 2E and 6A. RGB value is (101,46,106). Sum of RGB (Red+Green+Blue) = 101+46+106=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: blue. Hex color #652E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652E6A is #9AD195. Grayscale: #454545. Windows color (decimal): -10146198 or 6958693. OLE color: 6958693.
HSL color Cylindrical-coordinate representation of color #652E6A: hue angle of 295º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #652E6A is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 46 | 106 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.58 |
| HSL | 295º | 0.39% | 0.3% | - |
| HSV(B) | 295º | 0.57% | 0.42% | - |
| XYZ | 8.95 | 5.76 | 14.28 | - |
| YUV | 69.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 106 | 0.05 | 0.57 | 0 | 0.58 | 295 | 0.39 | 0.3 |
| Hex | 65 | 2E | 6A | 5 | 39 | 0 | 3A | 127 | 27 | 1E |
| Octal | 145 | 56 | 152 | 5 | 71 | 0 | 72 | 447 | 47 | 36 |
| Binary | 1100101 | 101110 | 1101010 | 101 | 111001 | 0 | 111010 | 100100111 | 100111 | 11110 |
Color Harmonies of #652E6A
Complementary color
Monochromatic Colors of #652E6A
Black with #652E6A
Text Example
Text Example
White with #652E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E6A; }
p { color: rgb(101,46,106); }
H1.HeaderClassName
{
color: #652E6A;
}
.AnyTagClassName
{
color: #652E6A;
}
</style>
background-color css
<style>
a { background-color: #652E6A; }
a { background-color: rgb(101,46,106); }
div.DivClassName
{
background-color: #652E6A;
}
.BgClassName
{
background-color: #652E6A;
}
</style>
border-color css
<style>
span { border-color: #652E6A; }
span { border-color: rgb(101,46,106); }
td.TdClassName
{
border-color: #652E6A;
}
.TagClassName
{
border-color: #652E6A;
}
</style>