Shades of Studio #6D4AA0
Tints of Studio #6D4AA0
RGB
CMYK
RGB Variations
Color information
#6D4AA0 (or 0x6D4AA0) is known color: Studio. HEX triplet: 6D, 4A and A0. RGB value is (109,74,160). Sum of RGB (Red+Green+Blue) = 109+74+160=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 160 - color contains mainly: blue. Hex color #6D4AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4AA0 is #92B55F. Grayscale: #5D5D5D. Windows color (decimal): -9614688 or 10504813. OLE color: 10504813.
HSL color Cylindrical-coordinate representation of color #6D4AA0: hue angle of 264.42º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D4AA0 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 74 | 160 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.37 |
| HSL | 264.42º | 0.37% | 0.46% | - |
| HSV(B) | 264.42º | 0.54% | 0.63% | - |
| XYZ | 15.1 | 10.69 | 34.52 | - |
| YUV | 94.27 | 165.1 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 160 | 0.32 | 0.54 | 0 | 0.37 | 264.42 | 0.37 | 0.46 |
| Hex | 6D | 4A | A0 | 20 | 36 | 0 | 25 | 108 | 25 | 2E |
| Octal | 155 | 112 | 240 | 40 | 66 | 0 | 45 | 410 | 45 | 56 |
| Binary | 1101101 | 1001010 | 10100000 | 100000 | 110110 | 0 | 100101 | 100001000 | 100101 | 101110 |
Color Harmonies of #6D4AA0
Complementary color
Monochromatic Colors of #6D4AA0
Black with #6D4AA0
Text Example
Text Example
White with #6D4AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4AA0; }
p { color: rgb(109,74,160); }
H1.HeaderClassName
{
color: #6D4AA0;
}
.AnyTagClassName
{
color: #6D4AA0;
}
</style>
background-color css
<style>
a { background-color: #6D4AA0; }
a { background-color: rgb(109,74,160); }
div.DivClassName
{
background-color: #6D4AA0;
}
.BgClassName
{
background-color: #6D4AA0;
}
</style>
border-color css
<style>
span { border-color: #6D4AA0; }
span { border-color: rgb(109,74,160); }
td.TdClassName
{
border-color: #6D4AA0;
}
.TagClassName
{
border-color: #6D4AA0;
}
</style>