Shades of Seance #634262
Tints of Seance #634262
RGB
CMYK
RGB Variations
Color information
#634262 (or 0x634262) is known color: Seance. HEX triplet: 63, 42 and 62. RGB value is (99,66,98). Sum of RGB (Red+Green+Blue) = 99+66+98=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #634262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634262 is #9CBD9D. Grayscale: #4F4F4F. Windows color (decimal): -10272158 or 6439523. OLE color: 6439523.
HSL color Cylindrical-coordinate representation of color #634262: hue angle of 301.82º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634262 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 66 | 98 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.61 |
| HSL | 301.82º | 0.2% | 0.32% | - |
| HSV(B) | 301.82º | 0.33% | 0.39% | - |
| XYZ | 9.3 | 7.43 | 12.5 | - |
| YUV | 79.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 98 | 0 | 0.33 | 0.01 | 0.61 | 301.82 | 0.2 | 0.32 |
| Hex | 63 | 42 | 62 | 0 | 21 | 1 | 3D | 12E | 14 | 20 |
| Octal | 143 | 102 | 142 | 0 | 41 | 1 | 75 | 456 | 24 | 40 |
| Binary | 1100011 | 1000010 | 1100010 | 0 | 100001 | 1 | 111101 | 100101110 | 10100 | 100000 |
Color Harmonies of #634262
Complementary color
Monochromatic Colors of #634262
Black with #634262
Text Example
Text Example
White with #634262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634262; }
p { color: rgb(99,66,98); }
H1.HeaderClassName
{
color: #634262;
}
.AnyTagClassName
{
color: #634262;
}
</style>
background-color css
<style>
a { background-color: #634262; }
a { background-color: rgb(99,66,98); }
div.DivClassName
{
background-color: #634262;
}
.BgClassName
{
background-color: #634262;
}
</style>
border-color css
<style>
span { border-color: #634262; }
span { border-color: rgb(99,66,98); }
td.TdClassName
{
border-color: #634262;
}
.TagClassName
{
border-color: #634262;
}
</style>