COLOR #6C5EB0

HEX: #6C5EB0
RGB: (108,94,176)

Color info

#6C5EB0 contains mainly blue color. Web safe color of #6C5EB0 is #666699 (or #669).

RGB color model

#6C5EB0 color RGB value is (108,94,176).

  • red value is 108;
  • green value is 94;
  • blue value is 176.
RGB:
(108,94,176)
(42%,37%,69%)

RGB channels and saturation

R 108 of 255 = 42%
G 94 of 255 = 37%
B 176 of 255 = 69%

108
94
176

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

Portions of RGB colors in percentages

R + G + B =
108 + 94 + 176 = 378 (100%)
R 108 of 378 ~ 28.57%
G 94 of 378 ~ 24.87%
B 176 of 378 ~ 46.56%

%28.57
%24.87
%46.56

CMYK color model

#6C5EB0 color CMYK value is (39,47,0,31).

  • cyan value is 38.64%
  • magenta value is 46.59%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(39,47,0,31)
C39M47Y0K31 
(39%,47%,0%,31%)
(0.39/0.47/0.00/0.31)	

CMYK percentages

%38.64
%46.59
%0
%30.98

Codes

Color #6C5EB0 in popluar color models

6C5EB0
RGB10894176
HSL250°34.17%52.94%
HSB/HSV250°46.59%69.02%
CMYK38.64%46.59%0.00%
30.98%

Color #6C5EB0 in popluar number systems.

HEX6C5EB0
Decimal10894176
Binary1101100101111010110000
Octal154136260

Shades and tints

Shades of #6C5EB0

#6C5EB0
(108,94,176)
#6356A0
(99,86,160)
#5A4E90
(90,78,144)
#514680
(81,70,128)
#483E70
(72,62,112)
#3F3660
(63,54,96)
#362E50
(54,46,80)
#2D2640
(45,38,64)
#241E30
(36,30,48)
#1B1620
(27,22,32)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C5EB0

#6C5EB0
(108,94,176)
#796CB7
(121,108,183)
#867ABE
(134,122,190)
#9388C5
(147,136,197)
#A096CC
(160,150,204)
#ADA4D3
(173,164,211)
#BAB2DA
(186,178,218)
#C7C0E1
(199,192,225)
#D4CEE8
(212,206,232)
#E1DCEF
(225,220,239)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5EB0 color. Also use rgb(108,94,176) instead hex code.

Text Font Color

.myTextColor { color: #6C5EB0; }

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

This text font color is #6C5EB0.


Background Color

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

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

This div background color is #6C5EB0.


Border color

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

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

This div border color is #6C5EB0.


Opacity

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

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

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

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

This text has shadow with #6C5EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5EB0 on black background.


Color preview on white background

This text has color #6C5EB0 on white background.



Black color preview on #6C5EB0 background

This text has black color on #6C5EB0 background.


White color preview on #6C5EB0 background

This text has white color on #6C5EB0 background.