Shades of Seance #62326B
Tints of Seance #62326B
RGB
CMYK
RGB Variations
Color information
#62326B (or 0x62326B) is known color: Seance. HEX triplet: 62, 32 and 6B. RGB value is (98,50,107). Sum of RGB (Red+Green+Blue) = 98+50+107=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 107 - color contains mainly: blue. Hex color #62326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62326B is #9DCD94. Grayscale: #464646. Windows color (decimal): -10341781 or 7025250. OLE color: 7025250.
HSL color Cylindrical-coordinate representation of color #62326B: hue angle of 290.53º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62326B is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 50 | 107 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.58 |
| HSL | 290.53º | 0.36% | 0.31% | - |
| HSV(B) | 290.53º | 0.53% | 0.42% | - |
| XYZ | 8.83 | 5.94 | 14.59 | - |
| YUV | 70.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 107 | 0.08 | 0.53 | 0 | 0.58 | 290.53 | 0.36 | 0.31 |
| Hex | 62 | 32 | 6B | 8 | 35 | 0 | 3A | 123 | 24 | 1F |
| Octal | 142 | 62 | 153 | 10 | 65 | 0 | 72 | 443 | 44 | 37 |
| Binary | 1100010 | 110010 | 1101011 | 1000 | 110101 | 0 | 111010 | 100100011 | 100100 | 11111 |
Color Harmonies of #62326B
Complementary color
Monochromatic Colors of #62326B
Black with #62326B
Text Example
Text Example
White with #62326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62326B; }
p { color: rgb(98,50,107); }
H1.HeaderClassName
{
color: #62326B;
}
.AnyTagClassName
{
color: #62326B;
}
</style>
background-color css
<style>
a { background-color: #62326B; }
a { background-color: rgb(98,50,107); }
div.DivClassName
{
background-color: #62326B;
}
.BgClassName
{
background-color: #62326B;
}
</style>
border-color css
<style>
span { border-color: #62326B; }
span { border-color: rgb(98,50,107); }
td.TdClassName
{
border-color: #62326B;
}
.TagClassName
{
border-color: #62326B;
}
</style>