Shades of Seance #6B2774
Tints of Seance #6B2774
RGB
CMYK
RGB Variations
Color information
#6B2774 (or 0x6B2774) is known color: Seance. HEX triplet: 6B, 27 and 74. RGB value is (107,39,116). Sum of RGB (Red+Green+Blue) = 107+39+116=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B2774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2774 is #94D88B. Grayscale: #434343. Windows color (decimal): -9754764 or 7612267. OLE color: 7612267.
HSL color Cylindrical-coordinate representation of color #6B2774: hue angle of 292.99º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B2774 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 39 | 116 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.55 |
| HSL | 292.99º | 0.5% | 0.3% | - |
| HSV(B) | 292.99º | 0.66% | 0.45% | - |
| XYZ | 9.94 | 5.84 | 17.13 | - |
| YUV | 68.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 39 | 116 | 0.08 | 0.66 | 0 | 0.55 | 292.99 | 0.5 | 0.3 |
| Hex | 6B | 27 | 74 | 8 | 42 | 0 | 37 | 125 | 32 | 1E |
| Octal | 153 | 47 | 164 | 10 | 102 | 0 | 67 | 445 | 62 | 36 |
| Binary | 1101011 | 100111 | 1110100 | 1000 | 1000010 | 0 | 110111 | 100100101 | 110010 | 11110 |
Color Harmonies of #6B2774
Complementary color
Monochromatic Colors of #6B2774
Black with #6B2774
Text Example
Text Example
White with #6B2774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2774; }
p { color: rgb(107,39,116); }
H1.HeaderClassName
{
color: #6B2774;
}
.AnyTagClassName
{
color: #6B2774;
}
</style>
background-color css
<style>
a { background-color: #6B2774; }
a { background-color: rgb(107,39,116); }
div.DivClassName
{
background-color: #6B2774;
}
.BgClassName
{
background-color: #6B2774;
}
</style>
border-color css
<style>
span { border-color: #6B2774; }
span { border-color: rgb(107,39,116); }
td.TdClassName
{
border-color: #6B2774;
}
.TagClassName
{
border-color: #6B2774;
}
</style>