Shades of Seance #674564
Tints of Seance #674564
RGB
CMYK
RGB Variations
Color information
#674564 (or 0x674564) is known color: Seance. HEX triplet: 67, 45 and 64. RGB value is (103,69,100). Sum of RGB (Red+Green+Blue) = 103+69+100=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 103 - color contains mainly: red. Hex color #674564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674564 is #98BA9B. Grayscale: #525252. Windows color (decimal): -10009244 or 6571367. OLE color: 6571367.
HSL color Cylindrical-coordinate representation of color #674564: hue angle of 305.29º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #674564 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 100 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.60 |
| HSL | 305.29º | 0.2% | 0.34% | - |
| HSV(B) | 305.29º | 0.33% | 0.4% | - |
| XYZ | 10.02 | 8.06 | 13.08 | - |
| YUV | 82.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 100 | 0 | 0.33 | 0.03 | 0.60 | 305.29 | 0.2 | 0.34 |
| Hex | 67 | 45 | 64 | 0 | 21 | 3 | 3C | 131 | 14 | 22 |
| Octal | 147 | 105 | 144 | 0 | 41 | 3 | 74 | 461 | 24 | 42 |
| Binary | 1100111 | 1000101 | 1100100 | 0 | 100001 | 11 | 111100 | 100110001 | 10100 | 100010 |
Color Harmonies of #674564
Complementary color
Monochromatic Colors of #674564
Black with #674564
Text Example
Text Example
White with #674564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674564; }
p { color: rgb(103,69,100); }
H1.HeaderClassName
{
color: #674564;
}
.AnyTagClassName
{
color: #674564;
}
</style>
background-color css
<style>
a { background-color: #674564; }
a { background-color: rgb(103,69,100); }
div.DivClassName
{
background-color: #674564;
}
.BgClassName
{
background-color: #674564;
}
</style>
border-color css
<style>
span { border-color: #674564; }
span { border-color: rgb(103,69,100); }
td.TdClassName
{
border-color: #674564;
}
.TagClassName
{
border-color: #674564;
}
</style>