COLOR #6F427D

HEX: #6F427D
RGB: (111,66,125)

Color info

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

RGB color model

#6F427D color RGB value is (111,66,125).

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

RGB channels and saturation

R 111 of 255 = 44%
G 66 of 255 = 26%
B 125 of 255 = 49%

111
66
125

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

Portions of RGB colors in percentages

R + G + B =
111 + 66 + 125 = 302 (100%)
R 111 of 302 ~ 36.75%
G 66 of 302 ~ 21.85%
B 125 of 302 ~ 41.39%

%36.75
%21.85
%41.39

CMYK color model

#6F427D color CMYK value is (11,47,0,51).

  • cyan value is 11.20%
  • magenta value is 47.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(11,47,0,51)
C11M47Y0K51 
(11%,47%,0%,51%)
(0.11/0.47/0.00/0.51)	

CMYK percentages

%11.2
%47.2
%0
%50.98

Codes

Color #6F427D in popluar color models

6F427D
RGB11166125
HSL286°30.89%37.45%
HSB/HSV286°47.20%49.02%
CMYK11.20%47.20%0.00%
50.98%

Color #6F427D in popluar number systems.

HEX6F427D
Decimal11166125
Binary110111110000101111101
Octal157102175

Shades and tints

Shades of #6F427D

#6F427D
(111,66,125)
#653C72
(101,60,114)
#5B3667
(91,54,103)
#51305C
(81,48,92)
#472A51
(71,42,81)
#3D2446
(61,36,70)
#331E3B
(51,30,59)
#291830
(41,24,48)
#1F1225
(31,18,37)
#150C1A
(21,12,26)
#0B060F
(11,6,15)
#000000
(0,0,0)

Tints of #6F427D

#6F427D
(111,66,125)
#7C5388
(124,83,136)
#896493
(137,100,147)
#96759E
(150,117,158)
#A386A9
(163,134,169)
#B097B4
(176,151,180)
#BDA8BF
(189,168,191)
#CAB9CA
(202,185,202)
#D7CAD5
(215,202,213)
#E4DBE0
(228,219,224)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F427D color. Also use rgb(111,66,125) instead hex code.

Text Font Color

.myTextColor { color: #6F427D; }

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

This text font color is #6F427D.


Background Color

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

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

This div background color is #6F427D.


Border color

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

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

This div border color is #6F427D.


Opacity

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

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

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

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

This text has shadow with #6F427D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F427D on black background.


Color preview on white background

This text has color #6F427D on white background.



Black color preview on #6F427D background

This text has black color on #6F427D background.


White color preview on #6F427D background

This text has white color on #6F427D background.