Shades of Seance #622F65
Tints of Seance #622F65
RGB
CMYK
RGB Variations
Color information
#622F65 (or 0x622F65) is known color: Seance. HEX triplet: 62, 2F and 65. RGB value is (98,47,101). Sum of RGB (Red+Green+Blue) = 98+47+101=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #622F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622F65 is #9DD09A. Grayscale: #444444. Windows color (decimal): -10342555 or 6631266. OLE color: 6631266.
HSL color Cylindrical-coordinate representation of color #622F65: hue angle of 296.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #622F65 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 47 | 101 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.60 |
| HSL | 296.67º | 0.36% | 0.29% | - |
| HSV(B) | 296.67º | 0.53% | 0.4% | - |
| XYZ | 8.4 | 5.57 | 12.94 | - |
| YUV | 68.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 101 | 0.03 | 0.53 | 0 | 0.60 | 296.67 | 0.36 | 0.29 |
| Hex | 62 | 2F | 65 | 3 | 35 | 0 | 3C | 129 | 24 | 1D |
| Octal | 142 | 57 | 145 | 3 | 65 | 0 | 74 | 451 | 44 | 35 |
| Binary | 1100010 | 101111 | 1100101 | 11 | 110101 | 0 | 111100 | 100101001 | 100100 | 11101 |
Color Harmonies of #622F65
Complementary color
Monochromatic Colors of #622F65
Black with #622F65
Text Example
Text Example
White with #622F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F65; }
p { color: rgb(98,47,101); }
H1.HeaderClassName
{
color: #622F65;
}
.AnyTagClassName
{
color: #622F65;
}
</style>
background-color css
<style>
a { background-color: #622F65; }
a { background-color: rgb(98,47,101); }
div.DivClassName
{
background-color: #622F65;
}
.BgClassName
{
background-color: #622F65;
}
</style>
border-color css
<style>
span { border-color: #622F65; }
span { border-color: rgb(98,47,101); }
td.TdClassName
{
border-color: #622F65;
}
.TagClassName
{
border-color: #622F65;
}
</style>