COLOR #6F435C

HEX: #6F435C
RGB: (111,67,92)

Color info

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

RGB color model

#6F435C color RGB value is (111,67,92).

  • red value is 111;
  • green value is 67;
  • blue value is 92.
RGB:
(111,67,92)
(44%,26%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 67 of 255 = 26%
B 92 of 255 = 36%

111
67
92

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

Portions of RGB colors in percentages

R + G + B =
111 + 67 + 92 = 270 (100%)
R 111 of 270 ~ 41.11%
G 67 of 270 ~ 24.81%
B 92 of 270 ~ 34.07%

%41.11
%24.81
%34.07

CMYK color model

#6F435C color CMYK value is (0,40,17,56).

  • cyan value is 0.00%
  • magenta value is 39.64%
  • yellow value is 17.12%
  • key color value is 56.47%
CMYK:
(0,40,17,56)
C0M40Y17K56 
(0%,40%,17%,56%)
(0.00/0.40/0.17/0.56)	

CMYK percentages

%0
%39.64
%17.12
%56.47

Codes

Color #6F435C in popluar color models

6F435C
RGB1116792
HSL326°24.72%34.90%
HSB/HSV326°39.64%43.53%
CMYK0.00%39.64%17.12%
56.47%

Color #6F435C in popluar number systems.

HEX6F435C
Decimal1116792
Binary110111110000111011100
Octal157103134

Shades and tints

Shades of #6F435C

#6F435C
(111,67,92)
#653D54
(101,61,84)
#5B374C
(91,55,76)
#513144
(81,49,68)
#472B3C
(71,43,60)
#3D2534
(61,37,52)
#331F2C
(51,31,44)
#291924
(41,25,36)
#1F131C
(31,19,28)
#150D14
(21,13,20)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #6F435C

#6F435C
(111,67,92)
#7C546A
(124,84,106)
#896578
(137,101,120)
#967686
(150,118,134)
#A38794
(163,135,148)
#B098A2
(176,152,162)
#BDA9B0
(189,169,176)
#CABABE
(202,186,190)
#D7CBCC
(215,203,204)
#E4DCDA
(228,220,218)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F435C color. Also use rgb(111,67,92) instead hex code.

Text Font Color

.myTextColor { color: #6F435C; }

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

This text font color is #6F435C.


Background Color

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

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

This div background color is #6F435C.


Border color

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

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

This div border color is #6F435C.


Opacity

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

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

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

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

This text has shadow with #6F435C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F435C on black background.


Color preview on white background

This text has color #6F435C on white background.



Black color preview on #6F435C background

This text has black color on #6F435C background.


White color preview on #6F435C background

This text has white color on #6F435C background.