Shades of Studio #6D4DAB
Tints of Studio #6D4DAB
RGB
CMYK
RGB Variations
Color information
#6D4DAB (or 0x6D4DAB) is known color: Studio. HEX triplet: 6D, 4D and AB. RGB value is (109,77,171). Sum of RGB (Red+Green+Blue) = 109+77+171=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4DAB is #92B254. Grayscale: #606060. Windows color (decimal): -9613909 or 11226477. OLE color: 11226477.
HSL color Cylindrical-coordinate representation of color #6D4DAB: hue angle of 260.43º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4DAB is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 77 | 171 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.33 |
| HSL | 260.43º | 0.38% | 0.49% | - |
| HSV(B) | 260.43º | 0.55% | 0.67% | - |
| XYZ | 16.31 | 11.5 | 39.89 | - |
| YUV | 97.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 171 | 0.36 | 0.55 | 0 | 0.33 | 260.43 | 0.38 | 0.49 |
| Hex | 6D | 4D | AB | 24 | 37 | 0 | 21 | 104 | 26 | 31 |
| Octal | 155 | 115 | 253 | 44 | 67 | 0 | 41 | 404 | 46 | 61 |
| Binary | 1101101 | 1001101 | 10101011 | 100100 | 110111 | 0 | 100001 | 100000100 | 100110 | 110001 |
Color Harmonies of #6D4DAB
Complementary color
Monochromatic Colors of #6D4DAB
Black with #6D4DAB
Text Example
Text Example
White with #6D4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DAB; }
p { color: rgb(109,77,171); }
H1.HeaderClassName
{
color: #6D4DAB;
}
.AnyTagClassName
{
color: #6D4DAB;
}
</style>
background-color css
<style>
a { background-color: #6D4DAB; }
a { background-color: rgb(109,77,171); }
div.DivClassName
{
background-color: #6D4DAB;
}
.BgClassName
{
background-color: #6D4DAB;
}
</style>
border-color css
<style>
span { border-color: #6D4DAB; }
span { border-color: rgb(109,77,171); }
td.TdClassName
{
border-color: #6D4DAB;
}
.TagClassName
{
border-color: #6D4DAB;
}
</style>