Shades of Seance #673F69
Tints of Seance #673F69
RGB
CMYK
RGB Variations
Color information
#673F69 (or 0x673F69) is known color: Seance. HEX triplet: 67, 3F and 69. RGB value is (103,63,105). Sum of RGB (Red+Green+Blue) = 103+63+105=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #673F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673F69 is #98C096. Grayscale: #4F4F4F. Windows color (decimal): -10010775 or 6897511. OLE color: 6897511.
HSL color Cylindrical-coordinate representation of color #673F69: hue angle of 297.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #673F69 is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 63 | 105 | - |
| CMYK | 0.02 | 0.4 | 0 | 0.59 |
| HSL | 297.14º | 0.25% | 0.33% | - |
| HSV(B) | 297.14º | 0.4% | 0.41% | - |
| XYZ | 9.92 | 7.46 | 14.28 | - |
| YUV | 79.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 105 | 0.02 | 0.4 | 0 | 0.59 | 297.14 | 0.25 | 0.33 |
| Hex | 67 | 3F | 69 | 2 | 28 | 0 | 3B | 129 | 19 | 21 |
| Octal | 147 | 77 | 151 | 2 | 50 | 0 | 73 | 451 | 31 | 41 |
| Binary | 1100111 | 111111 | 1101001 | 10 | 101000 | 0 | 111011 | 100101001 | 11001 | 100001 |
Color Harmonies of #673F69
Complementary color
Monochromatic Colors of #673F69
Black with #673F69
Text Example
Text Example
White with #673F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F69; }
p { color: rgb(103,63,105); }
H1.HeaderClassName
{
color: #673F69;
}
.AnyTagClassName
{
color: #673F69;
}
</style>
background-color css
<style>
a { background-color: #673F69; }
a { background-color: rgb(103,63,105); }
div.DivClassName
{
background-color: #673F69;
}
.BgClassName
{
background-color: #673F69;
}
</style>
border-color css
<style>
span { border-color: #673F69; }
span { border-color: rgb(103,63,105); }
td.TdClassName
{
border-color: #673F69;
}
.TagClassName
{
border-color: #673F69;
}
</style>