Shades of Studio #6D4EAD
Tints of Studio #6D4EAD
RGB
CMYK
RGB Variations
Color information
#6D4EAD (or 0x6D4EAD) is known color: Studio. HEX triplet: 6D, 4E and AD. RGB value is (109,78,173). Sum of RGB (Red+Green+Blue) = 109+78+173=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D4EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4EAD is #92B152. Grayscale: #616161. Windows color (decimal): -9613651 or 11357805. OLE color: 11357805.
HSL color Cylindrical-coordinate representation of color #6D4EAD: hue angle of 259.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4EAD is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 78 | 173 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.32 |
| HSL | 259.58º | 0.38% | 0.49% | - |
| HSV(B) | 259.58º | 0.55% | 0.68% | - |
| XYZ | 16.57 | 11.72 | 40.92 | - |
| YUV | 98.1 | 170.27 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 173 | 0.37 | 0.55 | 0 | 0.32 | 259.58 | 0.38 | 0.49 |
| Hex | 6D | 4E | AD | 25 | 37 | 0 | 20 | 104 | 26 | 31 |
| Octal | 155 | 116 | 255 | 45 | 67 | 0 | 40 | 404 | 46 | 61 |
| Binary | 1101101 | 1001110 | 10101101 | 100101 | 110111 | 0 | 100000 | 100000100 | 100110 | 110001 |
Color Harmonies of #6D4EAD
Complementary color
Monochromatic Colors of #6D4EAD
Black with #6D4EAD
Text Example
Text Example
White with #6D4EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4EAD; }
p { color: rgb(109,78,173); }
H1.HeaderClassName
{
color: #6D4EAD;
}
.AnyTagClassName
{
color: #6D4EAD;
}
</style>
background-color css
<style>
a { background-color: #6D4EAD; }
a { background-color: rgb(109,78,173); }
div.DivClassName
{
background-color: #6D4EAD;
}
.BgClassName
{
background-color: #6D4EAD;
}
</style>
border-color css
<style>
span { border-color: #6D4EAD; }
span { border-color: rgb(109,78,173); }
td.TdClassName
{
border-color: #6D4EAD;
}
.TagClassName
{
border-color: #6D4EAD;
}
</style>