Shades of Seance #622A69
Tints of Seance #622A69
RGB
CMYK
RGB Variations
Color information
#622A69 (or 0x622A69) is known color: Seance. HEX triplet: 62, 2A and 69. RGB value is (98,42,105). Sum of RGB (Red+Green+Blue) = 98+42+105=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #622A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622A69 is #9DD596. Grayscale: #414141. Windows color (decimal): -10343831 or 6892130. OLE color: 6892130.
HSL color Cylindrical-coordinate representation of color #622A69: hue angle of 293.33º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #622A69 is Cyan = 0.07, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 42 | 105 | - |
| CMYK | 0.07 | 0.6 | 0 | 0.59 |
| HSL | 293.33º | 0.43% | 0.29% | - |
| HSV(B) | 293.33º | 0.6% | 0.41% | - |
| XYZ | 8.41 | 5.27 | 13.94 | - |
| YUV | 65.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 105 | 0.07 | 0.6 | 0 | 0.59 | 293.33 | 0.43 | 0.29 |
| Hex | 62 | 2A | 69 | 7 | 3C | 0 | 3B | 125 | 2B | 1D |
| Octal | 142 | 52 | 151 | 7 | 74 | 0 | 73 | 445 | 53 | 35 |
| Binary | 1100010 | 101010 | 1101001 | 111 | 111100 | 0 | 111011 | 100100101 | 101011 | 11101 |
Color Harmonies of #622A69
Complementary color
Monochromatic Colors of #622A69
Black with #622A69
Text Example
Text Example
White with #622A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A69; }
p { color: rgb(98,42,105); }
H1.HeaderClassName
{
color: #622A69;
}
.AnyTagClassName
{
color: #622A69;
}
</style>
background-color css
<style>
a { background-color: #622A69; }
a { background-color: rgb(98,42,105); }
div.DivClassName
{
background-color: #622A69;
}
.BgClassName
{
background-color: #622A69;
}
</style>
border-color css
<style>
span { border-color: #622A69; }
span { border-color: rgb(98,42,105); }
td.TdClassName
{
border-color: #622A69;
}
.TagClassName
{
border-color: #622A69;
}
</style>