COLOR #6F558A

HEX: #6F558A RGB: (111,85,138)

Color info

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

RGB color model

#6F558A color RGB value is (111,85,138).

RGB: (111,85,138) (44%, 33%, 54%)

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 138 of 255 = 54%

111
85
138

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

Portions of RGB colors in percentages

R + G + B = 111 + 85 + 138 = 334 (100%)
R 111 of 334 ~ 33.23%
G 85 of 334 ~ 25.45%
B 138 of 334 ~ 41.32'%

%33.23
%25.45
%41.32

CMYK color model

#6F558A color CMYK value is (20,38,0,46).

  • cyan value is 19.57%
  • magenta value is 38.41%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (20,38,0,46)
C20M38Y0K46 (20%, 38%, 0%, 46%)
(0.20 / 0.38 / 0.00 / 0.46)

CMYK percentages

%19.57
%38.41
%0
%45.88

Codes

Color #6F558A in popluar color models

6F 55 8A
RGB 111 85 138
HSL 269° 23.77% 43.73%
HSB/HSV 269° 38.41% 54.12%
CMYK 19.57% 38.41% 0.00%
45.88%

Color #6F558A in popluar number systems.

HEX 6F 55 8A
Decimal 111 85 138
Binary 1101111 1010101 10001010
Octal 157 125 212

Shades and tints

Shades of #6F558A

#6F558A
(111,85,138)
#654E7E
(101,78,126)
#5B4772
(91,71,114)
#514066
(81,64,102)
#47395A
(71,57,90)
#3D324E
(61,50,78)
#332B42
(51,43,66)
#292436
(41,36,54)
#1F1D2A
(31,29,42)
#15161E
(21,22,30)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #6F558A

#6F558A
(111,85,138)
#7C6494
(124,100,148)
#89739E
(137,115,158)
#9682A8
(150,130,168)
#A391B2
(163,145,178)
#B0A0BC
(176,160,188)
#BDAFC6
(189,175,198)
#CABED0
(202,190,208)
#D7CDDA
(215,205,218)
#E4DCE4
(228,220,228)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F558A color. Also use rgb(111,85,138) instead hex code.

Text Font Color

.myTextColor { color: #6F558A; }

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

This text font color is #6F558A.

Background Color

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

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

This div background color is #6F558A.

Border color

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

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

This div border color is #6F558A.

Opacity

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

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

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

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

This text has shadow with #6F558A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F558A.

Preview

Color preview on black background

This text has color #6F558A on black background.


Color preview on white background

This text has color #6F558A on white background.


Black color preview on #6F558A background

This text has black color on #6F558A background.


White color preview on #6F558A background

This text has white color on #6F558A background.


Related colors

Complementary color

Complementary color for #hex is #90AA75.


I love getcolorcode.com

Triadic colors

1 #8A6F55 and #558A6F with #6F558A are triadic colors.

2 #8A556F and #556F8A with #6F558A are triadic colors.