Shades of Studio #6E48AC
Tints of Studio #6E48AC
RGB
CMYK
RGB Variations
Color information
#6E48AC (or 0x6E48AC) is known color: Studio. HEX triplet: 6E, 48 and AC. RGB value is (110,72,172). Sum of RGB (Red+Green+Blue) = 110+72+172=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E48AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E48AC is #91B753. Grayscale: #5E5E5E. Windows color (decimal): -9549652 or 11290734. OLE color: 11290734.
HSL color Cylindrical-coordinate representation of color #6E48AC: hue angle of 262.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E48AC is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 72 | 172 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.33 |
| HSL | 262.8º | 0.41% | 0.48% | - |
| HSV(B) | 262.8º | 0.58% | 0.67% | - |
| XYZ | 16.19 | 10.93 | 40.29 | - |
| YUV | 94.76 | 171.59 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 172 | 0.36 | 0.58 | 0 | 0.33 | 262.8 | 0.41 | 0.48 |
| Hex | 6E | 48 | AC | 24 | 3A | 0 | 21 | 107 | 29 | 30 |
| Octal | 156 | 110 | 254 | 44 | 72 | 0 | 41 | 407 | 51 | 60 |
| Binary | 1101110 | 1001000 | 10101100 | 100100 | 111010 | 0 | 100001 | 100000111 | 101001 | 110000 |
Color Harmonies of #6E48AC
Complementary color
Monochromatic Colors of #6E48AC
Black with #6E48AC
Text Example
Text Example
White with #6E48AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E48AC; }
p { color: rgb(110,72,172); }
H1.HeaderClassName
{
color: #6E48AC;
}
.AnyTagClassName
{
color: #6E48AC;
}
</style>
background-color css
<style>
a { background-color: #6E48AC; }
a { background-color: rgb(110,72,172); }
div.DivClassName
{
background-color: #6E48AC;
}
.BgClassName
{
background-color: #6E48AC;
}
</style>
border-color css
<style>
span { border-color: #6E48AC; }
span { border-color: rgb(110,72,172); }
td.TdClassName
{
border-color: #6E48AC;
}
.TagClassName
{
border-color: #6E48AC;
}
</style>