Shades of Seance #64306F
Tints of Seance #64306F
RGB
CMYK
RGB Variations
Color information
#64306F (or 0x64306F) is known color: Seance. HEX triplet: 64, 30 and 6F. RGB value is (100,48,111). Sum of RGB (Red+Green+Blue) = 100+48+111=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #64306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64306F is #9BCF90. Grayscale: #464646. Windows color (decimal): -10211217 or 7286884. OLE color: 7286884.
HSL color Cylindrical-coordinate representation of color #64306F: hue angle of 289.52º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64306F is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 48 | 111 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.56 |
| HSL | 289.52º | 0.4% | 0.31% | - |
| HSV(B) | 289.52º | 0.57% | 0.44% | - |
| XYZ | 9.18 | 5.97 | 15.71 | - |
| YUV | 70.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 111 | 0.10 | 0.57 | 0 | 0.56 | 289.52 | 0.4 | 0.31 |
| Hex | 64 | 30 | 6F | A | 39 | 0 | 38 | 122 | 28 | 1F |
| Octal | 144 | 60 | 157 | 12 | 71 | 0 | 70 | 442 | 50 | 37 |
| Binary | 1100100 | 110000 | 1101111 | 1010 | 111001 | 0 | 111000 | 100100010 | 101000 | 11111 |
Color Harmonies of #64306F
Complementary color
Monochromatic Colors of #64306F
Black with #64306F
Text Example
Text Example
White with #64306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64306F; }
p { color: rgb(100,48,111); }
H1.HeaderClassName
{
color: #64306F;
}
.AnyTagClassName
{
color: #64306F;
}
</style>
background-color css
<style>
a { background-color: #64306F; }
a { background-color: rgb(100,48,111); }
div.DivClassName
{
background-color: #64306F;
}
.BgClassName
{
background-color: #64306F;
}
</style>
border-color css
<style>
span { border-color: #64306F; }
span { border-color: rgb(100,48,111); }
td.TdClassName
{
border-color: #64306F;
}
.TagClassName
{
border-color: #64306F;
}
</style>