COLOR #6D55CC

HEX: #6D55CC RGB: (109,85,204)

Color info

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

RGB color model

#6D55CC color RGB value is (109,85,204).

RGB: (109,85,204) (43%, 33%, 80%)

RGB channels and saturation

R 109 of 255 = 43%
G 85 of 255 = 33%
B 204 of 255 = 80%

109
85
204

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

Portions of RGB colors in percentages

R + G + B = 109 + 85 + 204 = 398 (100%)
R 109 of 398 ~ 27.39%
G 85 of 398 ~ 21.36%
B 204 of 398 ~ 51.26'%

%27.39
%21.36
%51.26

CMYK color model

#6D55CC color CMYK value is (47,58,0,20).

  • cyan value is 46.57%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (47,58,0,20)
C47M58Y0K20 (47%, 58%, 0%, 20%)
(0.47 / 0.58 / 0.00 / 0.20)

CMYK percentages

%46.57
%58.33
%0
%20

Codes

Color #6D55CC in popluar color models

6D 55 CC
RGB 109 85 204
HSL 252° 53.85% 56.67%
HSB/HSV 252° 58.33% 80.00%
CMYK 46.57% 58.33% 0.00%
20.00%

Color #6D55CC in popluar number systems.

HEX 6D 55 CC
Decimal 109 85 204
Binary 1101101 1010101 11001100
Octal 155 125 314

Shades and tints

Shades of #6D55CC

#6D55CC
(109,85,204)
#644EBA
(100,78,186)
#5B47A8
(91,71,168)
#524096
(82,64,150)
#493984
(73,57,132)
#403272
(64,50,114)
#372B60
(55,43,96)
#2E244E
(46,36,78)
#251D3C
(37,29,60)
#1C162A
(28,22,42)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #6D55CC

#6D55CC
(109,85,204)
#7A64D0
(122,100,208)
#8773D4
(135,115,212)
#9482D8
(148,130,216)
#A191DC
(161,145,220)
#AEA0E0
(174,160,224)
#BBAFE4
(187,175,228)
#C8BEE8
(200,190,232)
#D5CDEC
(213,205,236)
#E2DCF0
(226,220,240)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D55CC color. Also use rgb(109,85,204) instead hex code.

Text Font Color

.myTextColor { color: #6D55CC; }

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

This text font color is #6D55CC.

Background Color

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

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

This div background color is #6D55CC.

Border color

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

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

This div border color is #6D55CC.

Opacity

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

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

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

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

This text has shadow with #6D55CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D55CC.

Preview

Color preview on black background

This text has color #6D55CC on black background.


Color preview on white background

This text has color #6D55CC on white background.


Black color preview on #6D55CC background

This text has black color on #6D55CC background.


White color preview on #6D55CC background

This text has white color on #6D55CC background.


Related colors

Complementary color

Complementary color for #hex is #92AA33.


I love getcolorcode.com

Triadic colors

1 #CC6D55 and #55CC6D with #6D55CC are triadic colors.

2 #CC556D and #556DCC with #6D55CC are triadic colors.