Shades of Seance #634363
Tints of Seance #634363
RGB
CMYK
RGB Variations
Color information
#634363 (or 0x634363) is known color: Seance. HEX triplet: 63, 43 and 63. RGB value is (99,67,99). Sum of RGB (Red+Green+Blue) = 99+67+99=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #634363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634363 is #9CBC9C. Grayscale: #505050. Windows color (decimal): -10271901 or 6505315. OLE color: 6505315.
HSL color Cylindrical-coordinate representation of color #634363: hue angle of 300º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #634363 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 67 | 99 | - |
| CMYK | 0 | 0.32 | 0 | 0.61 |
| HSL | 300º | 0.19% | 0.33% | - |
| HSV(B) | 300º | 0.32% | 0.39% | - |
| XYZ | 9.4 | 7.57 | 12.77 | - |
| YUV | 80.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 99 | 0 | 0.32 | 0 | 0.61 | 300 | 0.19 | 0.33 |
| Hex | 63 | 43 | 63 | 0 | 20 | 0 | 3D | 12C | 13 | 21 |
| Octal | 143 | 103 | 143 | 0 | 40 | 0 | 75 | 454 | 23 | 41 |
| Binary | 1100011 | 1000011 | 1100011 | 0 | 100000 | 0 | 111101 | 100101100 | 10011 | 100001 |
Color Harmonies of #634363
Complementary color
Monochromatic Colors of #634363
Black with #634363
Text Example
Text Example
White with #634363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634363; }
p { color: rgb(99,67,99); }
H1.HeaderClassName
{
color: #634363;
}
.AnyTagClassName
{
color: #634363;
}
</style>
background-color css
<style>
a { background-color: #634363; }
a { background-color: rgb(99,67,99); }
div.DivClassName
{
background-color: #634363;
}
.BgClassName
{
background-color: #634363;
}
</style>
border-color css
<style>
span { border-color: #634363; }
span { border-color: rgb(99,67,99); }
td.TdClassName
{
border-color: #634363;
}
.TagClassName
{
border-color: #634363;
}
</style>