Shades of Studio #6D4DA0
Tints of Studio #6D4DA0
RGB
CMYK
RGB Variations
Color information
#6D4DA0 (or 0x6D4DA0) is known color: Studio. HEX triplet: 6D, 4D and A0. RGB value is (109,77,160). Sum of RGB (Red+Green+Blue) = 109+77+160=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 160 - color contains mainly: blue. Hex color #6D4DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4DA0 is #92B25F. Grayscale: #5F5F5F. Windows color (decimal): -9613920 or 10505581. OLE color: 10505581.
HSL color Cylindrical-coordinate representation of color #6D4DA0: hue angle of 263.13º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D4DA0 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 77 | 160 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.37 |
| HSL | 263.13º | 0.35% | 0.46% | - |
| HSV(B) | 263.13º | 0.52% | 0.63% | - |
| XYZ | 15.31 | 11.1 | 34.59 | - |
| YUV | 96.03 | 164.1 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 160 | 0.32 | 0.52 | 0 | 0.37 | 263.13 | 0.35 | 0.46 |
| Hex | 6D | 4D | A0 | 20 | 34 | 0 | 25 | 107 | 23 | 2E |
| Octal | 155 | 115 | 240 | 40 | 64 | 0 | 45 | 407 | 43 | 56 |
| Binary | 1101101 | 1001101 | 10100000 | 100000 | 110100 | 0 | 100101 | 100000111 | 100011 | 101110 |
Color Harmonies of #6D4DA0
Complementary color
Monochromatic Colors of #6D4DA0
Black with #6D4DA0
Text Example
Text Example
White with #6D4DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DA0; }
p { color: rgb(109,77,160); }
H1.HeaderClassName
{
color: #6D4DA0;
}
.AnyTagClassName
{
color: #6D4DA0;
}
</style>
background-color css
<style>
a { background-color: #6D4DA0; }
a { background-color: rgb(109,77,160); }
div.DivClassName
{
background-color: #6D4DA0;
}
.BgClassName
{
background-color: #6D4DA0;
}
</style>
border-color css
<style>
span { border-color: #6D4DA0; }
span { border-color: rgb(109,77,160); }
td.TdClassName
{
border-color: #6D4DA0;
}
.TagClassName
{
border-color: #6D4DA0;
}
</style>