Shades of Seance #632D69
Tints of Seance #632D69
RGB
CMYK
RGB Variations
Color information
#632D69 (or 0x632D69) is known color: Seance. HEX triplet: 63, 2D and 69. RGB value is (99,45,105). Sum of RGB (Red+Green+Blue) = 99+45+105=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #632D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D69 is #9CD296. Grayscale: #434343. Windows color (decimal): -10277527 or 6892899. OLE color: 6892899.
HSL color Cylindrical-coordinate representation of color #632D69: hue angle of 294º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #632D69 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 45 | 105 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.59 |
| HSL | 294º | 0.4% | 0.29% | - |
| HSV(B) | 294º | 0.57% | 0.41% | - |
| XYZ | 8.63 | 5.55 | 13.98 | - |
| YUV | 67.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 105 | 0.06 | 0.57 | 0 | 0.59 | 294 | 0.4 | 0.29 |
| Hex | 63 | 2D | 69 | 6 | 39 | 0 | 3B | 126 | 28 | 1D |
| Octal | 143 | 55 | 151 | 6 | 71 | 0 | 73 | 446 | 50 | 35 |
| Binary | 1100011 | 101101 | 1101001 | 110 | 111001 | 0 | 111011 | 100100110 | 101000 | 11101 |
Color Harmonies of #632D69
Complementary color
Monochromatic Colors of #632D69
Black with #632D69
Text Example
Text Example
White with #632D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D69; }
p { color: rgb(99,45,105); }
H1.HeaderClassName
{
color: #632D69;
}
.AnyTagClassName
{
color: #632D69;
}
</style>
background-color css
<style>
a { background-color: #632D69; }
a { background-color: rgb(99,45,105); }
div.DivClassName
{
background-color: #632D69;
}
.BgClassName
{
background-color: #632D69;
}
</style>
border-color css
<style>
span { border-color: #632D69; }
span { border-color: rgb(99,45,105); }
td.TdClassName
{
border-color: #632D69;
}
.TagClassName
{
border-color: #632D69;
}
</style>