Shades of Studio #6D4DA7
Tints of Studio #6D4DA7
RGB
CMYK
RGB Variations
Color information
#6D4DA7 (or 0x6D4DA7) is known color: Studio. HEX triplet: 6D, 4D and A7. RGB value is (109,77,167). Sum of RGB (Red+Green+Blue) = 109+77+167=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 167 - color contains mainly: blue. Hex color #6D4DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4DA7 is #92B258. Grayscale: #606060. Windows color (decimal): -9613913 or 10964333. OLE color: 10964333.
HSL color Cylindrical-coordinate representation of color #6D4DA7: hue angle of 261.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D4DA7 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 77 | 167 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.35 |
| HSL | 261.33º | 0.37% | 0.48% | - |
| HSV(B) | 261.33º | 0.54% | 0.65% | - |
| XYZ | 15.94 | 11.35 | 37.91 | - |
| YUV | 96.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 167 | 0.35 | 0.54 | 0 | 0.35 | 261.33 | 0.37 | 0.48 |
| Hex | 6D | 4D | A7 | 23 | 36 | 0 | 23 | 105 | 25 | 30 |
| Octal | 155 | 115 | 247 | 43 | 66 | 0 | 43 | 405 | 45 | 60 |
| Binary | 1101101 | 1001101 | 10100111 | 100011 | 110110 | 0 | 100011 | 100000101 | 100101 | 110000 |
Color Harmonies of #6D4DA7
Complementary color
Monochromatic Colors of #6D4DA7
Black with #6D4DA7
Text Example
Text Example
White with #6D4DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DA7; }
p { color: rgb(109,77,167); }
H1.HeaderClassName
{
color: #6D4DA7;
}
.AnyTagClassName
{
color: #6D4DA7;
}
</style>
background-color css
<style>
a { background-color: #6D4DA7; }
a { background-color: rgb(109,77,167); }
div.DivClassName
{
background-color: #6D4DA7;
}
.BgClassName
{
background-color: #6D4DA7;
}
</style>
border-color css
<style>
span { border-color: #6D4DA7; }
span { border-color: rgb(109,77,167); }
td.TdClassName
{
border-color: #6D4DA7;
}
.TagClassName
{
border-color: #6D4DA7;
}
</style>