Shades of Seance #65266A
Tints of Seance #65266A
RGB
CMYK
RGB Variations
Color information
#65266A (or 0x65266A) is known color: Seance. HEX triplet: 65, 26 and 6A. RGB value is (101,38,106). Sum of RGB (Red+Green+Blue) = 101+38+106=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #65266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65266A is #9AD995. Grayscale: #404040. Windows color (decimal): -10148246 or 6956645. OLE color: 6956645.
HSL color Cylindrical-coordinate representation of color #65266A: hue angle of 295.59º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65266A is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 38 | 106 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.58 |
| HSL | 295.59º | 0.47% | 0.28% | - |
| HSV(B) | 295.59º | 0.64% | 0.42% | - |
| XYZ | 8.66 | 5.19 | 14.18 | - |
| YUV | 64.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 38 | 106 | 0.05 | 0.64 | 0 | 0.58 | 295.59 | 0.47 | 0.28 |
| Hex | 65 | 26 | 6A | 5 | 40 | 0 | 3A | 128 | 2F | 1C |
| Octal | 145 | 46 | 152 | 5 | 100 | 0 | 72 | 450 | 57 | 34 |
| Binary | 1100101 | 100110 | 1101010 | 101 | 1000000 | 0 | 111010 | 100101000 | 101111 | 11100 |
Color Harmonies of #65266A
Complementary color
Monochromatic Colors of #65266A
Black with #65266A
Text Example
Text Example
White with #65266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65266A; }
p { color: rgb(101,38,106); }
H1.HeaderClassName
{
color: #65266A;
}
.AnyTagClassName
{
color: #65266A;
}
</style>
background-color css
<style>
a { background-color: #65266A; }
a { background-color: rgb(101,38,106); }
div.DivClassName
{
background-color: #65266A;
}
.BgClassName
{
background-color: #65266A;
}
</style>
border-color css
<style>
span { border-color: #65266A; }
span { border-color: rgb(101,38,106); }
td.TdClassName
{
border-color: #65266A;
}
.TagClassName
{
border-color: #65266A;
}
</style>