Shades of Studio #6D4FAC
Tints of Studio #6D4FAC
RGB
CMYK
RGB Variations
Color information
#6D4FAC (or 0x6D4FAC) is known color: Studio. HEX triplet: 6D, 4F and AC. RGB value is (109,79,172). Sum of RGB (Red+Green+Blue) = 109+79+172=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D4FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4FAC is #92B053. Grayscale: #626262. Windows color (decimal): -9613396 or 11292525. OLE color: 11292525.
HSL color Cylindrical-coordinate representation of color #6D4FAC: hue angle of 259.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D4FAC is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 79 | 172 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.33 |
| HSL | 259.35º | 0.37% | 0.49% | - |
| HSV(B) | 259.35º | 0.54% | 0.67% | - |
| XYZ | 16.55 | 11.82 | 40.44 | - |
| YUV | 98.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 172 | 0.37 | 0.54 | 0 | 0.33 | 259.35 | 0.37 | 0.49 |
| Hex | 6D | 4F | AC | 25 | 36 | 0 | 21 | 103 | 25 | 31 |
| Octal | 155 | 117 | 254 | 45 | 66 | 0 | 41 | 403 | 45 | 61 |
| Binary | 1101101 | 1001111 | 10101100 | 100101 | 110110 | 0 | 100001 | 100000011 | 100101 | 110001 |
Color Harmonies of #6D4FAC
Complementary color
Monochromatic Colors of #6D4FAC
Black with #6D4FAC
Text Example
Text Example
White with #6D4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4FAC; }
p { color: rgb(109,79,172); }
H1.HeaderClassName
{
color: #6D4FAC;
}
.AnyTagClassName
{
color: #6D4FAC;
}
</style>
background-color css
<style>
a { background-color: #6D4FAC; }
a { background-color: rgb(109,79,172); }
div.DivClassName
{
background-color: #6D4FAC;
}
.BgClassName
{
background-color: #6D4FAC;
}
</style>
border-color css
<style>
span { border-color: #6D4FAC; }
span { border-color: rgb(109,79,172); }
td.TdClassName
{
border-color: #6D4FAC;
}
.TagClassName
{
border-color: #6D4FAC;
}
</style>