Shades of Seance #631B6B
Tints of Seance #631B6B
RGB
CMYK
RGB Variations
Color information
#631B6B (or 0x631B6B) is known color: Seance. HEX triplet: 63, 1B and 6B. RGB value is (99,27,107). Sum of RGB (Red+Green+Blue) = 99+27+107=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #631B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B6B is #9CE494. Grayscale: #393939. Windows color (decimal): -10282133 or 7019363. OLE color: 7019363.
HSL color Cylindrical-coordinate representation of color #631B6B: hue angle of 294º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631B6B is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 27 | 107 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.58 |
| HSL | 294º | 0.6% | 0.26% | - |
| HSV(B) | 294º | 0.75% | 0.42% | - |
| XYZ | 8.19 | 4.5 | 14.35 | - |
| YUV | 57.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 107 | 0.07 | 0.75 | 0 | 0.58 | 294 | 0.6 | 0.26 |
| Hex | 63 | 1B | 6B | 7 | 4B | 0 | 3A | 126 | 3C | 1A |
| Octal | 143 | 33 | 153 | 7 | 113 | 0 | 72 | 446 | 74 | 32 |
| Binary | 1100011 | 11011 | 1101011 | 111 | 1001011 | 0 | 111010 | 100100110 | 111100 | 11010 |
Color Harmonies of #631B6B
Complementary color
Monochromatic Colors of #631B6B
Black with #631B6B
Text Example
Text Example
White with #631B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B6B; }
p { color: rgb(99,27,107); }
H1.HeaderClassName
{
color: #631B6B;
}
.AnyTagClassName
{
color: #631B6B;
}
</style>
background-color css
<style>
a { background-color: #631B6B; }
a { background-color: rgb(99,27,107); }
div.DivClassName
{
background-color: #631B6B;
}
.BgClassName
{
background-color: #631B6B;
}
</style>
border-color css
<style>
span { border-color: #631B6B; }
span { border-color: rgb(99,27,107); }
td.TdClassName
{
border-color: #631B6B;
}
.TagClassName
{
border-color: #631B6B;
}
</style>