Shades of Seance #63266A
Tints of Seance #63266A
RGB
CMYK
RGB Variations
Color information
#63266A (or 0x63266A) is known color: Seance. HEX triplet: 63, 26 and 6A. RGB value is (99,38,106). Sum of RGB (Red+Green+Blue) = 99+38+106=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #63266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63266A is #9CD995. Grayscale: #3F3F3F. Windows color (decimal): -10279318 or 6956643. OLE color: 6956643.
HSL color Cylindrical-coordinate representation of color #63266A: hue angle of 293.82º 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 #63266A is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 38 | 106 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.58 |
| HSL | 293.82º | 0.47% | 0.28% | - |
| HSV(B) | 293.82º | 0.64% | 0.42% | - |
| XYZ | 8.44 | 5.08 | 14.17 | - |
| YUV | 63.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 106 | 0.07 | 0.64 | 0 | 0.58 | 293.82 | 0.47 | 0.28 |
| Hex | 63 | 26 | 6A | 7 | 40 | 0 | 3A | 126 | 2F | 1C |
| Octal | 143 | 46 | 152 | 7 | 100 | 0 | 72 | 446 | 57 | 34 |
| Binary | 1100011 | 100110 | 1101010 | 111 | 1000000 | 0 | 111010 | 100100110 | 101111 | 11100 |
Color Harmonies of #63266A
Complementary color
Monochromatic Colors of #63266A
Black with #63266A
Text Example
Text Example
White with #63266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63266A; }
p { color: rgb(99,38,106); }
H1.HeaderClassName
{
color: #63266A;
}
.AnyTagClassName
{
color: #63266A;
}
</style>
background-color css
<style>
a { background-color: #63266A; }
a { background-color: rgb(99,38,106); }
div.DivClassName
{
background-color: #63266A;
}
.BgClassName
{
background-color: #63266A;
}
</style>
border-color css
<style>
span { border-color: #63266A; }
span { border-color: rgb(99,38,106); }
td.TdClassName
{
border-color: #63266A;
}
.TagClassName
{
border-color: #63266A;
}
</style>