COLOR #6D59BC

HEX: #6D59BC
RGB: (109,89,188)

Color info

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

RGB color model

#6D59BC color RGB value is (109,89,188).

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

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 188 of 255 = 74%

109
89
188

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

Portions of RGB colors in percentages

R + G + B =
109 + 89 + 188 = 386 (100%)
R 109 of 386 ~ 28.24%
G 89 of 386 ~ 23.06%
B 188 of 386 ~ 48.7%

%28.24
%23.06
%48.7

CMYK color model

#6D59BC color CMYK value is (42,53,0,26).

  • cyan value is 42.02%
  • magenta value is 52.66%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(42,53,0,26)
C42M53Y0K26 
(42%,53%,0%,26%)
(0.42/0.53/0.00/0.26)	

CMYK percentages

%42.02
%52.66
%0
%26.27

Codes

Color #6D59BC in popluar color models

6D59BC
RGB10989188
HSL252°42.49%54.31%
HSB/HSV252°52.66%73.73%
CMYK42.02%52.66%0.00%
26.27%

Color #6D59BC in popluar number systems.

HEX6D59BC
Decimal10989188
Binary1101101101100110111100
Octal155131274

Shades and tints

Shades of #6D59BC

#6D59BC
(109,89,188)
#6451AB
(100,81,171)
#5B499A
(91,73,154)
#524189
(82,65,137)
#493978
(73,57,120)
#403167
(64,49,103)
#372956
(55,41,86)
#2E2145
(46,33,69)
#251934
(37,25,52)
#1C1123
(28,17,35)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #6D59BC

#6D59BC
(109,89,188)
#7A68C2
(122,104,194)
#8777C8
(135,119,200)
#9486CE
(148,134,206)
#A195D4
(161,149,212)
#AEA4DA
(174,164,218)
#BBB3E0
(187,179,224)
#C8C2E6
(200,194,230)
#D5D1EC
(213,209,236)
#E2E0F2
(226,224,242)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D59BC; }

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

This text font color is #6D59BC.


Background Color

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

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

This div background color is #6D59BC.


Border color

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

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

This div border color is #6D59BC.


Opacity

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

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

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

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

This text has shadow with #6D59BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D59BC on black background.


Color preview on white background

This text has color #6D59BC on white background.



Black color preview on #6D59BC background

This text has black color on #6D59BC background.


White color preview on #6D59BC background

This text has white color on #6D59BC background.