COLOR #6D61E6

HEX: #6D61E6
RGB: (109,97,230)

Color info

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

RGB color model

#6D61E6 color RGB value is (109,97,230).

  • red value is 109;
  • green value is 97;
  • blue value is 230.
RGB:
(109,97,230)
(43%,38%,90%)

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 230 of 255 = 90%

109
97
230

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

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 230 = 436 (100%)
R 109 of 436 ~ 25%
G 97 of 436 ~ 22.25%
B 230 of 436 ~ 52.75%

%25
%22.25
%52.75

CMYK color model

#6D61E6 color CMYK value is (53,58,0,10).

  • cyan value is 52.61%
  • magenta value is 57.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(53,58,0,10)
C53M58Y0K10 
(53%,58%,0%,10%)
(0.53/0.58/0.00/0.10)	

CMYK percentages

%52.61
%57.83
%0
%9.8

Codes

Color #6D61E6 in popluar color models

6D61E6
RGB10997230
HSL245°72.68%64.12%
HSB/HSV245°57.83%90.20%
CMYK52.61%57.83%0.00%
9.80%

Color #6D61E6 in popluar number systems.

HEX6D61E6
Decimal10997230
Binary1101101110000111100110
Octal155141346

Shades and tints

Shades of #6D61E6

#6D61E6
(109,97,230)
#6459D2
(100,89,210)
#5B51BE
(91,81,190)
#5249AA
(82,73,170)
#494196
(73,65,150)
#403982
(64,57,130)
#37316E
(55,49,110)
#2E295A
(46,41,90)
#252146
(37,33,70)
#1C1932
(28,25,50)
#13111E
(19,17,30)
#000000
(0,0,0)

Tints of #6D61E6

#6D61E6
(109,97,230)
#7A6FE8
(122,111,232)
#877DEA
(135,125,234)
#948BEC
(148,139,236)
#A199EE
(161,153,238)
#AEA7F0
(174,167,240)
#BBB5F2
(187,181,242)
#C8C3F4
(200,195,244)
#D5D1F6
(213,209,246)
#E2DFF8
(226,223,248)
#EFEDFA
(239,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D61E6 color. Also use rgb(109,97,230) instead hex code.

Text Font Color

.myTextColor { color: #6D61E6; }

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

This text font color is #6D61E6.


Background Color

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

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

This div background color is #6D61E6.


Border color

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

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

This div border color is #6D61E6.


Opacity

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

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

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

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

This text has shadow with #6D61E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D61E6 on black background.


Color preview on white background

This text has color #6D61E6 on white background.



Black color preview on #6D61E6 background

This text has black color on #6D61E6 background.


White color preview on #6D61E6 background

This text has white color on #6D61E6 background.