COLOR #6F426D

HEX: #6F426D
RGB: (111,66,109)

Color info

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

RGB color model

#6F426D color RGB value is (111,66,109).

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

RGB channels and saturation

R 111 of 255 = 44%
G 66 of 255 = 26%
B 109 of 255 = 43%

111
66
109

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

Portions of RGB colors in percentages

R + G + B =
111 + 66 + 109 = 286 (100%)
R 111 of 286 ~ 38.81%
G 66 of 286 ~ 23.08%
B 109 of 286 ~ 38.11%

%38.81
%23.08
%38.11

CMYK color model

#6F426D color CMYK value is (0,41,2,56).

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 1.80%
  • key color value is 56.47%
CMYK:
(0,41,2,56)
C0M41Y2K56 
(0%,41%,2%,56%)
(0.00/0.41/0.02/0.56)	

CMYK percentages

%0
%40.54
%1.8
%56.47

Codes

Color #6F426D in popluar color models

6F426D
RGB11166109
HSL303°25.42%34.71%
HSB/HSV303°40.54%43.53%
CMYK0.00%40.54%1.80%
56.47%

Color #6F426D in popluar number systems.

HEX6F426D
Decimal11166109
Binary110111110000101101101
Octal157102155

Shades and tints

Shades of #6F426D

#6F426D
(111,66,109)
#653C64
(101,60,100)
#5B365B
(91,54,91)
#513052
(81,48,82)
#472A49
(71,42,73)
#3D2440
(61,36,64)
#331E37
(51,30,55)
#29182E
(41,24,46)
#1F1225
(31,18,37)
#150C1C
(21,12,28)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #6F426D

#6F426D
(111,66,109)
#7C537A
(124,83,122)
#896487
(137,100,135)
#967594
(150,117,148)
#A386A1
(163,134,161)
#B097AE
(176,151,174)
#BDA8BB
(189,168,187)
#CAB9C8
(202,185,200)
#D7CAD5
(215,202,213)
#E4DBE2
(228,219,226)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F426D; }

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

This text font color is #6F426D.


Background Color

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

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

This div background color is #6F426D.


Border color

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

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

This div border color is #6F426D.


Opacity

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

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

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

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

This text has shadow with #6F426D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F426D on black background.


Color preview on white background

This text has color #6F426D on white background.



Black color preview on #6F426D background

This text has black color on #6F426D background.


White color preview on #6F426D background

This text has white color on #6F426D background.