Shades of Seance #64306B
Tints of Seance #64306B
RGB
CMYK
RGB Variations
Color information
#64306B (or 0x64306B) is known color: Seance. HEX triplet: 64, 30 and 6B. RGB value is (100,48,107). Sum of RGB (Red+Green+Blue) = 100+48+107=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 48 (19.14% from 255 or 18.82% 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 #64306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64306B is #9BCF94. Grayscale: #464646. Windows color (decimal): -10211221 or 7024740. OLE color: 7024740.
HSL color Cylindrical-coordinate representation of color #64306B: hue angle of 292.88º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64306B is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 48 | 107 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.58 |
| HSL | 292.88º | 0.38% | 0.3% | - |
| HSV(B) | 292.88º | 0.55% | 0.42% | - |
| XYZ | 8.97 | 5.88 | 14.57 | - |
| YUV | 70.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 107 | 0.07 | 0.55 | 0 | 0.58 | 292.88 | 0.38 | 0.3 |
| Hex | 64 | 30 | 6B | 7 | 37 | 0 | 3A | 125 | 26 | 1E |
| Octal | 144 | 60 | 153 | 7 | 67 | 0 | 72 | 445 | 46 | 36 |
| Binary | 1100100 | 110000 | 1101011 | 111 | 110111 | 0 | 111010 | 100100101 | 100110 | 11110 |
Color Harmonies of #64306B
Complementary color
Monochromatic Colors of #64306B
Black with #64306B
Text Example
Text Example
White with #64306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64306B; }
p { color: rgb(100,48,107); }
H1.HeaderClassName
{
color: #64306B;
}
.AnyTagClassName
{
color: #64306B;
}
</style>
background-color css
<style>
a { background-color: #64306B; }
a { background-color: rgb(100,48,107); }
div.DivClassName
{
background-color: #64306B;
}
.BgClassName
{
background-color: #64306B;
}
</style>
border-color css
<style>
span { border-color: #64306B; }
span { border-color: rgb(100,48,107); }
td.TdClassName
{
border-color: #64306B;
}
.TagClassName
{
border-color: #64306B;
}
</style>