Shades of Seance #6C3274
Tints of Seance #6C3274
RGB
CMYK
RGB Variations
Color information
#6C3274 (or 0x6C3274) is known color: Seance. HEX triplet: 6C, 32 and 74. RGB value is (108,50,116). Sum of RGB (Red+Green+Blue) = 108+50+116=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C3274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3274 is #93CD8B. Grayscale: #4A4A4A. Windows color (decimal): -9686412 or 7615084. OLE color: 7615084.
HSL color Cylindrical-coordinate representation of color #6C3274: hue angle of 292.73º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C3274 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 50 | 116 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.55 |
| HSL | 292.73º | 0.4% | 0.33% | - |
| HSV(B) | 292.73º | 0.57% | 0.45% | - |
| XYZ | 10.48 | 6.73 | 17.27 | - |
| YUV | 74.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 116 | 0.07 | 0.57 | 0 | 0.55 | 292.73 | 0.4 | 0.33 |
| Hex | 6C | 32 | 74 | 7 | 39 | 0 | 37 | 125 | 28 | 21 |
| Octal | 154 | 62 | 164 | 7 | 71 | 0 | 67 | 445 | 50 | 41 |
| Binary | 1101100 | 110010 | 1110100 | 111 | 111001 | 0 | 110111 | 100100101 | 101000 | 100001 |
Color Harmonies of #6C3274
Complementary color
Monochromatic Colors of #6C3274
Black with #6C3274
Text Example
Text Example
White with #6C3274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3274; }
p { color: rgb(108,50,116); }
H1.HeaderClassName
{
color: #6C3274;
}
.AnyTagClassName
{
color: #6C3274;
}
</style>
background-color css
<style>
a { background-color: #6C3274; }
a { background-color: rgb(108,50,116); }
div.DivClassName
{
background-color: #6C3274;
}
.BgClassName
{
background-color: #6C3274;
}
</style>
border-color css
<style>
span { border-color: #6C3274; }
span { border-color: rgb(108,50,116); }
td.TdClassName
{
border-color: #6C3274;
}
.TagClassName
{
border-color: #6C3274;
}
</style>