Shades of Seance #631A6E
Tints of Seance #631A6E
RGB
CMYK
RGB Variations
Color information
#631A6E (or 0x631A6E) is known color: Seance. HEX triplet: 63, 1A and 6E. RGB value is (99,26,110). Sum of RGB (Red+Green+Blue) = 99+26+110=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #631A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A6E is #9CE591. Grayscale: #393939. Windows color (decimal): -10282386 or 7215715. OLE color: 7215715.
HSL color Cylindrical-coordinate representation of color #631A6E: hue angle of 292.14º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631A6E is Cyan = 0.1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 26 | 110 | - |
| CMYK | 0.1 | 0.76 | 0 | 0.57 |
| HSL | 292.14º | 0.62% | 0.27% | - |
| HSV(B) | 292.14º | 0.76% | 0.43% | - |
| XYZ | 8.33 | 4.52 | 15.18 | - |
| YUV | 57.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 110 | 0.1 | 0.76 | 0 | 0.57 | 292.14 | 0.62 | 0.27 |
| Hex | 63 | 1A | 6E | A | 4C | 0 | 39 | 124 | 3E | 1B |
| Octal | 143 | 32 | 156 | 12 | 114 | 0 | 71 | 444 | 76 | 33 |
| Binary | 1100011 | 11010 | 1101110 | 1010 | 1001100 | 0 | 111001 | 100100100 | 111110 | 11011 |
Color Harmonies of #631A6E
Complementary color
Monochromatic Colors of #631A6E
Black with #631A6E
Text Example
Text Example
White with #631A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A6E; }
p { color: rgb(99,26,110); }
H1.HeaderClassName
{
color: #631A6E;
}
.AnyTagClassName
{
color: #631A6E;
}
</style>
background-color css
<style>
a { background-color: #631A6E; }
a { background-color: rgb(99,26,110); }
div.DivClassName
{
background-color: #631A6E;
}
.BgClassName
{
background-color: #631A6E;
}
</style>
border-color css
<style>
span { border-color: #631A6E; }
span { border-color: rgb(99,26,110); }
td.TdClassName
{
border-color: #631A6E;
}
.TagClassName
{
border-color: #631A6E;
}
</style>