Shades of Seance #6A167C
Tints of Seance #6A167C
RGB
CMYK
RGB Variations
Color information
#6A167C (or 0x6A167C) is known color: Seance. HEX triplet: 6A, 16 and 7C. RGB value is (106,22,124). Sum of RGB (Red+Green+Blue) = 106+22+124=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A167C is #95E983. Grayscale: #3A3A3A. Windows color (decimal): -9824644 or 8132202. OLE color: 8132202.
HSL color Cylindrical-coordinate representation of color #6A167C: hue angle of 289.41º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A167C is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 22 | 124 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.51 |
| HSL | 289.41º | 0.7% | 0.29% | - |
| HSV(B) | 289.41º | 0.82% | 0.49% | - |
| XYZ | 9.87 | 5.09 | 19.53 | - |
| YUV | 58.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 22 | 124 | 0.15 | 0.82 | 0 | 0.51 | 289.41 | 0.7 | 0.29 |
| Hex | 6A | 16 | 7C | F | 52 | 0 | 33 | 121 | 46 | 1D |
| Octal | 152 | 26 | 174 | 17 | 122 | 0 | 63 | 441 | 106 | 35 |
| Binary | 1101010 | 10110 | 1111100 | 1111 | 1010010 | 0 | 110011 | 100100001 | 1000110 | 11101 |
Color Harmonies of #6A167C
Complementary color
Monochromatic Colors of #6A167C
Black with #6A167C
Text Example
Text Example
White with #6A167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A167C; }
p { color: rgb(106,22,124); }
H1.HeaderClassName
{
color: #6A167C;
}
.AnyTagClassName
{
color: #6A167C;
}
</style>
background-color css
<style>
a { background-color: #6A167C; }
a { background-color: rgb(106,22,124); }
div.DivClassName
{
background-color: #6A167C;
}
.BgClassName
{
background-color: #6A167C;
}
</style>
border-color css
<style>
span { border-color: #6A167C; }
span { border-color: rgb(106,22,124); }
td.TdClassName
{
border-color: #6A167C;
}
.TagClassName
{
border-color: #6A167C;
}
</style>