Shades of Seance #632B65
Tints of Seance #632B65
RGB
CMYK
RGB Variations
Color information
#632B65 (or 0x632B65) is known color: Seance. HEX triplet: 63, 2B and 65. RGB value is (99,43,101). Sum of RGB (Red+Green+Blue) = 99+43+101=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #632B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632B65 is #9CD49A. Grayscale: #424242. Windows color (decimal): -10278043 or 6630243. OLE color: 6630243.
HSL color Cylindrical-coordinate representation of color #632B65: hue angle of 297.93º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #632B65 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 43 | 101 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.60 |
| HSL | 297.93º | 0.4% | 0.28% | - |
| HSV(B) | 297.93º | 0.57% | 0.4% | - |
| XYZ | 8.36 | 5.32 | 12.9 | - |
| YUV | 66.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 101 | 0.02 | 0.57 | 0 | 0.60 | 297.93 | 0.4 | 0.28 |
| Hex | 63 | 2B | 65 | 2 | 39 | 0 | 3C | 12A | 28 | 1C |
| Octal | 143 | 53 | 145 | 2 | 71 | 0 | 74 | 452 | 50 | 34 |
| Binary | 1100011 | 101011 | 1100101 | 10 | 111001 | 0 | 111100 | 100101010 | 101000 | 11100 |
Color Harmonies of #632B65
Complementary color
Monochromatic Colors of #632B65
Black with #632B65
Text Example
Text Example
White with #632B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632B65; }
p { color: rgb(99,43,101); }
H1.HeaderClassName
{
color: #632B65;
}
.AnyTagClassName
{
color: #632B65;
}
</style>
background-color css
<style>
a { background-color: #632B65; }
a { background-color: rgb(99,43,101); }
div.DivClassName
{
background-color: #632B65;
}
.BgClassName
{
background-color: #632B65;
}
</style>
border-color css
<style>
span { border-color: #632B65; }
span { border-color: rgb(99,43,101); }
td.TdClassName
{
border-color: #632B65;
}
.TagClassName
{
border-color: #632B65;
}
</style>