Shades of Seance #6A1573
Tints of Seance #6A1573
RGB
CMYK
RGB Variations
Color information
#6A1573 (or 0x6A1573) is known color: Seance. HEX triplet: 6A, 15 and 73. RGB value is (106,21,115). Sum of RGB (Red+Green+Blue) = 106+21+115=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A1573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1573 is #95EA8C. Grayscale: #383838. Windows color (decimal): -9824909 or 7542122. OLE color: 7542122.
HSL color Cylindrical-coordinate representation of color #6A1573: hue angle of 294.26º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1573 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 21 | 115 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.55 |
| HSL | 294.26º | 0.69% | 0.27% | - |
| HSV(B) | 294.26º | 0.82% | 0.45% | - |
| XYZ | 9.31 | 4.84 | 16.66 | - |
| YUV | 57.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 21 | 115 | 0.08 | 0.82 | 0 | 0.55 | 294.26 | 0.69 | 0.27 |
| Hex | 6A | 15 | 73 | 8 | 52 | 0 | 37 | 126 | 45 | 1B |
| Octal | 152 | 25 | 163 | 10 | 122 | 0 | 67 | 446 | 105 | 33 |
| Binary | 1101010 | 10101 | 1110011 | 1000 | 1010010 | 0 | 110111 | 100100110 | 1000101 | 11011 |
Color Harmonies of #6A1573
Complementary color
Monochromatic Colors of #6A1573
Black with #6A1573
Text Example
Text Example
White with #6A1573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1573; }
p { color: rgb(106,21,115); }
H1.HeaderClassName
{
color: #6A1573;
}
.AnyTagClassName
{
color: #6A1573;
}
</style>
background-color css
<style>
a { background-color: #6A1573; }
a { background-color: rgb(106,21,115); }
div.DivClassName
{
background-color: #6A1573;
}
.BgClassName
{
background-color: #6A1573;
}
</style>
border-color css
<style>
span { border-color: #6A1573; }
span { border-color: rgb(106,21,115); }
td.TdClassName
{
border-color: #6A1573;
}
.TagClassName
{
border-color: #6A1573;
}
</style>