Shades of Seance #673B6B
Tints of Seance #673B6B
RGB
CMYK
RGB Variations
Color information
#673B6B (or 0x673B6B) is known color: Seance. HEX triplet: 67, 3B and 6B. RGB value is (103,59,107). Sum of RGB (Red+Green+Blue) = 103+59+107=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #673B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673B6B is #98C494. Grayscale: #4D4D4D. Windows color (decimal): -10011797 or 7027559. OLE color: 7027559.
HSL color Cylindrical-coordinate representation of color #673B6B: hue angle of 295º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #673B6B is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 59 | 107 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.58 |
| HSL | 295º | 0.29% | 0.33% | - |
| HSV(B) | 295º | 0.45% | 0.42% | - |
| XYZ | 9.81 | 7.07 | 14.76 | - |
| YUV | 77.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 107 | 0.04 | 0.45 | 0 | 0.58 | 295 | 0.29 | 0.33 |
| Hex | 67 | 3B | 6B | 4 | 2D | 0 | 3A | 127 | 1D | 21 |
| Octal | 147 | 73 | 153 | 4 | 55 | 0 | 72 | 447 | 35 | 41 |
| Binary | 1100111 | 111011 | 1101011 | 100 | 101101 | 0 | 111010 | 100100111 | 11101 | 100001 |
Color Harmonies of #673B6B
Complementary color
Monochromatic Colors of #673B6B
Black with #673B6B
Text Example
Text Example
White with #673B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673B6B; }
p { color: rgb(103,59,107); }
H1.HeaderClassName
{
color: #673B6B;
}
.AnyTagClassName
{
color: #673B6B;
}
</style>
background-color css
<style>
a { background-color: #673B6B; }
a { background-color: rgb(103,59,107); }
div.DivClassName
{
background-color: #673B6B;
}
.BgClassName
{
background-color: #673B6B;
}
</style>
border-color css
<style>
span { border-color: #673B6B; }
span { border-color: rgb(103,59,107); }
td.TdClassName
{
border-color: #673B6B;
}
.TagClassName
{
border-color: #673B6B;
}
</style>