Shades of Seance #62266D
Tints of Seance #62266D
RGB
CMYK
RGB Variations
Color information
#62266D (or 0x62266D) is known color: Seance. HEX triplet: 62, 26 and 6D. RGB value is (98,38,109). Sum of RGB (Red+Green+Blue) = 98+38+109=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #62266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62266D is #9DD992. Grayscale: #3F3F3F. Windows color (decimal): -10344851 or 7153250. OLE color: 7153250.
HSL color Cylindrical-coordinate representation of color #62266D: hue angle of 290.7º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62266D is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 38 | 109 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.57 |
| HSL | 290.7º | 0.48% | 0.29% | - |
| HSV(B) | 290.7º | 0.65% | 0.43% | - |
| XYZ | 8.49 | 5.09 | 15 | - |
| YUV | 64.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 109 | 0.10 | 0.65 | 0 | 0.57 | 290.7 | 0.48 | 0.29 |
| Hex | 62 | 26 | 6D | A | 41 | 0 | 39 | 123 | 30 | 1D |
| Octal | 142 | 46 | 155 | 12 | 101 | 0 | 71 | 443 | 60 | 35 |
| Binary | 1100010 | 100110 | 1101101 | 1010 | 1000001 | 0 | 111001 | 100100011 | 110000 | 11101 |
Color Harmonies of #62266D
Complementary color
Monochromatic Colors of #62266D
Black with #62266D
Text Example
Text Example
White with #62266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62266D; }
p { color: rgb(98,38,109); }
H1.HeaderClassName
{
color: #62266D;
}
.AnyTagClassName
{
color: #62266D;
}
</style>
background-color css
<style>
a { background-color: #62266D; }
a { background-color: rgb(98,38,109); }
div.DivClassName
{
background-color: #62266D;
}
.BgClassName
{
background-color: #62266D;
}
</style>
border-color css
<style>
span { border-color: #62266D; }
span { border-color: rgb(98,38,109); }
td.TdClassName
{
border-color: #62266D;
}
.TagClassName
{
border-color: #62266D;
}
</style>