COLOR #6F507C

HEX: #6F507C RGB: (111,80,124)

Color info

#6F507C contains red, green and blue colors in about the same proportion. Web safe color of #6F507C is #666666 (or #666).

RGB color model

#6F507C color RGB value is (111,80,124).

RGB: (111,80,124) (44%, 31%, 49%)

RGB channels and saturation

R 111 of 255 = 44%
G 80 of 255 = 31%
B 124 of 255 = 49%

111
80
124

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

Portions of RGB colors in percentages

R + G + B = 111 + 80 + 124 = 315 (100%)
R 111 of 315 ~ 35.24%
G 80 of 315 ~ 25.4%
B 124 of 315 ~ 39.37'%

%35.24
%25.4
%39.37

CMYK color model

#6F507C color CMYK value is (10,35,0,51).

  • cyan value is 10.48%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (10,35,0,51)
C10M35Y0K51 (10%, 35%, 0%, 51%)
(0.10 / 0.35 / 0.00 / 0.51)

CMYK percentages

%10.48
%35.48
%0
%51.37

Codes

Color #6F507C in popluar color models

6F 50 7C
RGB 111 80 124
HSL 282° 21.57% 40.00%
HSB/HSV 282° 35.48% 48.63%
CMYK 10.48% 35.48% 0.00%
51.37%

Color #6F507C in popluar number systems.

HEX 6F 50 7C
Decimal 111 80 124
Binary 1101111 1010000 1111100
Octal 157 120 174

Shades and tints

Shades of #6F507C

#6F507C
(111,80,124)
#654971
(101,73,113)
#5B4266
(91,66,102)
#513B5B
(81,59,91)
#473450
(71,52,80)
#3D2D45
(61,45,69)
#33263A
(51,38,58)
#291F2F
(41,31,47)
#1F1824
(31,24,36)
#151119
(21,17,25)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #6F507C

#6F507C
(111,80,124)
#7C5F87
(124,95,135)
#896E92
(137,110,146)
#967D9D
(150,125,157)
#A38CA8
(163,140,168)
#B09BB3
(176,155,179)
#BDAABE
(189,170,190)
#CAB9C9
(202,185,201)
#D7C8D4
(215,200,212)
#E4D7DF
(228,215,223)
#F1E6EA
(241,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F507C color. Also use rgb(111,80,124) instead hex code.

Text Font Color

.myTextColor { color: #6F507C; }

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

This text font color is #6F507C.

Background Color

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

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

This div background color is #6F507C.

Border color

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

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

This div border color is #6F507C.

Opacity

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

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

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

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

This text has shadow with #6F507C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F507C.

Preview

Color preview on black background

This text has color #6F507C on black background.


Color preview on white background

This text has color #6F507C on white background.


Black color preview on #6F507C background

This text has black color on #6F507C background.


White color preview on #6F507C background

This text has white color on #6F507C background.


Related colors

Complementary color

Complementary color for #hex is #90AF83.


I love getcolorcode.com

Triadic colors

1 #7C6F50 and #507C6F with #6F507C are triadic colors.

2 #7C506F and #506F7C with #6F507C are triadic colors.