Shades of Seance #65266B
Tints of Seance #65266B
RGB
CMYK
RGB Variations
Color information
#65266B (or 0x65266B) is known color: Seance. HEX triplet: 65, 26 and 6B. RGB value is (101,38,107). Sum of RGB (Red+Green+Blue) = 101+38+107=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #65266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65266B is #9AD994. Grayscale: #404040. Windows color (decimal): -10148245 or 7022181. OLE color: 7022181.
HSL color Cylindrical-coordinate representation of color #65266B: hue angle of 294.78º degrees, saturation: 0.48, 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 #65266B is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 38 | 107 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.58 |
| HSL | 294.78º | 0.48% | 0.28% | - |
| HSV(B) | 294.78º | 0.64% | 0.42% | - |
| XYZ | 8.71 | 5.21 | 14.46 | - |
| YUV | 64.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 38 | 107 | 0.06 | 0.64 | 0 | 0.58 | 294.78 | 0.48 | 0.28 |
| Hex | 65 | 26 | 6B | 6 | 40 | 0 | 3A | 127 | 30 | 1C |
| Octal | 145 | 46 | 153 | 6 | 100 | 0 | 72 | 447 | 60 | 34 |
| Binary | 1100101 | 100110 | 1101011 | 110 | 1000000 | 0 | 111010 | 100100111 | 110000 | 11100 |
Color Harmonies of #65266B
Complementary color
Monochromatic Colors of #65266B
Black with #65266B
Text Example
Text Example
White with #65266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65266B; }
p { color: rgb(101,38,107); }
H1.HeaderClassName
{
color: #65266B;
}
.AnyTagClassName
{
color: #65266B;
}
</style>
background-color css
<style>
a { background-color: #65266B; }
a { background-color: rgb(101,38,107); }
div.DivClassName
{
background-color: #65266B;
}
.BgClassName
{
background-color: #65266B;
}
</style>
border-color css
<style>
span { border-color: #65266B; }
span { border-color: rgb(101,38,107); }
td.TdClassName
{
border-color: #65266B;
}
.TagClassName
{
border-color: #65266B;
}
</style>