COLOR #6E589C

HEX: #6E589C
RGB: (110,88,156)

Color info

#6E589C contains mainly red and blue colors. Web safe color of #6E589C is #666699 (or #669).

RGB color model

#6E589C color RGB value is (110,88,156).

  • red value is 110;
  • green value is 88;
  • blue value is 156.
RGB:
(110,88,156)
(43%,35%,61%)

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 156 of 255 = 61%

110
88
156

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

Portions of RGB colors in percentages

R + G + B =
110 + 88 + 156 = 354 (100%)
R 110 of 354 ~ 31.07%
G 88 of 354 ~ 24.86%
B 156 of 354 ~ 44.07%

%31.07
%24.86
%44.07

CMYK color model

#6E589C color CMYK value is (29,44,0,39).

  • cyan value is 29.49%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(29,44,0,39)
C29M44Y0K39 
(29%,44%,0%,39%)
(0.29/0.44/0.00/0.39)	

CMYK percentages

%29.49
%43.59
%0
%38.82

Codes

Color #6E589C in popluar color models

6E589C
RGB11088156
HSL259°27.87%47.84%
HSB/HSV259°43.59%61.18%
CMYK29.49%43.59%0.00%
38.82%

Color #6E589C in popluar number systems.

HEX6E589C
Decimal11088156
Binary1101110101100010011100
Octal156130234

Shades and tints

Shades of #6E589C

#6E589C
(110,88,156)
#64508E
(100,80,142)
#5A4880
(90,72,128)
#504072
(80,64,114)
#463864
(70,56,100)
#3C3056
(60,48,86)
#322848
(50,40,72)
#28203A
(40,32,58)
#1E182C
(30,24,44)
#14101E
(20,16,30)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #6E589C

#6E589C
(110,88,156)
#7B67A5
(123,103,165)
#8876AE
(136,118,174)
#9585B7
(149,133,183)
#A294C0
(162,148,192)
#AFA3C9
(175,163,201)
#BCB2D2
(188,178,210)
#C9C1DB
(201,193,219)
#D6D0E4
(214,208,228)
#E3DFED
(227,223,237)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E589C color. Also use rgb(110,88,156) instead hex code.

Text Font Color

.myTextColor { color: #6E589C; }

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

This text font color is #6E589C.


Background Color

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

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

This div background color is #6E589C.


Border color

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

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

This div border color is #6E589C.


Opacity

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

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

Text with #6E589C 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 #6E589C;}

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

This text has shadow with #6E589C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E589C on black background.


Color preview on white background

This text has color #6E589C on white background.



Black color preview on #6E589C background

This text has black color on #6E589C background.


White color preview on #6E589C background

This text has white color on #6E589C background.