Shades of Seance #673269
Tints of Seance #673269
RGB
CMYK
RGB Variations
Color information
#673269 (or 0x673269) is known color: Seance. HEX triplet: 67, 32 and 69. RGB value is (103,50,105). Sum of RGB (Red+Green+Blue) = 103+50+105=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #673269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673269 is #98CD96. Grayscale: #474747. Windows color (decimal): -10014103 or 6894183. OLE color: 6894183.
HSL color Cylindrical-coordinate representation of color #673269: hue angle of 297.82º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #673269 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 50 | 105 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.59 |
| HSL | 297.82º | 0.35% | 0.3% | - |
| HSV(B) | 297.82º | 0.52% | 0.41% | - |
| XYZ | 9.28 | 6.18 | 14.07 | - |
| YUV | 72.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 105 | 0.02 | 0.52 | 0 | 0.59 | 297.82 | 0.35 | 0.3 |
| Hex | 67 | 32 | 69 | 2 | 34 | 0 | 3B | 12A | 23 | 1E |
| Octal | 147 | 62 | 151 | 2 | 64 | 0 | 73 | 452 | 43 | 36 |
| Binary | 1100111 | 110010 | 1101001 | 10 | 110100 | 0 | 111011 | 100101010 | 100011 | 11110 |
Color Harmonies of #673269
Complementary color
Monochromatic Colors of #673269
Black with #673269
Text Example
Text Example
White with #673269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673269; }
p { color: rgb(103,50,105); }
H1.HeaderClassName
{
color: #673269;
}
.AnyTagClassName
{
color: #673269;
}
</style>
background-color css
<style>
a { background-color: #673269; }
a { background-color: rgb(103,50,105); }
div.DivClassName
{
background-color: #673269;
}
.BgClassName
{
background-color: #673269;
}
</style>
border-color css
<style>
span { border-color: #673269; }
span { border-color: rgb(103,50,105); }
td.TdClassName
{
border-color: #673269;
}
.TagClassName
{
border-color: #673269;
}
</style>