Shades of Studio #6C4D9B
Tints of Studio #6C4D9B
RGB
CMYK
RGB Variations
Color information
#6C4D9B (or 0x6C4D9B) is known color: Studio. HEX triplet: 6C, 4D and 9B. RGB value is (108,77,155). Sum of RGB (Red+Green+Blue) = 108+77+155=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C4D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4D9B is #93B264. Grayscale: #5E5E5E. Windows color (decimal): -9679461 or 10177900. OLE color: 10177900.
HSL color Cylindrical-coordinate representation of color #6C4D9B: hue angle of 263.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C4D9B is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 77 | 155 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.39 |
| HSL | 263.85º | 0.34% | 0.45% | - |
| HSV(B) | 263.85º | 0.5% | 0.61% | - |
| XYZ | 14.75 | 10.86 | 32.33 | - |
| YUV | 95.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 155 | 0.30 | 0.50 | 0 | 0.39 | 263.85 | 0.34 | 0.45 |
| Hex | 6C | 4D | 9B | 1E | 32 | 0 | 27 | 108 | 22 | 2D |
| Octal | 154 | 115 | 233 | 36 | 62 | 0 | 47 | 410 | 42 | 55 |
| Binary | 1101100 | 1001101 | 10011011 | 11110 | 110010 | 0 | 100111 | 100001000 | 100010 | 101101 |
Color Harmonies of #6C4D9B
Complementary color
Monochromatic Colors of #6C4D9B
Black with #6C4D9B
Text Example
Text Example
White with #6C4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4D9B; }
p { color: rgb(108,77,155); }
H1.HeaderClassName
{
color: #6C4D9B;
}
.AnyTagClassName
{
color: #6C4D9B;
}
</style>
background-color css
<style>
a { background-color: #6C4D9B; }
a { background-color: rgb(108,77,155); }
div.DivClassName
{
background-color: #6C4D9B;
}
.BgClassName
{
background-color: #6C4D9B;
}
</style>
border-color css
<style>
span { border-color: #6C4D9B; }
span { border-color: rgb(108,77,155); }
td.TdClassName
{
border-color: #6C4D9B;
}
.TagClassName
{
border-color: #6C4D9B;
}
</style>