Shades of Studio #6E4D9B
Tints of Studio #6E4D9B
RGB
CMYK
RGB Variations
Color information
#6E4D9B (or 0x6E4D9B) is known color: Studio. HEX triplet: 6E, 4D and 9B. RGB value is (110,77,155). Sum of RGB (Red+Green+Blue) = 110+77+155=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E4D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4D9B is #91B264. Grayscale: #5F5F5F. Windows color (decimal): -9548389 or 10177902. OLE color: 10177902.
HSL color Cylindrical-coordinate representation of color #6E4D9B: hue angle of 265.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4D9B is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 77 | 155 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.39 |
| HSL | 265.38º | 0.34% | 0.45% | - |
| HSV(B) | 265.38º | 0.5% | 0.61% | - |
| XYZ | 15 | 10.99 | 32.34 | - |
| YUV | 95.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 155 | 0.29 | 0.50 | 0 | 0.39 | 265.38 | 0.34 | 0.45 |
| Hex | 6E | 4D | 9B | 1D | 32 | 0 | 27 | 109 | 22 | 2D |
| Octal | 156 | 115 | 233 | 35 | 62 | 0 | 47 | 411 | 42 | 55 |
| Binary | 1101110 | 1001101 | 10011011 | 11101 | 110010 | 0 | 100111 | 100001001 | 100010 | 101101 |
Color Harmonies of #6E4D9B
Complementary color
Monochromatic Colors of #6E4D9B
Black with #6E4D9B
Text Example
Text Example
White with #6E4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4D9B; }
p { color: rgb(110,77,155); }
H1.HeaderClassName
{
color: #6E4D9B;
}
.AnyTagClassName
{
color: #6E4D9B;
}
</style>
background-color css
<style>
a { background-color: #6E4D9B; }
a { background-color: rgb(110,77,155); }
div.DivClassName
{
background-color: #6E4D9B;
}
.BgClassName
{
background-color: #6E4D9B;
}
</style>
border-color css
<style>
span { border-color: #6E4D9B; }
span { border-color: rgb(110,77,155); }
td.TdClassName
{
border-color: #6E4D9B;
}
.TagClassName
{
border-color: #6E4D9B;
}
</style>