Shades of Seance #631B6E
Tints of Seance #631B6E
RGB
CMYK
RGB Variations
Color information
#631B6E (or 0x631B6E) is known color: Seance. HEX triplet: 63, 1B and 6E. RGB value is (99,27,110). Sum of RGB (Red+Green+Blue) = 99+27+110=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #631B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B6E is #9CE491. Grayscale: #393939. Windows color (decimal): -10282130 or 7215971. OLE color: 7215971.
HSL color Cylindrical-coordinate representation of color #631B6E: hue angle of 292.05º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631B6E is Cyan = 0.1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 27 | 110 | - |
| CMYK | 0.1 | 0.75 | 0 | 0.57 |
| HSL | 292.05º | 0.61% | 0.27% | - |
| HSV(B) | 292.05º | 0.75% | 0.43% | - |
| XYZ | 8.35 | 4.56 | 15.19 | - |
| YUV | 57.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 110 | 0.1 | 0.75 | 0 | 0.57 | 292.05 | 0.61 | 0.27 |
| Hex | 63 | 1B | 6E | A | 4B | 0 | 39 | 124 | 3D | 1B |
| Octal | 143 | 33 | 156 | 12 | 113 | 0 | 71 | 444 | 75 | 33 |
| Binary | 1100011 | 11011 | 1101110 | 1010 | 1001011 | 0 | 111001 | 100100100 | 111101 | 11011 |
Color Harmonies of #631B6E
Complementary color
Monochromatic Colors of #631B6E
Black with #631B6E
Text Example
Text Example
White with #631B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B6E; }
p { color: rgb(99,27,110); }
H1.HeaderClassName
{
color: #631B6E;
}
.AnyTagClassName
{
color: #631B6E;
}
</style>
background-color css
<style>
a { background-color: #631B6E; }
a { background-color: rgb(99,27,110); }
div.DivClassName
{
background-color: #631B6E;
}
.BgClassName
{
background-color: #631B6E;
}
</style>
border-color css
<style>
span { border-color: #631B6E; }
span { border-color: rgb(99,27,110); }
td.TdClassName
{
border-color: #631B6E;
}
.TagClassName
{
border-color: #631B6E;
}
</style>