Shades of Seance #622C65
Tints of Seance #622C65
RGB
CMYK
RGB Variations
Color information
#622C65 (or 0x622C65) is known color: Seance. HEX triplet: 62, 2C and 65. RGB value is (98,44,101). Sum of RGB (Red+Green+Blue) = 98+44+101=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #622C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622C65 is #9DD39A. Grayscale: #424242. Windows color (decimal): -10343323 or 6630498. OLE color: 6630498.
HSL color Cylindrical-coordinate representation of color #622C65: hue angle of 296.84º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #622C65 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 44 | 101 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.60 |
| HSL | 296.84º | 0.39% | 0.28% | - |
| HSV(B) | 296.84º | 0.56% | 0.4% | - |
| XYZ | 8.29 | 5.34 | 12.91 | - |
| YUV | 66.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 101 | 0.03 | 0.56 | 0 | 0.60 | 296.84 | 0.39 | 0.28 |
| Hex | 62 | 2C | 65 | 3 | 38 | 0 | 3C | 129 | 27 | 1C |
| Octal | 142 | 54 | 145 | 3 | 70 | 0 | 74 | 451 | 47 | 34 |
| Binary | 1100010 | 101100 | 1100101 | 11 | 111000 | 0 | 111100 | 100101001 | 100111 | 11100 |
Color Harmonies of #622C65
Complementary color
Monochromatic Colors of #622C65
Black with #622C65
Text Example
Text Example
White with #622C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C65; }
p { color: rgb(98,44,101); }
H1.HeaderClassName
{
color: #622C65;
}
.AnyTagClassName
{
color: #622C65;
}
</style>
background-color css
<style>
a { background-color: #622C65; }
a { background-color: rgb(98,44,101); }
div.DivClassName
{
background-color: #622C65;
}
.BgClassName
{
background-color: #622C65;
}
</style>
border-color css
<style>
span { border-color: #622C65; }
span { border-color: rgb(98,44,101); }
td.TdClassName
{
border-color: #622C65;
}
.TagClassName
{
border-color: #622C65;
}
</style>