COLOR #6D59B8

HEX: #6D59B8
RGB: (109,89,184)

Color info

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

RGB color model

#6D59B8 color RGB value is (109,89,184).

  • red value is 109;
  • green value is 89;
  • blue value is 184.
RGB:
(109,89,184)
(43%,35%,72%)

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 184 of 255 = 72%

109
89
184

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

Portions of RGB colors in percentages

R + G + B =
109 + 89 + 184 = 382 (100%)
R 109 of 382 ~ 28.53%
G 89 of 382 ~ 23.3%
B 184 of 382 ~ 48.17%

%28.53
%23.3
%48.17

CMYK color model

#6D59B8 color CMYK value is (41,52,0,28).

  • cyan value is 40.76%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(41,52,0,28)
C41M52Y0K28 
(41%,52%,0%,28%)
(0.41/0.52/0.00/0.28)	

CMYK percentages

%40.76
%51.63
%0
%27.84

Codes

Color #6D59B8 in popluar color models

6D59B8
RGB10989184
HSL253°40.08%53.53%
HSB/HSV253°51.63%72.16%
CMYK40.76%51.63%0.00%
27.84%

Color #6D59B8 in popluar number systems.

HEX6D59B8
Decimal10989184
Binary1101101101100110111000
Octal155131270

Shades and tints

Shades of #6D59B8

#6D59B8
(109,89,184)
#6451A8
(100,81,168)
#5B4998
(91,73,152)
#524188
(82,65,136)
#493978
(73,57,120)
#403168
(64,49,104)
#372958
(55,41,88)
#2E2148
(46,33,72)
#251938
(37,25,56)
#1C1128
(28,17,40)
#130918
(19,9,24)
#000000
(0,0,0)

Tints of #6D59B8

#6D59B8
(109,89,184)
#7A68BE
(122,104,190)
#8777C4
(135,119,196)
#9486CA
(148,134,202)
#A195D0
(161,149,208)
#AEA4D6
(174,164,214)
#BBB3DC
(187,179,220)
#C8C2E2
(200,194,226)
#D5D1E8
(213,209,232)
#E2E0EE
(226,224,238)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D59B8 color. Also use rgb(109,89,184) instead hex code.

Text Font Color

.myTextColor { color: #6D59B8; }

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

This text font color is #6D59B8.


Background Color

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

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

This div background color is #6D59B8.


Border color

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

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

This div border color is #6D59B8.


Opacity

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

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

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

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

This text has shadow with #6D59B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D59B8 on black background.


Color preview on white background

This text has color #6D59B8 on white background.



Black color preview on #6D59B8 background

This text has black color on #6D59B8 background.


White color preview on #6D59B8 background

This text has white color on #6D59B8 background.