COLOR #6F3357

HEX: #6F3357
RGB: (111,51,87)

Color info

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

RGB color model

#6F3357 color RGB value is (111,51,87).

  • red value is 111;
  • green value is 51;
  • blue value is 87.
RGB:
(111,51,87)
(44%,20%,34%)

RGB channels and saturation

R 111 of 255 = 44%
G 51 of 255 = 20%
B 87 of 255 = 34%

111
51
87

R + G + B ~ 33%. #6F3357 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 51 + 87 = 249 (100%)
R 111 of 249 ~ 44.58%
G 51 of 249 ~ 20.48%
B 87 of 249 ~ 34.94%

%44.58
%20.48
%34.94

CMYK color model

#6F3357 color CMYK value is (0,54,22,56).

  • cyan value is 0.00%
  • magenta value is 54.05%
  • yellow value is 21.62%
  • key color value is 56.47%
CMYK:
(0,54,22,56)
C0M54Y22K56 
(0%,54%,22%,56%)
(0.00/0.54/0.22/0.56)	

CMYK percentages

%0
%54.05
%21.62
%56.47

Codes

Color #6F3357 in popluar color models

6F3357
RGB1115187
HSL324°37.04%31.76%
HSB/HSV324°54.05%43.53%
CMYK0.00%54.05%21.62%
56.47%

Color #6F3357 in popluar number systems.

HEX6F3357
Decimal1115187
Binary11011111100111010111
Octal15763127

Shades and tints

Shades of #6F3357

#6F3357
(111,51,87)
#652F50
(101,47,80)
#5B2B49
(91,43,73)
#512742
(81,39,66)
#47233B
(71,35,59)
#3D1F34
(61,31,52)
#331B2D
(51,27,45)
#291726
(41,23,38)
#1F131F
(31,19,31)
#150F18
(21,15,24)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #6F3357

#6F3357
(111,51,87)
#7C4566
(124,69,102)
#895775
(137,87,117)
#966984
(150,105,132)
#A37B93
(163,123,147)
#B08DA2
(176,141,162)
#BD9FB1
(189,159,177)
#CAB1C0
(202,177,192)
#D7C3CF
(215,195,207)
#E4D5DE
(228,213,222)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3357 color. Also use rgb(111,51,87) instead hex code.

Text Font Color

.myTextColor { color: #6F3357; }

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

This text font color is #6F3357.


Background Color

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

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

This div background color is #6F3357.


Border color

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

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

This div border color is #6F3357.


Opacity

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

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

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

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

This text has shadow with #6F3357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3357 on black background.


Color preview on white background

This text has color #6F3357 on white background.



Black color preview on #6F3357 background

This text has black color on #6F3357 background.


White color preview on #6F3357 background

This text has white color on #6F3357 background.