Shades of Seance #62276C
Tints of Seance #62276C
RGB
CMYK
RGB Variations
Color information
#62276C (or 0x62276C) is known color: Seance. HEX triplet: 62, 27 and 6C. RGB value is (98,39,108). Sum of RGB (Red+Green+Blue) = 98+39+108=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #62276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62276C is #9DD893. Grayscale: #404040. Windows color (decimal): -10344596 or 7087970. OLE color: 7087970.
HSL color Cylindrical-coordinate representation of color #62276C: hue angle of 291.3º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62276C is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 39 | 108 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.58 |
| HSL | 291.3º | 0.47% | 0.29% | - |
| HSV(B) | 291.3º | 0.64% | 0.42% | - |
| XYZ | 8.47 | 5.13 | 14.73 | - |
| YUV | 64.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 108 | 0.09 | 0.64 | 0 | 0.58 | 291.3 | 0.47 | 0.29 |
| Hex | 62 | 27 | 6C | 9 | 40 | 0 | 3A | 123 | 2F | 1D |
| Octal | 142 | 47 | 154 | 11 | 100 | 0 | 72 | 443 | 57 | 35 |
| Binary | 1100010 | 100111 | 1101100 | 1001 | 1000000 | 0 | 111010 | 100100011 | 101111 | 11101 |
Color Harmonies of #62276C
Complementary color
Monochromatic Colors of #62276C
Black with #62276C
Text Example
Text Example
White with #62276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62276C; }
p { color: rgb(98,39,108); }
H1.HeaderClassName
{
color: #62276C;
}
.AnyTagClassName
{
color: #62276C;
}
</style>
background-color css
<style>
a { background-color: #62276C; }
a { background-color: rgb(98,39,108); }
div.DivClassName
{
background-color: #62276C;
}
.BgClassName
{
background-color: #62276C;
}
</style>
border-color css
<style>
span { border-color: #62276C; }
span { border-color: rgb(98,39,108); }
td.TdClassName
{
border-color: #62276C;
}
.TagClassName
{
border-color: #62276C;
}
</style>