Shades of Eminence #6B3E75
Tints of Eminence #6B3E75
RGB
CMYK
RGB Variations
Color information
#6B3E75 (or 0x6B3E75) is known color: Eminence. HEX triplet: 6B, 3E and 75. RGB value is (107,62,117). Sum of RGB (Red+Green+Blue) = 107+62+117=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #6B3E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3E75 is #94C18A. Grayscale: #515151. Windows color (decimal): -9748875 or 7683691. OLE color: 7683691.
HSL color Cylindrical-coordinate representation of color #6B3E75: hue angle of 289.09º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B3E75 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 62 | 117 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.54 |
| HSL | 289.09º | 0.31% | 0.35% | - |
| HSV(B) | 289.09º | 0.47% | 0.46% | - |
| XYZ | 11 | 7.86 | 17.77 | - |
| YUV | 81.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 62 | 117 | 0.09 | 0.47 | 0 | 0.54 | 289.09 | 0.31 | 0.35 |
| Hex | 6B | 3E | 75 | 9 | 2F | 0 | 36 | 121 | 1F | 23 |
| Octal | 153 | 76 | 165 | 11 | 57 | 0 | 66 | 441 | 37 | 43 |
| Binary | 1101011 | 111110 | 1110101 | 1001 | 101111 | 0 | 110110 | 100100001 | 11111 | 100011 |
Color Harmonies of #6B3E75
Complementary color
Monochromatic Colors of #6B3E75
Black with #6B3E75
Text Example
Text Example
White with #6B3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3E75; }
p { color: rgb(107,62,117); }
H1.HeaderClassName
{
color: #6B3E75;
}
.AnyTagClassName
{
color: #6B3E75;
}
</style>
background-color css
<style>
a { background-color: #6B3E75; }
a { background-color: rgb(107,62,117); }
div.DivClassName
{
background-color: #6B3E75;
}
.BgClassName
{
background-color: #6B3E75;
}
</style>
border-color css
<style>
span { border-color: #6B3E75; }
span { border-color: rgb(107,62,117); }
td.TdClassName
{
border-color: #6B3E75;
}
.TagClassName
{
border-color: #6B3E75;
}
</style>