Shades of Seance #6C206F
Tints of Seance #6C206F
RGB
CMYK
RGB Variations
Color information
#6C206F (or 0x6C206F) is known color: Seance. HEX triplet: 6C, 20 and 6F. RGB value is (108,32,111). Sum of RGB (Red+Green+Blue) = 108+32+111=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C206F is #93DF90. Grayscale: #3F3F3F. Windows color (decimal): -9691025 or 7282796. OLE color: 7282796.
HSL color Cylindrical-coordinate representation of color #6C206F: hue angle of 297.72º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C206F is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 32 | 111 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.56 |
| HSL | 297.72º | 0.55% | 0.28% | - |
| HSV(B) | 297.72º | 0.71% | 0.44% | - |
| XYZ | 9.57 | 5.37 | 15.57 | - |
| YUV | 63.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 111 | 0.03 | 0.71 | 0 | 0.56 | 297.72 | 0.55 | 0.28 |
| Hex | 6C | 20 | 6F | 3 | 47 | 0 | 38 | 12A | 37 | 1C |
| Octal | 154 | 40 | 157 | 3 | 107 | 0 | 70 | 452 | 67 | 34 |
| Binary | 1101100 | 100000 | 1101111 | 11 | 1000111 | 0 | 111000 | 100101010 | 110111 | 11100 |
Color Harmonies of #6C206F
Complementary color
Monochromatic Colors of #6C206F
Black with #6C206F
Text Example
Text Example
White with #6C206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C206F; }
p { color: rgb(108,32,111); }
H1.HeaderClassName
{
color: #6C206F;
}
.AnyTagClassName
{
color: #6C206F;
}
</style>
background-color css
<style>
a { background-color: #6C206F; }
a { background-color: rgb(108,32,111); }
div.DivClassName
{
background-color: #6C206F;
}
.BgClassName
{
background-color: #6C206F;
}
</style>
border-color css
<style>
span { border-color: #6C206F; }
span { border-color: rgb(108,32,111); }
td.TdClassName
{
border-color: #6C206F;
}
.TagClassName
{
border-color: #6C206F;
}
</style>