Shades of Studio #6D4B9D
Tints of Studio #6D4B9D
RGB
CMYK
RGB Variations
Color information
#6D4B9D (or 0x6D4B9D) is known color: Studio. HEX triplet: 6D, 4B and 9D. RGB value is (109,75,157). Sum of RGB (Red+Green+Blue) = 109+75+157=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D4B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4B9D is #92B462. Grayscale: #5E5E5E. Windows color (decimal): -9614435 or 10308461. OLE color: 10308461.
HSL color Cylindrical-coordinate representation of color #6D4B9D: hue angle of 264.88º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D4B9D is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 75 | 157 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.38 |
| HSL | 264.88º | 0.35% | 0.45% | - |
| HSV(B) | 264.88º | 0.52% | 0.62% | - |
| XYZ | 14.91 | 10.72 | 33.18 | - |
| YUV | 94.51 | 163.26 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 157 | 0.31 | 0.52 | 0 | 0.38 | 264.88 | 0.35 | 0.45 |
| Hex | 6D | 4B | 9D | 1F | 34 | 0 | 26 | 109 | 23 | 2D |
| Octal | 155 | 113 | 235 | 37 | 64 | 0 | 46 | 411 | 43 | 55 |
| Binary | 1101101 | 1001011 | 10011101 | 11111 | 110100 | 0 | 100110 | 100001001 | 100011 | 101101 |
Color Harmonies of #6D4B9D
Complementary color
Monochromatic Colors of #6D4B9D
Black with #6D4B9D
Text Example
Text Example
White with #6D4B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B9D; }
p { color: rgb(109,75,157); }
H1.HeaderClassName
{
color: #6D4B9D;
}
.AnyTagClassName
{
color: #6D4B9D;
}
</style>
background-color css
<style>
a { background-color: #6D4B9D; }
a { background-color: rgb(109,75,157); }
div.DivClassName
{
background-color: #6D4B9D;
}
.BgClassName
{
background-color: #6D4B9D;
}
</style>
border-color css
<style>
span { border-color: #6D4B9D; }
span { border-color: rgb(109,75,157); }
td.TdClassName
{
border-color: #6D4B9D;
}
.TagClassName
{
border-color: #6D4B9D;
}
</style>