Shades of Studio #6C4DAC
Tints of Studio #6C4DAC
RGB
CMYK
RGB Variations
Color information
#6C4DAC (or 0x6C4DAC) is known color: Studio. HEX triplet: 6C, 4D and AC. RGB value is (108,77,172). Sum of RGB (Red+Green+Blue) = 108+77+172=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C4DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4DAC is #93B253. Grayscale: #606060. Windows color (decimal): -9679444 or 11292012. OLE color: 11292012.
HSL color Cylindrical-coordinate representation of color #6C4DAC: hue angle of 259.58º 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 #6C4DAC is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 77 | 172 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.33 |
| HSL | 259.58º | 0.38% | 0.49% | - |
| HSV(B) | 259.58º | 0.55% | 0.67% | - |
| XYZ | 16.28 | 11.47 | 40.39 | - |
| YUV | 97.1 | 170.27 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 172 | 0.37 | 0.55 | 0 | 0.33 | 259.58 | 0.38 | 0.49 |
| Hex | 6C | 4D | AC | 25 | 37 | 0 | 21 | 104 | 26 | 31 |
| Octal | 154 | 115 | 254 | 45 | 67 | 0 | 41 | 404 | 46 | 61 |
| Binary | 1101100 | 1001101 | 10101100 | 100101 | 110111 | 0 | 100001 | 100000100 | 100110 | 110001 |
Color Harmonies of #6C4DAC
Complementary color
Monochromatic Colors of #6C4DAC
Black with #6C4DAC
Text Example
Text Example
White with #6C4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4DAC; }
p { color: rgb(108,77,172); }
H1.HeaderClassName
{
color: #6C4DAC;
}
.AnyTagClassName
{
color: #6C4DAC;
}
</style>
background-color css
<style>
a { background-color: #6C4DAC; }
a { background-color: rgb(108,77,172); }
div.DivClassName
{
background-color: #6C4DAC;
}
.BgClassName
{
background-color: #6C4DAC;
}
</style>
border-color css
<style>
span { border-color: #6C4DAC; }
span { border-color: rgb(108,77,172); }
td.TdClassName
{
border-color: #6C4DAC;
}
.TagClassName
{
border-color: #6C4DAC;
}
</style>