COLOR #6D425B

HEX: #6D425B RGB: (109,66,91)

Color info

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

RGB color model

#6D425B color RGB value is (109,66,91).

RGB: (109,66,91) (43%, 26%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 66 of 255 = 26%
B 91 of 255 = 36%

109
66
91

R + G + B ~ 35%. #6D425B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 66 + 91 = 266 (100%)
R 109 of 266 ~ 40.98%
G 66 of 266 ~ 24.81%
B 91 of 266 ~ 34.21'%

%40.98
%24.81
%34.21

CMYK color model

#6D425B color CMYK value is (0,39,17,57).

  • cyan value is 0.00%
  • magenta value is 39.45%
  • yellow value is 16.51%
  • key color value is 57.25%

CMYK: (0,39,17,57)
C0M39Y17K57 (0%, 39%, 17%, 57%)
(0.00 / 0.39 / 0.17 / 0.57)

CMYK percentages

%0
%39.45
%16.51
%57.25

Codes

Color #6D425B in popluar color models

6D 42 5B
RGB 109 66 91
HSL 325° 24.57% 34.31%
HSB/HSV 325° 39.45% 42.75%
CMYK 0.00% 39.45% 16.51%
57.25%

Color #6D425B in popluar number systems.

HEX 6D 42 5B
Decimal 109 66 91
Binary 1101101 1000010 1011011
Octal 155 102 133

Shades and tints

Shades of #6D425B

#6D425B
(109,66,91)
#643C53
(100,60,83)
#5B364B
(91,54,75)
#523043
(82,48,67)
#492A3B
(73,42,59)
#402433
(64,36,51)
#371E2B
(55,30,43)
#2E1823
(46,24,35)
#25121B
(37,18,27)
#1C0C13
(28,12,19)
#13060B
(19,6,11)
#000000
(0,0,0)

Tints of #6D425B

#6D425B
(109,66,91)
#7A5369
(122,83,105)
#876477
(135,100,119)
#947585
(148,117,133)
#A18693
(161,134,147)
#AE97A1
(174,151,161)
#BBA8AF
(187,168,175)
#C8B9BD
(200,185,189)
#D5CACB
(213,202,203)
#E2DBD9
(226,219,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D425B; }

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

This text font color is #6D425B.

Background Color

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

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

This div background color is #6D425B.

Border color

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

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

This div border color is #6D425B.

Opacity

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

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

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

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

This text has shadow with #6D425B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D425B.

Preview

Color preview on black background

This text has color #6D425B on black background.


Color preview on white background

This text has color #6D425B on white background.


Black color preview on #6D425B background

This text has black color on #6D425B background.


White color preview on #6D425B background

This text has white color on #6D425B background.


Related colors

Complementary color

Complementary color for #hex is #92BDA4.


I love getcolorcode.com

Triadic colors

1 #5B6D42 and #425B6D with #6D425B are triadic colors.

2 #5B426D and #426D5B with #6D425B are triadic colors.