COLOR #6B455D

HEX: #6B455D RGB: (107,69,93)

Color info

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

RGB color model

#6B455D color RGB value is (107,69,93).

RGB: (107,69,93) (42%, 27%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 69 of 255 = 27%
B 93 of 255 = 36%

107
69
93

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

Portions of RGB colors in percentages

R + G + B = 107 + 69 + 93 = 269 (100%)
R 107 of 269 ~ 39.78%
G 69 of 269 ~ 25.65%
B 93 of 269 ~ 34.57'%

%39.78
%25.65
%34.57

CMYK color model

#6B455D color CMYK value is (0,36,13,58).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 13.08%
  • key color value is 58.04%

CMYK: (0,36,13,58)
C0M36Y13K58 (0%, 36%, 13%, 58%)
(0.00 / 0.36 / 0.13 / 0.58)

CMYK percentages

%0
%35.51
%13.08
%58.04

Codes

Color #6B455D in popluar color models

6B 45 5D
RGB 107 69 93
HSL 322° 21.59% 34.51%
HSB/HSV 322° 35.51% 41.96%
CMYK 0.00% 35.51% 13.08%
58.04%

Color #6B455D in popluar number systems.

HEX 6B 45 5D
Decimal 107 69 93
Binary 1101011 1000101 1011101
Octal 153 105 135

Shades and tints

Shades of #6B455D

#6B455D
(107,69,93)
#623F55
(98,63,85)
#59394D
(89,57,77)
#503345
(80,51,69)
#472D3D
(71,45,61)
#3E2735
(62,39,53)
#35212D
(53,33,45)
#2C1B25
(44,27,37)
#23151D
(35,21,29)
#1A0F15
(26,15,21)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #6B455D

#6B455D
(107,69,93)
#78556B
(120,85,107)
#856579
(133,101,121)
#927587
(146,117,135)
#9F8595
(159,133,149)
#AC95A3
(172,149,163)
#B9A5B1
(185,165,177)
#C6B5BF
(198,181,191)
#D3C5CD
(211,197,205)
#E0D5DB
(224,213,219)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B455D color. Also use rgb(107,69,93) instead hex code.

Text Font Color

.myTextColor { color: #6B455D; }

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

This text font color is #6B455D.

Background Color

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

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

This div background color is #6B455D.

Border color

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

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

This div border color is #6B455D.

Opacity

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

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

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

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

This text has shadow with #6B455D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B455D.

Preview

Color preview on black background

This text has color #6B455D on black background.


Color preview on white background

This text has color #6B455D on white background.


Black color preview on #6B455D background

This text has black color on #6B455D background.


White color preview on #6B455D background

This text has white color on #6B455D background.


Related colors

Complementary color

Complementary color for #hex is #94BAA2.


I love getcolorcode.com

Triadic colors

1 #5D6B45 and #455D6B with #6B455D are triadic colors.

2 #5D456B and #456B5D with #6B455D are triadic colors.