COLOR #6F5588

HEX: #6F5588 RGB: (111,85,136)

Color info

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

RGB color model

#6F5588 color RGB value is (111,85,136).

RGB: (111,85,136) (44%, 33%, 53%)

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 136 of 255 = 53%

111
85
136

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

Portions of RGB colors in percentages

R + G + B = 111 + 85 + 136 = 332 (100%)
R 111 of 332 ~ 33.43%
G 85 of 332 ~ 25.6%
B 136 of 332 ~ 40.96'%

%33.43
%25.6
%40.96

CMYK color model

#6F5588 color CMYK value is (18,38,0,47).

  • cyan value is 18.38%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (18,38,0,47)
C18M38Y0K47 (18%, 38%, 0%, 47%)
(0.18 / 0.38 / 0.00 / 0.47)

CMYK percentages

%18.38
%37.5
%0
%46.67

Codes

Color #6F5588 in popluar color models

6F 55 88
RGB 111 85 136
HSL 271° 23.08% 43.33%
HSB/HSV 271° 37.50% 53.33%
CMYK 18.38% 37.50% 0.00%
46.67%

Color #6F5588 in popluar number systems.

HEX 6F 55 88
Decimal 111 85 136
Binary 1101111 1010101 10001000
Octal 157 125 210

Shades and tints

Shades of #6F5588

#6F5588
(111,85,136)
#654E7C
(101,78,124)
#5B4770
(91,71,112)
#514064
(81,64,100)
#473958
(71,57,88)
#3D324C
(61,50,76)
#332B40
(51,43,64)
#292434
(41,36,52)
#1F1D28
(31,29,40)
#15161C
(21,22,28)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #6F5588

#6F5588
(111,85,136)
#7C6492
(124,100,146)
#89739C
(137,115,156)
#9682A6
(150,130,166)
#A391B0
(163,145,176)
#B0A0BA
(176,160,186)
#BDAFC4
(189,175,196)
#CABECE
(202,190,206)
#D7CDD8
(215,205,216)
#E4DCE2
(228,220,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5588; }

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

This text font color is #6F5588.

Background Color

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

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

This div background color is #6F5588.

Border color

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

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

This div border color is #6F5588.

Opacity

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

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

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

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

This text has shadow with #6F5588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5588.

Preview

Color preview on black background

This text has color #6F5588 on black background.


Color preview on white background

This text has color #6F5588 on white background.


Black color preview on #6F5588 background

This text has black color on #6F5588 background.


White color preview on #6F5588 background

This text has white color on #6F5588 background.


Related colors

Complementary color

Complementary color for #hex is #90AA77.


I love getcolorcode.com

Triadic colors

1 #886F55 and #55886F with #6F5588 are triadic colors.

2 #88556F and #556F88 with #6F5588 are triadic colors.