COLOR #6F397B

HEX: #6F397B
RGB: (111,57,123)

Color info

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

RGB color model

#6F397B color RGB value is (111,57,123).

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

RGB channels and saturation

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

111
57
123

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

Portions of RGB colors in percentages

R + G + B =
111 + 57 + 123 = 291 (100%)
R 111 of 291 ~ 38.14%
G 57 of 291 ~ 19.59%
B 123 of 291 ~ 42.27%

%38.14
%19.59
%42.27

CMYK color model

#6F397B color CMYK value is (10,54,0,52).

  • cyan value is 9.76%
  • magenta value is 53.66%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(10,54,0,52)
C10M54Y0K52 
(10%,54%,0%,52%)
(0.10/0.54/0.00/0.52)	

CMYK percentages

%9.76
%53.66
%0
%51.76

Codes

Color #6F397B in popluar color models

6F397B
RGB11157123
HSL289°36.67%35.29%
HSB/HSV289°53.66%48.24%
CMYK9.76%53.66%0.00%
51.76%

Color #6F397B in popluar number systems.

HEX6F397B
Decimal11157123
Binary11011111110011111011
Octal15771173

Shades and tints

Shades of #6F397B

#6F397B
(111,57,123)
#653470
(101,52,112)
#5B2F65
(91,47,101)
#512A5A
(81,42,90)
#47254F
(71,37,79)
#3D2044
(61,32,68)
#331B39
(51,27,57)
#29162E
(41,22,46)
#1F1123
(31,17,35)
#150C18
(21,12,24)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #6F397B

#6F397B
(111,57,123)
#7C4B87
(124,75,135)
#895D93
(137,93,147)
#966F9F
(150,111,159)
#A381AB
(163,129,171)
#B093B7
(176,147,183)
#BDA5C3
(189,165,195)
#CAB7CF
(202,183,207)
#D7C9DB
(215,201,219)
#E4DBE7
(228,219,231)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F397B; }

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

This text font color is #6F397B.


Background Color

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

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

This div background color is #6F397B.


Border color

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

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

This div border color is #6F397B.


Opacity

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

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

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

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

This text has shadow with #6F397B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F397B on black background.


Color preview on white background

This text has color #6F397B on white background.



Black color preview on #6F397B background

This text has black color on #6F397B background.


White color preview on #6F397B background

This text has white color on #6F397B background.