Shades of Studio #6E4BA0
Tints of Studio #6E4BA0
RGB
CMYK
RGB Variations
Color information
#6E4BA0 (or 0x6E4BA0) is known color: Studio. HEX triplet: 6E, 4B and A0. RGB value is (110,75,160). Sum of RGB (Red+Green+Blue) = 110+75+160=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 160 - color contains mainly: blue. Hex color #6E4BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4BA0 is #91B45F. Grayscale: #5E5E5E. Windows color (decimal): -9548896 or 10505070. OLE color: 10505070.
HSL color Cylindrical-coordinate representation of color #6E4BA0: hue angle of 264.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E4BA0 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 75 | 160 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.37 |
| HSL | 264.71º | 0.36% | 0.46% | - |
| HSV(B) | 264.71º | 0.53% | 0.63% | - |
| XYZ | 15.29 | 10.89 | 34.55 | - |
| YUV | 95.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 75 | 160 | 0.31 | 0.53 | 0 | 0.37 | 264.71 | 0.36 | 0.46 |
| Hex | 6E | 4B | A0 | 1F | 35 | 0 | 25 | 109 | 24 | 2E |
| Octal | 156 | 113 | 240 | 37 | 65 | 0 | 45 | 411 | 44 | 56 |
| Binary | 1101110 | 1001011 | 10100000 | 11111 | 110101 | 0 | 100101 | 100001001 | 100100 | 101110 |
Color Harmonies of #6E4BA0
Complementary color
Monochromatic Colors of #6E4BA0
Black with #6E4BA0
Text Example
Text Example
White with #6E4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4BA0; }
p { color: rgb(110,75,160); }
H1.HeaderClassName
{
color: #6E4BA0;
}
.AnyTagClassName
{
color: #6E4BA0;
}
</style>
background-color css
<style>
a { background-color: #6E4BA0; }
a { background-color: rgb(110,75,160); }
div.DivClassName
{
background-color: #6E4BA0;
}
.BgClassName
{
background-color: #6E4BA0;
}
</style>
border-color css
<style>
span { border-color: #6E4BA0; }
span { border-color: rgb(110,75,160); }
td.TdClassName
{
border-color: #6E4BA0;
}
.TagClassName
{
border-color: #6E4BA0;
}
</style>