Shades of Seance #674565
Tints of Seance #674565
RGB
CMYK
RGB Variations
Color information
#674565 (or 0x674565) is known color: Seance. HEX triplet: 67, 45 and 65. RGB value is (103,69,101). Sum of RGB (Red+Green+Blue) = 103+69+101=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #674565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674565 is #98BA9A. Grayscale: #525252. Windows color (decimal): -10009243 or 6636903. OLE color: 6636903.
HSL color Cylindrical-coordinate representation of color #674565: hue angle of 303.53º 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 #674565 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 101 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.60 |
| HSL | 303.53º | 0.2% | 0.34% | - |
| HSV(B) | 303.53º | 0.33% | 0.4% | - |
| XYZ | 10.07 | 8.08 | 13.34 | - |
| YUV | 82.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 101 | 0 | 0.33 | 0.02 | 0.60 | 303.53 | 0.2 | 0.34 |
| Hex | 67 | 45 | 65 | 0 | 21 | 2 | 3C | 130 | 14 | 22 |
| Octal | 147 | 105 | 145 | 0 | 41 | 2 | 74 | 460 | 24 | 42 |
| Binary | 1100111 | 1000101 | 1100101 | 0 | 100001 | 10 | 111100 | 100110000 | 10100 | 100010 |
Color Harmonies of #674565
Complementary color
Monochromatic Colors of #674565
Black with #674565
Text Example
Text Example
White with #674565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674565; }
p { color: rgb(103,69,101); }
H1.HeaderClassName
{
color: #674565;
}
.AnyTagClassName
{
color: #674565;
}
</style>
background-color css
<style>
a { background-color: #674565; }
a { background-color: rgb(103,69,101); }
div.DivClassName
{
background-color: #674565;
}
.BgClassName
{
background-color: #674565;
}
</style>
border-color css
<style>
span { border-color: #674565; }
span { border-color: rgb(103,69,101); }
td.TdClassName
{
border-color: #674565;
}
.TagClassName
{
border-color: #674565;
}
</style>