COLOR #6B5F8E

HEX: #6B5F8E RGB: (107,95,142)

Color info

#6B5F8E contains red, green and blue colors in about the same proportion. Web safe color of #6B5F8E is #666699 (or #669).

RGB color model

#6B5F8E color RGB value is (107,95,142).

RGB: (107,95,142) (42%, 37%, 56%)

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 142 of 255 = 56%

107
95
142

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

Portions of RGB colors in percentages

R + G + B = 107 + 95 + 142 = 344 (100%)
R 107 of 344 ~ 31.1%
G 95 of 344 ~ 27.62%
B 142 of 344 ~ 41.28'%

%31.1
%27.62
%41.28

CMYK color model

#6B5F8E color CMYK value is (25,33,0,44).

  • cyan value is 24.65%
  • magenta value is 33.10%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (25,33,0,44)
C25M33Y0K44 (25%, 33%, 0%, 44%)
(0.25 / 0.33 / 0.00 / 0.44)

CMYK percentages

%24.65
%33.1
%0
%44.31

Codes

Color #6B5F8E in popluar color models

6B 5F 8E
RGB 107 95 142
HSL 255° 19.83% 46.47%
HSB/HSV 255° 33.10% 55.69%
CMYK 24.65% 33.10% 0.00%
44.31%

Color #6B5F8E in popluar number systems.

HEX 6B 5F 8E
Decimal 107 95 142
Binary 1101011 1011111 10001110
Octal 153 137 216

Shades and tints

Shades of #6B5F8E

#6B5F8E
(107,95,142)
#625782
(98,87,130)
#594F76
(89,79,118)
#50476A
(80,71,106)
#473F5E
(71,63,94)
#3E3752
(62,55,82)
#352F46
(53,47,70)
#2C273A
(44,39,58)
#231F2E
(35,31,46)
#1A1722
(26,23,34)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #6B5F8E

#6B5F8E
(107,95,142)
#786D98
(120,109,152)
#857BA2
(133,123,162)
#9289AC
(146,137,172)
#9F97B6
(159,151,182)
#ACA5C0
(172,165,192)
#B9B3CA
(185,179,202)
#C6C1D4
(198,193,212)
#D3CFDE
(211,207,222)
#E0DDE8
(224,221,232)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5F8E color. Also use rgb(107,95,142) instead hex code.

Text Font Color

.myTextColor { color: #6B5F8E; }

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

This text font color is #6B5F8E.

Background Color

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

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

This div background color is #6B5F8E.

Border color

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

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

This div border color is #6B5F8E.

Opacity

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

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

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

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

This text has shadow with #6B5F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5F8E.

Preview

Color preview on black background

This text has color #6B5F8E on black background.


Color preview on white background

This text has color #6B5F8E on white background.


Black color preview on #6B5F8E background

This text has black color on #6B5F8E background.


White color preview on #6B5F8E background

This text has white color on #6B5F8E background.


Related colors

Complementary color

Complementary color for #hex is #94A071.


I love getcolorcode.com

Triadic colors

1 #8E6B5F and #5F8E6B with #6B5F8E are triadic colors.

2 #8E5F6B and #5F6B8E with #6B5F8E are triadic colors.