COLOR #6F437E

HEX: #6F437E
RGB: (111,67,126)

Color info

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

RGB color model

#6F437E color RGB value is (111,67,126).

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

RGB channels and saturation

R 111 of 255 = 44%
G 67 of 255 = 26%
B 126 of 255 = 49%

111
67
126

R + G + B ~ 40%. #6F437E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 67 + 126 = 304 (100%)
R 111 of 304 ~ 36.51%
G 67 of 304 ~ 22.04%
B 126 of 304 ~ 41.45%

%36.51
%22.04
%41.45

CMYK color model

#6F437E color CMYK value is (12,47,0,51).

  • cyan value is 11.90%
  • magenta value is 46.83%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(12,47,0,51)
C12M47Y0K51 
(12%,47%,0%,51%)
(0.12/0.47/0.00/0.51)	

CMYK percentages

%11.9
%46.83
%0
%50.59

Codes

Color #6F437E in popluar color models

6F437E
RGB11167126
HSL285°30.57%37.84%
HSB/HSV285°46.83%49.41%
CMYK11.90%46.83%0.00%
50.59%

Color #6F437E in popluar number systems.

HEX6F437E
Decimal11167126
Binary110111110000111111110
Octal157103176

Shades and tints

Shades of #6F437E

#6F437E
(111,67,126)
#653D73
(101,61,115)
#5B3768
(91,55,104)
#51315D
(81,49,93)
#472B52
(71,43,82)
#3D2547
(61,37,71)
#331F3C
(51,31,60)
#291931
(41,25,49)
#1F1326
(31,19,38)
#150D1B
(21,13,27)
#0B0710
(11,7,16)
#000000
(0,0,0)

Tints of #6F437E

#6F437E
(111,67,126)
#7C5489
(124,84,137)
#896594
(137,101,148)
#96769F
(150,118,159)
#A387AA
(163,135,170)
#B098B5
(176,152,181)
#BDA9C0
(189,169,192)
#CABACB
(202,186,203)
#D7CBD6
(215,203,214)
#E4DCE1
(228,220,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F437E; }

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

This text font color is #6F437E.


Background Color

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

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

This div background color is #6F437E.


Border color

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

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

This div border color is #6F437E.


Opacity

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

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

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

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

This text has shadow with #6F437E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F437E on black background.


Color preview on white background

This text has color #6F437E on white background.



Black color preview on #6F437E background

This text has black color on #6F437E background.


White color preview on #6F437E background

This text has white color on #6F437E background.