COLOR #6F588E

HEX: #6F588E
RGB: (111,88,142)

Color info

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

RGB color model

#6F588E color RGB value is (111,88,142).

  • red value is 111;
  • green value is 88;
  • blue value is 142.
RGB:
(111,88,142)
(44%,35%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 142 of 255 = 56%

111
88
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 142 = 341 (100%)
R 111 of 341 ~ 32.55%
G 88 of 341 ~ 25.81%
B 142 of 341 ~ 41.64%

%32.55
%25.81
%41.64

CMYK color model

#6F588E color CMYK value is (22,38,0,44).

  • cyan value is 21.83%
  • magenta value is 38.03%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(22,38,0,44)
C22M38Y0K44 
(22%,38%,0%,44%)
(0.22/0.38/0.00/0.44)	

CMYK percentages

%21.83
%38.03
%0
%44.31

Codes

Color #6F588E in popluar color models

6F588E
RGB11188142
HSL266°23.48%45.10%
HSB/HSV266°38.03%55.69%
CMYK21.83%38.03%0.00%
44.31%

Color #6F588E in popluar number systems.

HEX6F588E
Decimal11188142
Binary1101111101100010001110
Octal157130216

Shades and tints

Shades of #6F588E

#6F588E
(111,88,142)
#655082
(101,80,130)
#5B4876
(91,72,118)
#51406A
(81,64,106)
#47385E
(71,56,94)
#3D3052
(61,48,82)
#332846
(51,40,70)
#29203A
(41,32,58)
#1F182E
(31,24,46)
#151022
(21,16,34)
#0B0816
(11,8,22)
#000000
(0,0,0)

Tints of #6F588E

#6F588E
(111,88,142)
#7C6798
(124,103,152)
#8976A2
(137,118,162)
#9685AC
(150,133,172)
#A394B6
(163,148,182)
#B0A3C0
(176,163,192)
#BDB2CA
(189,178,202)
#CAC1D4
(202,193,212)
#D7D0DE
(215,208,222)
#E4DFE8
(228,223,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F588E color. Also use rgb(111,88,142) instead hex code.

Text Font Color

.myTextColor { color: #6F588E; }

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

This text font color is #6F588E.


Background Color

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

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

This div background color is #6F588E.


Border color

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

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

This div border color is #6F588E.


Opacity

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

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

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

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

This text has shadow with #6F588E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F588E on black background.


Color preview on white background

This text has color #6F588E on white background.



Black color preview on #6F588E background

This text has black color on #6F588E background.


White color preview on #6F588E background

This text has white color on #6F588E background.