Shades of Seance #631F68
Tints of Seance #631F68
RGB
CMYK
RGB Variations
Color information
#631F68 (or 0x631F68) is known color: Seance. HEX triplet: 63, 1F and 68. RGB value is (99,31,104). Sum of RGB (Red+Green+Blue) = 99+31+104=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #631F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F68 is #9CE097. Grayscale: #3B3B3B. Windows color (decimal): -10281112 or 6823779. OLE color: 6823779.
HSL color Cylindrical-coordinate representation of color #631F68: hue angle of 295.89º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631F68 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 31 | 104 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.59 |
| HSL | 295.89º | 0.54% | 0.26% | - |
| HSV(B) | 295.89º | 0.7% | 0.41% | - |
| XYZ | 8.13 | 4.63 | 13.56 | - |
| YUV | 59.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 104 | 0.05 | 0.70 | 0 | 0.59 | 295.89 | 0.54 | 0.26 |
| Hex | 63 | 1F | 68 | 5 | 46 | 0 | 3B | 128 | 36 | 1A |
| Octal | 143 | 37 | 150 | 5 | 106 | 0 | 73 | 450 | 66 | 32 |
| Binary | 1100011 | 11111 | 1101000 | 101 | 1000110 | 0 | 111011 | 100101000 | 110110 | 11010 |
Color Harmonies of #631F68
Complementary color
Monochromatic Colors of #631F68
Black with #631F68
Text Example
Text Example
White with #631F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F68; }
p { color: rgb(99,31,104); }
H1.HeaderClassName
{
color: #631F68;
}
.AnyTagClassName
{
color: #631F68;
}
</style>
background-color css
<style>
a { background-color: #631F68; }
a { background-color: rgb(99,31,104); }
div.DivClassName
{
background-color: #631F68;
}
.BgClassName
{
background-color: #631F68;
}
</style>
border-color css
<style>
span { border-color: #631F68; }
span { border-color: rgb(99,31,104); }
td.TdClassName
{
border-color: #631F68;
}
.TagClassName
{
border-color: #631F68;
}
</style>