COLOR #6F377B

HEX: #6F377B
RGB: (111,55,123)

Color info

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

RGB color model

#6F377B color RGB value is (111,55,123).

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

RGB channels and saturation

R 111 of 255 = 44%
G 55 of 255 = 22%
B 123 of 255 = 48%

111
55
123

R + G + B ~ 38%. #6F377B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 55 + 123 = 289 (100%)
R 111 of 289 ~ 38.41%
G 55 of 289 ~ 19.03%
B 123 of 289 ~ 42.56%

%38.41
%19.03
%42.56

CMYK color model

#6F377B color CMYK value is (10,55,0,52).

  • cyan value is 9.76%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(10,55,0,52)
C10M55Y0K52 
(10%,55%,0%,52%)
(0.10/0.55/0.00/0.52)	

CMYK percentages

%9.76
%55.28
%0
%51.76

Codes

Color #6F377B in popluar color models

6F377B
RGB11155123
HSL289°38.20%34.90%
HSB/HSV289°55.28%48.24%
CMYK9.76%55.28%0.00%
51.76%

Color #6F377B in popluar number systems.

HEX6F377B
Decimal11155123
Binary11011111101111111011
Octal15767173

Shades and tints

Shades of #6F377B

#6F377B
(111,55,123)
#653270
(101,50,112)
#5B2D65
(91,45,101)
#51285A
(81,40,90)
#47234F
(71,35,79)
#3D1E44
(61,30,68)
#331939
(51,25,57)
#29142E
(41,20,46)
#1F0F23
(31,15,35)
#150A18
(21,10,24)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #6F377B

#6F377B
(111,55,123)
#7C4987
(124,73,135)
#895B93
(137,91,147)
#966D9F
(150,109,159)
#A37FAB
(163,127,171)
#B091B7
(176,145,183)
#BDA3C3
(189,163,195)
#CAB5CF
(202,181,207)
#D7C7DB
(215,199,219)
#E4D9E7
(228,217,231)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F377B; }

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

This text font color is #6F377B.


Background Color

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

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

This div background color is #6F377B.


Border color

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

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

This div border color is #6F377B.


Opacity

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

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

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

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

This text has shadow with #6F377B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F377B on black background.


Color preview on white background

This text has color #6F377B on white background.



Black color preview on #6F377B background

This text has black color on #6F377B background.


White color preview on #6F377B background

This text has white color on #6F377B background.