COLOR #6E55C7

HEX: #6E55C7
RGB: (110,85,199)

Color info

#6E55C7 contains mainly blue color. Web safe color of #6E55C7 is #6666CC (or #66C).

RGB color model

#6E55C7 color RGB value is (110,85,199).

  • red value is 110;
  • green value is 85;
  • blue value is 199.
RGB:
(110,85,199)
(43%,33%,78%)

RGB channels and saturation

R 110 of 255 = 43%
G 85 of 255 = 33%
B 199 of 255 = 78%

110
85
199

R + G + B ~ 51%. #6E55C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 85 + 199 = 394 (100%)
R 110 of 394 ~ 27.92%
G 85 of 394 ~ 21.57%
B 199 of 394 ~ 50.51%

%27.92
%21.57
%50.51

CMYK color model

#6E55C7 color CMYK value is (45,57,0,22).

  • cyan value is 44.72%
  • magenta value is 57.29%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(45,57,0,22)
C45M57Y0K22 
(45%,57%,0%,22%)
(0.45/0.57/0.00/0.22)	

CMYK percentages

%44.72
%57.29
%0
%21.96

Codes

Color #6E55C7 in popluar color models

6E55C7
RGB11085199
HSL253°50.44%55.69%
HSB/HSV253°57.29%78.04%
CMYK44.72%57.29%0.00%
21.96%

Color #6E55C7 in popluar number systems.

HEX6E55C7
Decimal11085199
Binary1101110101010111000111
Octal156125307

Shades and tints

Shades of #6E55C7

#6E55C7
(110,85,199)
#644EB5
(100,78,181)
#5A47A3
(90,71,163)
#504091
(80,64,145)
#46397F
(70,57,127)
#3C326D
(60,50,109)
#322B5B
(50,43,91)
#282449
(40,36,73)
#1E1D37
(30,29,55)
#141625
(20,22,37)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #6E55C7

#6E55C7
(110,85,199)
#7B64CC
(123,100,204)
#8873D1
(136,115,209)
#9582D6
(149,130,214)
#A291DB
(162,145,219)
#AFA0E0
(175,160,224)
#BCAFE5
(188,175,229)
#C9BEEA
(201,190,234)
#D6CDEF
(214,205,239)
#E3DCF4
(227,220,244)
#F0EBF9
(240,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E55C7 color. Also use rgb(110,85,199) instead hex code.

Text Font Color

.myTextColor { color: #6E55C7; }

<p style="color:#6E55C7">This sample text font color is #6E55C7.</p>

This text font color is #6E55C7.


Background Color

.myBgColor { background-color: #6E55C7; }

<div style="background-color:#6E55C7">Inner text</div>

This div background color is #6E55C7.


Border color

.myBorderColor { border: 1px solid #6E55C7; }

<div style="border:3px solid #6E55C7">Div</div>

This div border color is #6E55C7.


Opacity

.myOpacity80 { color: #6E55C7; opacity: 0.8; }

<p style="color:#6E55C7;opacity:0.8;">80%</p>

Text with #6E55C7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E55C7;}

<p style="text-shadow: 3px 3px 1px #6E55C7">Text here.</p>

This text has shadow with #6E55C7 color.

.textShadow {text-shadow: 3px 3px 1px #6E55C7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E55C7, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E55C7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E55C7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E55C7, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E55C7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6E55C7;
  -webkit-box-shadow:	1px 1px 3px 2px #6E55C7;
  box-shadow:		1px 1px 3px 2px #6E55C7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E55C7;
-webkit-box-shadow: 1px 1px 3px 2px #6E55C7;
box-shadow:1px 1px 3px 2px #6E55C7;">
Div content here</div>
This div box has shadow with color #6E55C7.

Preview

Color preview on black background

This text has color #6E55C7 on black background.


Color preview on white background

This text has color #6E55C7 on white background.



Black color preview on #6E55C7 background

This text has black color on #6E55C7 background.


White color preview on #6E55C7 background

This text has white color on #6E55C7 background.