Shades of Seance #634168
Tints of Seance #634168
RGB
CMYK
RGB Variations
Color information
#634168 (or 0x634168) is known color: Seance. HEX triplet: 63, 41 and 68. RGB value is (99,65,104). Sum of RGB (Red+Green+Blue) = 99+65+104=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #634168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634168 is #9CBE97. Grayscale: #4F4F4F. Windows color (decimal): -10272408 or 6832483. OLE color: 6832483.
HSL color Cylindrical-coordinate representation of color #634168: hue angle of 292.31º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #634168 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 65 | 104 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.59 |
| HSL | 292.31º | 0.23% | 0.33% | - |
| HSV(B) | 292.31º | 0.38% | 0.41% | - |
| XYZ | 9.53 | 7.43 | 14.03 | - |
| YUV | 79.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 104 | 0.05 | 0.38 | 0 | 0.59 | 292.31 | 0.23 | 0.33 |
| Hex | 63 | 41 | 68 | 5 | 26 | 0 | 3B | 124 | 17 | 21 |
| Octal | 143 | 101 | 150 | 5 | 46 | 0 | 73 | 444 | 27 | 41 |
| Binary | 1100011 | 1000001 | 1101000 | 101 | 100110 | 0 | 111011 | 100100100 | 10111 | 100001 |
Color Harmonies of #634168
Complementary color
Monochromatic Colors of #634168
Black with #634168
Text Example
Text Example
White with #634168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634168; }
p { color: rgb(99,65,104); }
H1.HeaderClassName
{
color: #634168;
}
.AnyTagClassName
{
color: #634168;
}
</style>
background-color css
<style>
a { background-color: #634168; }
a { background-color: rgb(99,65,104); }
div.DivClassName
{
background-color: #634168;
}
.BgClassName
{
background-color: #634168;
}
</style>
border-color css
<style>
span { border-color: #634168; }
span { border-color: rgb(99,65,104); }
td.TdClassName
{
border-color: #634168;
}
.TagClassName
{
border-color: #634168;
}
</style>