Shades of Eminence #6B3374
Tints of Eminence #6B3374
RGB
CMYK
RGB Variations
Color information
#6B3374 (or 0x6B3374) is known color: Eminence. HEX triplet: 6B, 33 and 74. RGB value is (107,51,116). Sum of RGB (Red+Green+Blue) = 107+51+116=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B3374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3374 is #94CC8B. Grayscale: #4A4A4A. Windows color (decimal): -9751692 or 7615339. OLE color: 7615339.
HSL color Cylindrical-coordinate representation of color #6B3374: hue angle of 291.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B3374 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 51 | 116 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.55 |
| HSL | 291.69º | 0.39% | 0.33% | - |
| HSV(B) | 291.69º | 0.56% | 0.45% | - |
| XYZ | 10.4 | 6.75 | 17.28 | - |
| YUV | 75.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 116 | 0.08 | 0.56 | 0 | 0.55 | 291.69 | 0.39 | 0.33 |
| Hex | 6B | 33 | 74 | 8 | 38 | 0 | 37 | 124 | 27 | 21 |
| Octal | 153 | 63 | 164 | 10 | 70 | 0 | 67 | 444 | 47 | 41 |
| Binary | 1101011 | 110011 | 1110100 | 1000 | 111000 | 0 | 110111 | 100100100 | 100111 | 100001 |
Color Harmonies of #6B3374
Complementary color
Monochromatic Colors of #6B3374
Black with #6B3374
Text Example
Text Example
White with #6B3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3374; }
p { color: rgb(107,51,116); }
H1.HeaderClassName
{
color: #6B3374;
}
.AnyTagClassName
{
color: #6B3374;
}
</style>
background-color css
<style>
a { background-color: #6B3374; }
a { background-color: rgb(107,51,116); }
div.DivClassName
{
background-color: #6B3374;
}
.BgClassName
{
background-color: #6B3374;
}
</style>
border-color css
<style>
span { border-color: #6B3374; }
span { border-color: rgb(107,51,116); }
td.TdClassName
{
border-color: #6B3374;
}
.TagClassName
{
border-color: #6B3374;
}
</style>