Shades of Seance #673F68
Tints of Seance #673F68
RGB
CMYK
RGB Variations
Color information
#673F68 (or 0x673F68) is known color: Seance. HEX triplet: 67, 3F and 68. RGB value is (103,63,104). Sum of RGB (Red+Green+Blue) = 103+63+104=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 104 - color contains mainly: blue. Hex color #673F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673F68 is #98C097. Grayscale: #4F4F4F. Windows color (decimal): -10010776 or 6831975. OLE color: 6831975.
HSL color Cylindrical-coordinate representation of color #673F68: hue angle of 298.54º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #673F68 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 63 | 104 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.59 |
| HSL | 298.54º | 0.25% | 0.33% | - |
| HSV(B) | 298.54º | 0.39% | 0.41% | - |
| XYZ | 9.87 | 7.44 | 14.01 | - |
| YUV | 79.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 104 | 0.01 | 0.39 | 0 | 0.59 | 298.54 | 0.25 | 0.33 |
| Hex | 67 | 3F | 68 | 1 | 27 | 0 | 3B | 12B | 19 | 21 |
| Octal | 147 | 77 | 150 | 1 | 47 | 0 | 73 | 453 | 31 | 41 |
| Binary | 1100111 | 111111 | 1101000 | 1 | 100111 | 0 | 111011 | 100101011 | 11001 | 100001 |
Color Harmonies of #673F68
Complementary color
Monochromatic Colors of #673F68
Black with #673F68
Text Example
Text Example
White with #673F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F68; }
p { color: rgb(103,63,104); }
H1.HeaderClassName
{
color: #673F68;
}
.AnyTagClassName
{
color: #673F68;
}
</style>
background-color css
<style>
a { background-color: #673F68; }
a { background-color: rgb(103,63,104); }
div.DivClassName
{
background-color: #673F68;
}
.BgClassName
{
background-color: #673F68;
}
</style>
border-color css
<style>
span { border-color: #673F68; }
span { border-color: rgb(103,63,104); }
td.TdClassName
{
border-color: #673F68;
}
.TagClassName
{
border-color: #673F68;
}
</style>