Shades of Studio #6D4E9A
Tints of Studio #6D4E9A
RGB
CMYK
RGB Variations
Color information
#6D4E9A (or 0x6D4E9A) is known color: Studio. HEX triplet: 6D, 4E and 9A. RGB value is (109,78,154). Sum of RGB (Red+Green+Blue) = 109+78+154=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D4E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4E9A is #92B165. Grayscale: #5F5F5F. Windows color (decimal): -9613670 or 10112621. OLE color: 10112621.
HSL color Cylindrical-coordinate representation of color #6D4E9A: hue angle of 264.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D4E9A is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 78 | 154 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.40 |
| HSL | 264.47º | 0.33% | 0.45% | - |
| HSV(B) | 264.47º | 0.49% | 0.6% | - |
| XYZ | 14.86 | 11.03 | 31.92 | - |
| YUV | 95.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 154 | 0.29 | 0.49 | 0 | 0.40 | 264.47 | 0.33 | 0.45 |
| Hex | 6D | 4E | 9A | 1D | 31 | 0 | 28 | 108 | 21 | 2D |
| Octal | 155 | 116 | 232 | 35 | 61 | 0 | 50 | 410 | 41 | 55 |
| Binary | 1101101 | 1001110 | 10011010 | 11101 | 110001 | 0 | 101000 | 100001000 | 100001 | 101101 |
Color Harmonies of #6D4E9A
Complementary color
Monochromatic Colors of #6D4E9A
Black with #6D4E9A
Text Example
Text Example
White with #6D4E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E9A; }
p { color: rgb(109,78,154); }
H1.HeaderClassName
{
color: #6D4E9A;
}
.AnyTagClassName
{
color: #6D4E9A;
}
</style>
background-color css
<style>
a { background-color: #6D4E9A; }
a { background-color: rgb(109,78,154); }
div.DivClassName
{
background-color: #6D4E9A;
}
.BgClassName
{
background-color: #6D4E9A;
}
</style>
border-color css
<style>
span { border-color: #6D4E9A; }
span { border-color: rgb(109,78,154); }
td.TdClassName
{
border-color: #6D4E9A;
}
.TagClassName
{
border-color: #6D4E9A;
}
</style>