Shades of Seance #6A2075
Tints of Seance #6A2075
RGB
CMYK
RGB Variations
Color information
#6A2075 (or 0x6A2075) is known color: Seance. HEX triplet: 6A, 20 and 75. RGB value is (106,32,117). Sum of RGB (Red+Green+Blue) = 106+32+117=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A2075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2075 is #95DF8A. Grayscale: #3F3F3F. Windows color (decimal): -9822091 or 7676010. OLE color: 7676010.
HSL color Cylindrical-coordinate representation of color #6A2075: hue angle of 292.24º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A2075 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 32 | 117 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.54 |
| HSL | 292.24º | 0.57% | 0.29% | - |
| HSV(B) | 292.24º | 0.73% | 0.46% | - |
| XYZ | 9.67 | 5.38 | 17.36 | - |
| YUV | 63.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 117 | 0.09 | 0.73 | 0 | 0.54 | 292.24 | 0.57 | 0.29 |
| Hex | 6A | 20 | 75 | 9 | 49 | 0 | 36 | 124 | 39 | 1D |
| Octal | 152 | 40 | 165 | 11 | 111 | 0 | 66 | 444 | 71 | 35 |
| Binary | 1101010 | 100000 | 1110101 | 1001 | 1001001 | 0 | 110110 | 100100100 | 111001 | 11101 |
Color Harmonies of #6A2075
Complementary color
Monochromatic Colors of #6A2075
Black with #6A2075
Text Example
Text Example
White with #6A2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2075; }
p { color: rgb(106,32,117); }
H1.HeaderClassName
{
color: #6A2075;
}
.AnyTagClassName
{
color: #6A2075;
}
</style>
background-color css
<style>
a { background-color: #6A2075; }
a { background-color: rgb(106,32,117); }
div.DivClassName
{
background-color: #6A2075;
}
.BgClassName
{
background-color: #6A2075;
}
</style>
border-color css
<style>
span { border-color: #6A2075; }
span { border-color: rgb(106,32,117); }
td.TdClassName
{
border-color: #6A2075;
}
.TagClassName
{
border-color: #6A2075;
}
</style>