Shades of Seance #6B1779
Tints of Seance #6B1779
RGB
CMYK
RGB Variations
Color information
#6B1779 (or 0x6B1779) is known color: Seance. HEX triplet: 6B, 17 and 79. RGB value is (107,23,121). Sum of RGB (Red+Green+Blue) = 107+23+121=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B1779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1779 is #94E886. Grayscale: #3A3A3A. Windows color (decimal): -9758855 or 7935851. OLE color: 7935851.
HSL color Cylindrical-coordinate representation of color #6B1779: hue angle of 291.43º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B1779 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 23 | 121 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.53 |
| HSL | 291.43º | 0.68% | 0.28% | - |
| HSV(B) | 291.43º | 0.81% | 0.47% | - |
| XYZ | 9.82 | 5.12 | 18.56 | - |
| YUV | 59.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 23 | 121 | 0.12 | 0.81 | 0 | 0.53 | 291.43 | 0.68 | 0.28 |
| Hex | 6B | 17 | 79 | C | 51 | 0 | 35 | 123 | 44 | 1C |
| Octal | 153 | 27 | 171 | 14 | 121 | 0 | 65 | 443 | 104 | 34 |
| Binary | 1101011 | 10111 | 1111001 | 1100 | 1010001 | 0 | 110101 | 100100011 | 1000100 | 11100 |
Color Harmonies of #6B1779
Complementary color
Monochromatic Colors of #6B1779
Black with #6B1779
Text Example
Text Example
White with #6B1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1779; }
p { color: rgb(107,23,121); }
H1.HeaderClassName
{
color: #6B1779;
}
.AnyTagClassName
{
color: #6B1779;
}
</style>
background-color css
<style>
a { background-color: #6B1779; }
a { background-color: rgb(107,23,121); }
div.DivClassName
{
background-color: #6B1779;
}
.BgClassName
{
background-color: #6B1779;
}
</style>
border-color css
<style>
span { border-color: #6B1779; }
span { border-color: rgb(107,23,121); }
td.TdClassName
{
border-color: #6B1779;
}
.TagClassName
{
border-color: #6B1779;
}
</style>