COLOR #6F3758

HEX: #6F3758
RGB: (111,55,88)

Color info

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

RGB color model

#6F3758 color RGB value is (111,55,88).

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

RGB channels and saturation

R 111 of 255 = 44%
G 55 of 255 = 22%
B 88 of 255 = 35%

111
55
88

R + G + B ~ 34%. #6F3758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 55 + 88 = 254 (100%)
R 111 of 254 ~ 43.7%
G 55 of 254 ~ 21.65%
B 88 of 254 ~ 34.65%

%43.7
%21.65
%34.65

CMYK color model

#6F3758 color CMYK value is (0,50,21,56).

  • cyan value is 0.00%
  • magenta value is 50.45%
  • yellow value is 20.72%
  • key color value is 56.47%
CMYK:
(0,50,21,56)
C0M50Y21K56 
(0%,50%,21%,56%)
(0.00/0.50/0.21/0.56)	

CMYK percentages

%0
%50.45
%20.72
%56.47

Codes

Color #6F3758 in popluar color models

6F3758
RGB1115588
HSL325°33.73%32.55%
HSB/HSV325°50.45%43.53%
CMYK0.00%50.45%20.72%
56.47%

Color #6F3758 in popluar number systems.

HEX6F3758
Decimal1115588
Binary11011111101111011000
Octal15767130

Shades and tints

Shades of #6F3758

#6F3758
(111,55,88)
#653250
(101,50,80)
#5B2D48
(91,45,72)
#512840
(81,40,64)
#472338
(71,35,56)
#3D1E30
(61,30,48)
#331928
(51,25,40)
#291420
(41,20,32)
#1F0F18
(31,15,24)
#150A10
(21,10,16)
#0B0508
(11,5,8)
#000000
(0,0,0)

Tints of #6F3758

#6F3758
(111,55,88)
#7C4967
(124,73,103)
#895B76
(137,91,118)
#966D85
(150,109,133)
#A37F94
(163,127,148)
#B091A3
(176,145,163)
#BDA3B2
(189,163,178)
#CAB5C1
(202,181,193)
#D7C7D0
(215,199,208)
#E4D9DF
(228,217,223)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3758; }

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

This text font color is #6F3758.


Background Color

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

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

This div background color is #6F3758.


Border color

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

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

This div border color is #6F3758.


Opacity

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

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

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

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

This text has shadow with #6F3758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3758 on black background.


Color preview on white background

This text has color #6F3758 on white background.



Black color preview on #6F3758 background

This text has black color on #6F3758 background.


White color preview on #6F3758 background

This text has white color on #6F3758 background.