Shades of Seance #6A1772
Tints of Seance #6A1772
RGB
CMYK
RGB Variations
Color information
#6A1772 (or 0x6A1772) is known color: Seance. HEX triplet: 6A, 17 and 72. RGB value is (106,23,114). Sum of RGB (Red+Green+Blue) = 106+23+114=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A1772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1772 is #95E88D. Grayscale: #393939. Windows color (decimal): -9824398 or 7477098. OLE color: 7477098.
HSL color Cylindrical-coordinate representation of color #6A1772: hue angle of 294.73º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1772 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 23 | 114 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.55 |
| HSL | 294.73º | 0.66% | 0.27% | - |
| HSV(B) | 294.73º | 0.8% | 0.45% | - |
| XYZ | 9.29 | 4.89 | 16.37 | - |
| YUV | 58.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 23 | 114 | 0.07 | 0.80 | 0 | 0.55 | 294.73 | 0.66 | 0.27 |
| Hex | 6A | 17 | 72 | 7 | 50 | 0 | 37 | 127 | 42 | 1B |
| Octal | 152 | 27 | 162 | 7 | 120 | 0 | 67 | 447 | 102 | 33 |
| Binary | 1101010 | 10111 | 1110010 | 111 | 1010000 | 0 | 110111 | 100100111 | 1000010 | 11011 |
Color Harmonies of #6A1772
Complementary color
Monochromatic Colors of #6A1772
Black with #6A1772
Text Example
Text Example
White with #6A1772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1772; }
p { color: rgb(106,23,114); }
H1.HeaderClassName
{
color: #6A1772;
}
.AnyTagClassName
{
color: #6A1772;
}
</style>
background-color css
<style>
a { background-color: #6A1772; }
a { background-color: rgb(106,23,114); }
div.DivClassName
{
background-color: #6A1772;
}
.BgClassName
{
background-color: #6A1772;
}
</style>
border-color css
<style>
span { border-color: #6A1772; }
span { border-color: rgb(106,23,114); }
td.TdClassName
{
border-color: #6A1772;
}
.TagClassName
{
border-color: #6A1772;
}
</style>