Shades of Seance #6C3469
Tints of Seance #6C3469
RGB
CMYK
RGB Variations
Color information
#6C3469 (or 0x6C3469) is known color: Seance. HEX triplet: 6C, 34 and 69. RGB value is (108,52,105). Sum of RGB (Red+Green+Blue) = 108+52+105=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3469 is #93CB96. Grayscale: #4A4A4A. Windows color (decimal): -9685911 or 6894700. OLE color: 6894700.
HSL color Cylindrical-coordinate representation of color #6C3469: hue angle of 303.21º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C3469 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 52 | 105 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.58 |
| HSL | 303.21º | 0.35% | 0.31% | - |
| HSV(B) | 303.21º | 0.52% | 0.42% | - |
| XYZ | 9.96 | 6.66 | 14.13 | - |
| YUV | 74.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 105 | 0 | 0.52 | 0.03 | 0.58 | 303.21 | 0.35 | 0.31 |
| Hex | 6C | 34 | 69 | 0 | 34 | 3 | 3A | 12F | 23 | 1F |
| Octal | 154 | 64 | 151 | 0 | 64 | 3 | 72 | 457 | 43 | 37 |
| Binary | 1101100 | 110100 | 1101001 | 0 | 110100 | 11 | 111010 | 100101111 | 100011 | 11111 |
Color Harmonies of #6C3469
Complementary color
Monochromatic Colors of #6C3469
Black with #6C3469
Text Example
Text Example
White with #6C3469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3469; }
p { color: rgb(108,52,105); }
H1.HeaderClassName
{
color: #6C3469;
}
.AnyTagClassName
{
color: #6C3469;
}
</style>
background-color css
<style>
a { background-color: #6C3469; }
a { background-color: rgb(108,52,105); }
div.DivClassName
{
background-color: #6C3469;
}
.BgClassName
{
background-color: #6C3469;
}
</style>
border-color css
<style>
span { border-color: #6C3469; }
span { border-color: rgb(108,52,105); }
td.TdClassName
{
border-color: #6C3469;
}
.TagClassName
{
border-color: #6C3469;
}
</style>