Shades of Studio #6D4D91
Tints of Studio #6D4D91
RGB
CMYK
RGB Variations
Color information
#6D4D91 (or 0x6D4D91) is known color: Studio. HEX triplet: 6D, 4D and 91. RGB value is (109,77,145). Sum of RGB (Red+Green+Blue) = 109+77+145=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D4D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4D91 is #92B26E. Grayscale: #5E5E5E. Windows color (decimal): -9613935 or 9522541. OLE color: 9522541.
HSL color Cylindrical-coordinate representation of color #6D4D91: hue angle of 268.24º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D4D91 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 77 | 145 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.43 |
| HSL | 268.24º | 0.31% | 0.44% | - |
| HSV(B) | 268.24º | 0.47% | 0.57% | - |
| XYZ | 14.07 | 10.6 | 28.09 | - |
| YUV | 94.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 145 | 0.25 | 0.47 | 0 | 0.43 | 268.24 | 0.31 | 0.44 |
| Hex | 6D | 4D | 91 | 19 | 2F | 0 | 2B | 10C | 1F | 2C |
| Octal | 155 | 115 | 221 | 31 | 57 | 0 | 53 | 414 | 37 | 54 |
| Binary | 1101101 | 1001101 | 10010001 | 11001 | 101111 | 0 | 101011 | 100001100 | 11111 | 101100 |
Color Harmonies of #6D4D91
Complementary color
Monochromatic Colors of #6D4D91
Black with #6D4D91
Text Example
Text Example
White with #6D4D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D91; }
p { color: rgb(109,77,145); }
H1.HeaderClassName
{
color: #6D4D91;
}
.AnyTagClassName
{
color: #6D4D91;
}
</style>
background-color css
<style>
a { background-color: #6D4D91; }
a { background-color: rgb(109,77,145); }
div.DivClassName
{
background-color: #6D4D91;
}
.BgClassName
{
background-color: #6D4D91;
}
</style>
border-color css
<style>
span { border-color: #6D4D91; }
span { border-color: rgb(109,77,145); }
td.TdClassName
{
border-color: #6D4D91;
}
.TagClassName
{
border-color: #6D4D91;
}
</style>