Shades of Seance #63406A
Tints of Seance #63406A
RGB
CMYK
RGB Variations
Color information
#63406A (or 0x63406A) is known color: Seance. HEX triplet: 63, 40 and 6A. RGB value is (99,64,106). Sum of RGB (Red+Green+Blue) = 99+64+106=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #63406A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63406A is #9CBF95. Grayscale: #4F4F4F. Windows color (decimal): -10272662 or 6963299. OLE color: 6963299.
HSL color Cylindrical-coordinate representation of color #63406A: hue angle of 290º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63406A is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 64 | 106 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.58 |
| HSL | 290º | 0.25% | 0.33% | - |
| HSV(B) | 290º | 0.4% | 0.42% | - |
| XYZ | 9.58 | 7.36 | 14.55 | - |
| YUV | 79.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 106 | 0.07 | 0.40 | 0 | 0.58 | 290 | 0.25 | 0.33 |
| Hex | 63 | 40 | 6A | 7 | 28 | 0 | 3A | 122 | 19 | 21 |
| Octal | 143 | 100 | 152 | 7 | 50 | 0 | 72 | 442 | 31 | 41 |
| Binary | 1100011 | 1000000 | 1101010 | 111 | 101000 | 0 | 111010 | 100100010 | 11001 | 100001 |
Color Harmonies of #63406A
Complementary color
Monochromatic Colors of #63406A
Black with #63406A
Text Example
Text Example
White with #63406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63406A; }
p { color: rgb(99,64,106); }
H1.HeaderClassName
{
color: #63406A;
}
.AnyTagClassName
{
color: #63406A;
}
</style>
background-color css
<style>
a { background-color: #63406A; }
a { background-color: rgb(99,64,106); }
div.DivClassName
{
background-color: #63406A;
}
.BgClassName
{
background-color: #63406A;
}
</style>
border-color css
<style>
span { border-color: #63406A; }
span { border-color: rgb(99,64,106); }
td.TdClassName
{
border-color: #63406A;
}
.TagClassName
{
border-color: #63406A;
}
</style>