Shades of Studio #6E4E93
Tints of Studio #6E4E93
RGB
CMYK
RGB Variations
Color information
#6E4E93 (or 0x6E4E93) is known color: Studio. HEX triplet: 6E, 4E and 93. RGB value is (110,78,147). Sum of RGB (Red+Green+Blue) = 110+78+147=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E4E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4E93 is #91B16C. Grayscale: #5F5F5F. Windows color (decimal): -9548141 or 9653870. OLE color: 9653870.
HSL color Cylindrical-coordinate representation of color #6E4E93: hue angle of 267.83º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E4E93 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 78 | 147 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.42 |
| HSL | 267.83º | 0.31% | 0.44% | - |
| HSV(B) | 267.83º | 0.47% | 0.58% | - |
| XYZ | 14.42 | 10.87 | 28.94 | - |
| YUV | 95.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 147 | 0.25 | 0.47 | 0 | 0.42 | 267.83 | 0.31 | 0.44 |
| Hex | 6E | 4E | 93 | 19 | 2F | 0 | 2A | 10C | 1F | 2C |
| Octal | 156 | 116 | 223 | 31 | 57 | 0 | 52 | 414 | 37 | 54 |
| Binary | 1101110 | 1001110 | 10010011 | 11001 | 101111 | 0 | 101010 | 100001100 | 11111 | 101100 |
Color Harmonies of #6E4E93
Complementary color
Monochromatic Colors of #6E4E93
Black with #6E4E93
Text Example
Text Example
White with #6E4E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E93; }
p { color: rgb(110,78,147); }
H1.HeaderClassName
{
color: #6E4E93;
}
.AnyTagClassName
{
color: #6E4E93;
}
</style>
background-color css
<style>
a { background-color: #6E4E93; }
a { background-color: rgb(110,78,147); }
div.DivClassName
{
background-color: #6E4E93;
}
.BgClassName
{
background-color: #6E4E93;
}
</style>
border-color css
<style>
span { border-color: #6E4E93; }
span { border-color: rgb(110,78,147); }
td.TdClassName
{
border-color: #6E4E93;
}
.TagClassName
{
border-color: #6E4E93;
}
</style>