COLOR #6B5E9C

HEX: #6B5E9C RGB: (107,94,156)

Color info

#6B5E9C contains mainly red and blue colors. Web safe color of #6B5E9C is #666699 (or #669).

RGB color model

#6B5E9C color RGB value is (107,94,156).

RGB: (107,94,156) (42%, 37%, 61%)

RGB channels and saturation

R 107 of 255 = 42%
G 94 of 255 = 37%
B 156 of 255 = 61%

107
94
156

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

Portions of RGB colors in percentages

R + G + B = 107 + 94 + 156 = 357 (100%)
R 107 of 357 ~ 29.97%
G 94 of 357 ~ 26.33%
B 156 of 357 ~ 43.7'%

%29.97
%26.33
%43.7

CMYK color model

#6B5E9C color CMYK value is (31,40,0,39).

  • cyan value is 31.41%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (31,40,0,39)
C31M40Y0K39 (31%, 40%, 0%, 39%)
(0.31 / 0.40 / 0.00 / 0.39)

CMYK percentages

%31.41
%39.74
%0
%38.82

Codes

Color #6B5E9C in popluar color models

6B 5E 9C
RGB 107 94 156
HSL 253° 24.80% 49.02%
HSB/HSV 253° 39.74% 61.18%
CMYK 31.41% 39.74% 0.00%
38.82%

Color #6B5E9C in popluar number systems.

HEX 6B 5E 9C
Decimal 107 94 156
Binary 1101011 1011110 10011100
Octal 153 136 234

Shades and tints

Shades of #6B5E9C

#6B5E9C
(107,94,156)
#62568E
(98,86,142)
#594E80
(89,78,128)
#504672
(80,70,114)
#473E64
(71,62,100)
#3E3656
(62,54,86)
#352E48
(53,46,72)
#2C263A
(44,38,58)
#231E2C
(35,30,44)
#1A161E
(26,22,30)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #6B5E9C

#6B5E9C
(107,94,156)
#786CA5
(120,108,165)
#857AAE
(133,122,174)
#9288B7
(146,136,183)
#9F96C0
(159,150,192)
#ACA4C9
(172,164,201)
#B9B2D2
(185,178,210)
#C6C0DB
(198,192,219)
#D3CEE4
(211,206,228)
#E0DCED
(224,220,237)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5E9C color. Also use rgb(107,94,156) instead hex code.

Text Font Color

.myTextColor { color: #6B5E9C; }

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

This text font color is #6B5E9C.

Background Color

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

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

This div background color is #6B5E9C.

Border color

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

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

This div border color is #6B5E9C.

Opacity

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

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

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

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

This text has shadow with #6B5E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5E9C.

Preview

Color preview on black background

This text has color #6B5E9C on black background.


Color preview on white background

This text has color #6B5E9C on white background.


Black color preview on #6B5E9C background

This text has black color on #6B5E9C background.


White color preview on #6B5E9C background

This text has white color on #6B5E9C background.


Related colors

Complementary color

Complementary color for #hex is #94A163.


I love getcolorcode.com

Triadic colors

1 #9C6B5E and #5E9C6B with #6B5E9C are triadic colors.

2 #9C5E6B and #5E6B9C with #6B5E9C are triadic colors.