Shades of Seance #634065
Tints of Seance #634065
RGB
CMYK
RGB Variations
Color information
#634065 (or 0x634065) is known color: Seance. HEX triplet: 63, 40 and 65. RGB value is (99,64,101). Sum of RGB (Red+Green+Blue) = 99+64+101=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #634065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634065 is #9CBF9A. Grayscale: #4E4E4E. Windows color (decimal): -10272667 or 6635619. OLE color: 6635619.
HSL color Cylindrical-coordinate representation of color #634065: hue angle of 296.76º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #634065 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 64 | 101 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.60 |
| HSL | 296.76º | 0.22% | 0.32% | - |
| HSV(B) | 296.76º | 0.37% | 0.4% | - |
| XYZ | 9.33 | 7.26 | 13.22 | - |
| YUV | 78.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 101 | 0.02 | 0.37 | 0 | 0.60 | 296.76 | 0.22 | 0.32 |
| Hex | 63 | 40 | 65 | 2 | 25 | 0 | 3C | 129 | 16 | 20 |
| Octal | 143 | 100 | 145 | 2 | 45 | 0 | 74 | 451 | 26 | 40 |
| Binary | 1100011 | 1000000 | 1100101 | 10 | 100101 | 0 | 111100 | 100101001 | 10110 | 100000 |
Color Harmonies of #634065
Complementary color
Monochromatic Colors of #634065
Black with #634065
Text Example
Text Example
White with #634065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634065; }
p { color: rgb(99,64,101); }
H1.HeaderClassName
{
color: #634065;
}
.AnyTagClassName
{
color: #634065;
}
</style>
background-color css
<style>
a { background-color: #634065; }
a { background-color: rgb(99,64,101); }
div.DivClassName
{
background-color: #634065;
}
.BgClassName
{
background-color: #634065;
}
</style>
border-color css
<style>
span { border-color: #634065; }
span { border-color: rgb(99,64,101); }
td.TdClassName
{
border-color: #634065;
}
.TagClassName
{
border-color: #634065;
}
</style>