Shades of Seance #651D6D
Tints of Seance #651D6D
RGB
CMYK
RGB Variations
Color information
#651D6D (or 0x651D6D) is known color: Seance. HEX triplet: 65, 1D and 6D. RGB value is (101,29,109). Sum of RGB (Red+Green+Blue) = 101+29+109=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #651D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651D6D is #9AE292. Grayscale: #3B3B3B. Windows color (decimal): -10150547 or 7150949. OLE color: 7150949.
HSL color Cylindrical-coordinate representation of color #651D6D: hue angle of 294º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651D6D is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 29 | 109 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.57 |
| HSL | 294º | 0.58% | 0.27% | - |
| HSV(B) | 294º | 0.73% | 0.43% | - |
| XYZ | 8.57 | 4.75 | 14.93 | - |
| YUV | 59.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 109 | 0.07 | 0.73 | 0 | 0.57 | 294 | 0.58 | 0.27 |
| Hex | 65 | 1D | 6D | 7 | 49 | 0 | 39 | 126 | 3A | 1B |
| Octal | 145 | 35 | 155 | 7 | 111 | 0 | 71 | 446 | 72 | 33 |
| Binary | 1100101 | 11101 | 1101101 | 111 | 1001001 | 0 | 111001 | 100100110 | 111010 | 11011 |
Color Harmonies of #651D6D
Complementary color
Monochromatic Colors of #651D6D
Black with #651D6D
Text Example
Text Example
White with #651D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D6D; }
p { color: rgb(101,29,109); }
H1.HeaderClassName
{
color: #651D6D;
}
.AnyTagClassName
{
color: #651D6D;
}
</style>
background-color css
<style>
a { background-color: #651D6D; }
a { background-color: rgb(101,29,109); }
div.DivClassName
{
background-color: #651D6D;
}
.BgClassName
{
background-color: #651D6D;
}
</style>
border-color css
<style>
span { border-color: #651D6D; }
span { border-color: rgb(101,29,109); }
td.TdClassName
{
border-color: #651D6D;
}
.TagClassName
{
border-color: #651D6D;
}
</style>