COLOR #6C5CEA

HEX: #6C5CEA RGB: (108,92,234)

Color info

#6C5CEA contains mainly blue color. Web safe color of #6C5CEA is #6666FF (or #66F).

RGB color model

#6C5CEA color RGB value is (108,92,234).

RGB: (108,92,234) (42%, 36%, 92%)

RGB channels and saturation

R 108 of 255 = 42%
G 92 of 255 = 36%
B 234 of 255 = 92%

108
92
234

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

Portions of RGB colors in percentages

R + G + B = 108 + 92 + 234 = 434 (100%)
R 108 of 434 ~ 24.88%
G 92 of 434 ~ 21.2%
B 234 of 434 ~ 53.92'%

%24.88
%21.2
%53.92

CMYK color model

#6C5CEA color CMYK value is (54,61,0,8).

  • cyan value is 53.85%
  • magenta value is 60.68%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (54,61,0,8)
C54M61Y0K8 (54%, 61%, 0%, 8%)
(0.54 / 0.61 / 0.00 / 0.08)

CMYK percentages

%53.85
%60.68
%0
%8.24

Codes

Color #6C5CEA in popluar color models

6C 5C EA
RGB 108 92 234
HSL 247° 77.17% 63.92%
HSB/HSV 247° 60.68% 91.76%
CMYK 53.85% 60.68% 0.00%
8.24%

Color #6C5CEA in popluar number systems.

HEX 6C 5C EA
Decimal 108 92 234
Binary 1101100 1011100 11101010
Octal 154 134 352

Shades and tints

Shades of #6C5CEA

#6C5CEA
(108,92,234)
#6354D5
(99,84,213)
#5A4CC0
(90,76,192)
#5144AB
(81,68,171)
#483C96
(72,60,150)
#3F3481
(63,52,129)
#362C6C
(54,44,108)
#2D2457
(45,36,87)
#241C42
(36,28,66)
#1B142D
(27,20,45)
#120C18
(18,12,24)
#000000
(0,0,0)

Tints of #6C5CEA

#6C5CEA
(108,92,234)
#796AEB
(121,106,235)
#8678EC
(134,120,236)
#9386ED
(147,134,237)
#A094EE
(160,148,238)
#ADA2EF
(173,162,239)
#BAB0F0
(186,176,240)
#C7BEF1
(199,190,241)
#D4CCF2
(212,204,242)
#E1DAF3
(225,218,243)
#EEE8F4
(238,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5CEA color. Also use rgb(108,92,234) instead hex code.

Text Font Color

.myTextColor { color: #6C5CEA; }

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

This text font color is #6C5CEA.

Background Color

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

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

This div background color is #6C5CEA.

Border color

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

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

This div border color is #6C5CEA.

Opacity

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

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

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

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

This text has shadow with #6C5CEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5CEA.

Preview

Color preview on black background

This text has color #6C5CEA on black background.


Color preview on white background

This text has color #6C5CEA on white background.


Black color preview on #6C5CEA background

This text has black color on #6C5CEA background.


White color preview on #6C5CEA background

This text has white color on #6C5CEA background.


Related colors

Complementary color

Complementary color for #hex is #93A315.


I love getcolorcode.com

Triadic colors

1 #EA6C5C and #5CEA6C with #6C5CEA are triadic colors.

2 #EA5C6C and #5C6CEA with #6C5CEA are triadic colors.