Shades of Seance #62266F
Tints of Seance #62266F
RGB
CMYK
RGB Variations
Color information
#62266F (or 0x62266F) is known color: Seance. HEX triplet: 62, 26 and 6F. RGB value is (98,38,111). Sum of RGB (Red+Green+Blue) = 98+38+111=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #62266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62266F is #9DD990. Grayscale: #404040. Windows color (decimal): -10344849 or 7284322. OLE color: 7284322.
HSL color Cylindrical-coordinate representation of color #62266F: hue angle of 289.32º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62266F is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 38 | 111 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.56 |
| HSL | 289.32º | 0.49% | 0.29% | - |
| HSV(B) | 289.32º | 0.66% | 0.44% | - |
| XYZ | 8.6 | 5.13 | 15.58 | - |
| YUV | 64.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 111 | 0.12 | 0.66 | 0 | 0.56 | 289.32 | 0.49 | 0.29 |
| Hex | 62 | 26 | 6F | C | 42 | 0 | 38 | 121 | 31 | 1D |
| Octal | 142 | 46 | 157 | 14 | 102 | 0 | 70 | 441 | 61 | 35 |
| Binary | 1100010 | 100110 | 1101111 | 1100 | 1000010 | 0 | 111000 | 100100001 | 110001 | 11101 |
Color Harmonies of #62266F
Complementary color
Monochromatic Colors of #62266F
Black with #62266F
Text Example
Text Example
White with #62266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62266F; }
p { color: rgb(98,38,111); }
H1.HeaderClassName
{
color: #62266F;
}
.AnyTagClassName
{
color: #62266F;
}
</style>
background-color css
<style>
a { background-color: #62266F; }
a { background-color: rgb(98,38,111); }
div.DivClassName
{
background-color: #62266F;
}
.BgClassName
{
background-color: #62266F;
}
</style>
border-color css
<style>
span { border-color: #62266F; }
span { border-color: rgb(98,38,111); }
td.TdClassName
{
border-color: #62266F;
}
.TagClassName
{
border-color: #62266F;
}
</style>