Shades of Eminence #6A3B6E
Tints of Eminence #6A3B6E
RGB
CMYK
RGB Variations
Color information
#6A3B6E (or 0x6A3B6E) is known color: Eminence. HEX triplet: 6A, 3B and 6E. RGB value is (106,59,110). Sum of RGB (Red+Green+Blue) = 106+59+110=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A3B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3B6E is #95C491. Grayscale: #4E4E4E. Windows color (decimal): -9815186 or 7224170. OLE color: 7224170.
HSL color Cylindrical-coordinate representation of color #6A3B6E: hue angle of 295.29º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A3B6E is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 59 | 110 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.57 |
| HSL | 295.29º | 0.3% | 0.33% | - |
| HSV(B) | 295.29º | 0.46% | 0.43% | - |
| XYZ | 10.32 | 7.32 | 15.62 | - |
| YUV | 78.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 59 | 110 | 0.04 | 0.46 | 0 | 0.57 | 295.29 | 0.3 | 0.33 |
| Hex | 6A | 3B | 6E | 4 | 2E | 0 | 39 | 127 | 1E | 21 |
| Octal | 152 | 73 | 156 | 4 | 56 | 0 | 71 | 447 | 36 | 41 |
| Binary | 1101010 | 111011 | 1101110 | 100 | 101110 | 0 | 111001 | 100100111 | 11110 | 100001 |
Color Harmonies of #6A3B6E
Complementary color
Monochromatic Colors of #6A3B6E
Black with #6A3B6E
Text Example
Text Example
White with #6A3B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3B6E; }
p { color: rgb(106,59,110); }
H1.HeaderClassName
{
color: #6A3B6E;
}
.AnyTagClassName
{
color: #6A3B6E;
}
</style>
background-color css
<style>
a { background-color: #6A3B6E; }
a { background-color: rgb(106,59,110); }
div.DivClassName
{
background-color: #6A3B6E;
}
.BgClassName
{
background-color: #6A3B6E;
}
</style>
border-color css
<style>
span { border-color: #6A3B6E; }
span { border-color: rgb(106,59,110); }
td.TdClassName
{
border-color: #6A3B6E;
}
.TagClassName
{
border-color: #6A3B6E;
}
</style>