Shades of Studio #6E4EAB
Tints of Studio #6E4EAB
RGB
CMYK
RGB Variations
Color information
#6E4EAB (or 0x6E4EAB) is known color: Studio. HEX triplet: 6E, 4E and AB. RGB value is (110,78,171). Sum of RGB (Red+Green+Blue) = 110+78+171=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E4EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4EAB is #91B154. Grayscale: #616161. Windows color (decimal): -9548117 or 11226734. OLE color: 11226734.
HSL color Cylindrical-coordinate representation of color #6E4EAB: hue angle of 260.65º 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 #6E4EAB is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 78 | 171 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.33 |
| HSL | 260.65º | 0.37% | 0.49% | - |
| HSV(B) | 260.65º | 0.54% | 0.67% | - |
| XYZ | 16.51 | 11.7 | 39.92 | - |
| YUV | 98.17 | 169.1 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 171 | 0.36 | 0.54 | 0 | 0.33 | 260.65 | 0.37 | 0.49 |
| Hex | 6E | 4E | AB | 24 | 36 | 0 | 21 | 105 | 25 | 31 |
| Octal | 156 | 116 | 253 | 44 | 66 | 0 | 41 | 405 | 45 | 61 |
| Binary | 1101110 | 1001110 | 10101011 | 100100 | 110110 | 0 | 100001 | 100000101 | 100101 | 110001 |
Color Harmonies of #6E4EAB
Complementary color
Monochromatic Colors of #6E4EAB
Black with #6E4EAB
Text Example
Text Example
White with #6E4EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4EAB; }
p { color: rgb(110,78,171); }
H1.HeaderClassName
{
color: #6E4EAB;
}
.AnyTagClassName
{
color: #6E4EAB;
}
</style>
background-color css
<style>
a { background-color: #6E4EAB; }
a { background-color: rgb(110,78,171); }
div.DivClassName
{
background-color: #6E4EAB;
}
.BgClassName
{
background-color: #6E4EAB;
}
</style>
border-color css
<style>
span { border-color: #6E4EAB; }
span { border-color: rgb(110,78,171); }
td.TdClassName
{
border-color: #6E4EAB;
}
.TagClassName
{
border-color: #6E4EAB;
}
</style>