COLOR #6F3675

HEX: #6F3675
RGB: (111,54,117)

Color info

#6F3675 contains mainly red and blue colors. Web safe color of #6F3675 is #663366 (or #636).

RGB color model

#6F3675 color RGB value is (111,54,117).

  • red value is 111;
  • green value is 54;
  • blue value is 117.
RGB:
(111,54,117)
(44%,21%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 54 of 255 = 21%
B 117 of 255 = 46%

111
54
117

R + G + B ~ 37%. #6F3675 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 54 + 117 = 282 (100%)
R 111 of 282 ~ 39.36%
G 54 of 282 ~ 19.15%
B 117 of 282 ~ 41.49%

%39.36
%19.15
%41.49

CMYK color model

#6F3675 color CMYK value is (5,54,0,54).

  • cyan value is 5.13%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(5,54,0,54)
C5M54Y0K54 
(5%,54%,0%,54%)
(0.05/0.54/0.00/0.54)	

CMYK percentages

%5.13
%53.85
%0
%54.12

Codes

Color #6F3675 in popluar color models

6F3675
RGB11154117
HSL294°36.84%33.53%
HSB/HSV294°53.85%45.88%
CMYK5.13%53.85%0.00%
54.12%

Color #6F3675 in popluar number systems.

HEX6F3675
Decimal11154117
Binary11011111101101110101
Octal15766165

Shades and tints

Shades of #6F3675

#6F3675
(111,54,117)
#65326B
(101,50,107)
#5B2E61
(91,46,97)
#512A57
(81,42,87)
#47264D
(71,38,77)
#3D2243
(61,34,67)
#331E39
(51,30,57)
#291A2F
(41,26,47)
#1F1625
(31,22,37)
#15121B
(21,18,27)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #6F3675

#6F3675
(111,54,117)
#7C4881
(124,72,129)
#895A8D
(137,90,141)
#966C99
(150,108,153)
#A37EA5
(163,126,165)
#B090B1
(176,144,177)
#BDA2BD
(189,162,189)
#CAB4C9
(202,180,201)
#D7C6D5
(215,198,213)
#E4D8E1
(228,216,225)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3675 color. Also use rgb(111,54,117) instead hex code.

Text Font Color

.myTextColor { color: #6F3675; }

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

This text font color is #6F3675.


Background Color

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

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

This div background color is #6F3675.


Border color

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

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

This div border color is #6F3675.


Opacity

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

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

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

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

This text has shadow with #6F3675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3675 on black background.


Color preview on white background

This text has color #6F3675 on white background.



Black color preview on #6F3675 background

This text has black color on #6F3675 background.


White color preview on #6F3675 background

This text has white color on #6F3675 background.