COLOR #6D65C9

HEX: #6D65C9
RGB: (109,101,201)

Color info

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

RGB color model

#6D65C9 color RGB value is (109,101,201).

  • red value is 109;
  • green value is 101;
  • blue value is 201.
RGB:
(109,101,201)
(43%,40%,79%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 201 of 255 = 79%

109
101
201

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

Portions of RGB colors in percentages

R + G + B =
109 + 101 + 201 = 411 (100%)
R 109 of 411 ~ 26.52%
G 101 of 411 ~ 24.57%
B 201 of 411 ~ 48.91%

%26.52
%24.57
%48.91

CMYK color model

#6D65C9 color CMYK value is (46,50,0,21).

  • cyan value is 45.77%
  • magenta value is 49.75%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(46,50,0,21)
C46M50Y0K21 
(46%,50%,0%,21%)
(0.46/0.50/0.00/0.21)	

CMYK percentages

%45.77
%49.75
%0
%21.18

Codes

Color #6D65C9 in popluar color models

6D65C9
RGB109101201
HSL245°48.08%59.22%
HSB/HSV245°49.75%78.82%
CMYK45.77%49.75%0.00%
21.18%

Color #6D65C9 in popluar number systems.

HEX6D65C9
Decimal109101201
Binary1101101110010111001001
Octal155145311

Shades and tints

Shades of #6D65C9

#6D65C9
(109,101,201)
#645CB7
(100,92,183)
#5B53A5
(91,83,165)
#524A93
(82,74,147)
#494181
(73,65,129)
#40386F
(64,56,111)
#372F5D
(55,47,93)
#2E264B
(46,38,75)
#251D39
(37,29,57)
#1C1427
(28,20,39)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #6D65C9

#6D65C9
(109,101,201)
#7A73CD
(122,115,205)
#8781D1
(135,129,209)
#948FD5
(148,143,213)
#A19DD9
(161,157,217)
#AEABDD
(174,171,221)
#BBB9E1
(187,185,225)
#C8C7E5
(200,199,229)
#D5D5E9
(213,213,233)
#E2E3ED
(226,227,237)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D65C9 color. Also use rgb(109,101,201) instead hex code.

Text Font Color

.myTextColor { color: #6D65C9; }

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

This text font color is #6D65C9.


Background Color

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

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

This div background color is #6D65C9.


Border color

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

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

This div border color is #6D65C9.


Opacity

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

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

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

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

This text has shadow with #6D65C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D65C9 on black background.


Color preview on white background

This text has color #6D65C9 on white background.



Black color preview on #6D65C9 background

This text has black color on #6D65C9 background.


White color preview on #6D65C9 background

This text has white color on #6D65C9 background.