Shades of Seance #633A65
Tints of Seance #633A65
RGB
CMYK
RGB Variations
Color information
#633A65 (or 0x633A65) is known color: Seance. HEX triplet: 63, 3A and 65. RGB value is (99,58,101). Sum of RGB (Red+Green+Blue) = 99+58+101=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 101 - color contains mainly: blue. Hex color #633A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633A65 is #9CC59A. Grayscale: #4B4B4B. Windows color (decimal): -10274203 or 6634083. OLE color: 6634083.
HSL color Cylindrical-coordinate representation of color #633A65: hue angle of 297.21º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #633A65 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 58 | 101 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.60 |
| HSL | 297.21º | 0.27% | 0.31% | - |
| HSV(B) | 297.21º | 0.43% | 0.4% | - |
| XYZ | 9.01 | 6.62 | 13.11 | - |
| YUV | 75.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 101 | 0.02 | 0.43 | 0 | 0.60 | 297.21 | 0.27 | 0.31 |
| Hex | 63 | 3A | 65 | 2 | 2B | 0 | 3C | 129 | 1B | 1F |
| Octal | 143 | 72 | 145 | 2 | 53 | 0 | 74 | 451 | 33 | 37 |
| Binary | 1100011 | 111010 | 1100101 | 10 | 101011 | 0 | 111100 | 100101001 | 11011 | 11111 |
Color Harmonies of #633A65
Complementary color
Monochromatic Colors of #633A65
Black with #633A65
Text Example
Text Example
White with #633A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A65; }
p { color: rgb(99,58,101); }
H1.HeaderClassName
{
color: #633A65;
}
.AnyTagClassName
{
color: #633A65;
}
</style>
background-color css
<style>
a { background-color: #633A65; }
a { background-color: rgb(99,58,101); }
div.DivClassName
{
background-color: #633A65;
}
.BgClassName
{
background-color: #633A65;
}
</style>
border-color css
<style>
span { border-color: #633A65; }
span { border-color: rgb(99,58,101); }
td.TdClassName
{
border-color: #633A65;
}
.TagClassName
{
border-color: #633A65;
}
</style>