Shades of Seance #632E66
Tints of Seance #632E66
RGB
CMYK
RGB Variations
Color information
#632E66 (or 0x632E66) is known color: Seance. HEX triplet: 63, 2E and 66. RGB value is (99,46,102). Sum of RGB (Red+Green+Blue) = 99+46+102=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #632E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E66 is #9CD199. Grayscale: #444444. Windows color (decimal): -10277274 or 6696547. OLE color: 6696547.
HSL color Cylindrical-coordinate representation of color #632E66: hue angle of 296.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #632E66 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 46 | 102 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.6 |
| HSL | 296.79º | 0.38% | 0.29% | - |
| HSV(B) | 296.79º | 0.55% | 0.4% | - |
| XYZ | 8.52 | 5.57 | 13.2 | - |
| YUV | 68.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 102 | 0.03 | 0.55 | 0 | 0.6 | 296.79 | 0.38 | 0.29 |
| Hex | 63 | 2E | 66 | 3 | 37 | 0 | 3C | 129 | 26 | 1D |
| Octal | 143 | 56 | 146 | 3 | 67 | 0 | 74 | 451 | 46 | 35 |
| Binary | 1100011 | 101110 | 1100110 | 11 | 110111 | 0 | 111100 | 100101001 | 100110 | 11101 |
Color Harmonies of #632E66
Complementary color
Monochromatic Colors of #632E66
Black with #632E66
Text Example
Text Example
White with #632E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E66; }
p { color: rgb(99,46,102); }
H1.HeaderClassName
{
color: #632E66;
}
.AnyTagClassName
{
color: #632E66;
}
</style>
background-color css
<style>
a { background-color: #632E66; }
a { background-color: rgb(99,46,102); }
div.DivClassName
{
background-color: #632E66;
}
.BgClassName
{
background-color: #632E66;
}
</style>
border-color css
<style>
span { border-color: #632E66; }
span { border-color: rgb(99,46,102); }
td.TdClassName
{
border-color: #632E66;
}
.TagClassName
{
border-color: #632E66;
}
</style>