COLOR #6F4558

HEX: #6F4558
RGB: (111,69,88)

Color info

#6F4558 contains red, green and blue colors in about the same proportion. Web safe color of #6F4558 is #663366 (or #636).

RGB color model

#6F4558 color RGB value is (111,69,88).

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

RGB channels and saturation

R 111 of 255 = 44%
G 69 of 255 = 27%
B 88 of 255 = 35%

111
69
88

R + G + B ~ 35%. #6F4558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 69 + 88 = 268 (100%)
R 111 of 268 ~ 41.42%
G 69 of 268 ~ 25.75%
B 88 of 268 ~ 32.84%

%41.42
%25.75
%32.84

CMYK color model

#6F4558 color CMYK value is (0,38,21,56).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 20.72%
  • key color value is 56.47%
CMYK:
(0,38,21,56)
C0M38Y21K56 
(0%,38%,21%,56%)
(0.00/0.38/0.21/0.56)	

CMYK percentages

%0
%37.84
%20.72
%56.47

Codes

Color #6F4558 in popluar color models

6F4558
RGB1116988
HSL333°23.33%35.29%
HSB/HSV333°37.84%43.53%
CMYK0.00%37.84%20.72%
56.47%

Color #6F4558 in popluar number systems.

HEX6F4558
Decimal1116988
Binary110111110001011011000
Octal157105130

Shades and tints

Shades of #6F4558

#6F4558
(111,69,88)
#653F50
(101,63,80)
#5B3948
(91,57,72)
#513340
(81,51,64)
#472D38
(71,45,56)
#3D2730
(61,39,48)
#332128
(51,33,40)
#291B20
(41,27,32)
#1F1518
(31,21,24)
#150F10
(21,15,16)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #6F4558

#6F4558
(111,69,88)
#7C5567
(124,85,103)
#896576
(137,101,118)
#967585
(150,117,133)
#A38594
(163,133,148)
#B095A3
(176,149,163)
#BDA5B2
(189,165,178)
#CAB5C1
(202,181,193)
#D7C5D0
(215,197,208)
#E4D5DF
(228,213,223)
#F1E5EE
(241,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4558; }

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

This text font color is #6F4558.


Background Color

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

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

This div background color is #6F4558.


Border color

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

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

This div border color is #6F4558.


Opacity

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

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

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

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

This text has shadow with #6F4558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4558 on black background.


Color preview on white background

This text has color #6F4558 on white background.



Black color preview on #6F4558 background

This text has black color on #6F4558 background.


White color preview on #6F4558 background

This text has white color on #6F4558 background.