COLOR #6B435F

HEX: #6B435F RGB: (107,67,95)

Color info

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

RGB color model

#6B435F color RGB value is (107,67,95).

RGB: (107,67,95) (42%, 26%, 37%)

RGB channels and saturation

R 107 of 255 = 42%
G 67 of 255 = 26%
B 95 of 255 = 37%

107
67
95

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

Portions of RGB colors in percentages

R + G + B = 107 + 67 + 95 = 269 (100%)
R 107 of 269 ~ 39.78%
G 67 of 269 ~ 24.91%
B 95 of 269 ~ 35.32'%

%39.78
%24.91
%35.32

CMYK color model

#6B435F color CMYK value is (0,37,11,58).

  • cyan value is 0.00%
  • magenta value is 37.38%
  • yellow value is 11.21%
  • key color value is 58.04%

CMYK: (0,37,11,58)
C0M37Y11K58 (0%, 37%, 11%, 58%)
(0.00 / 0.37 / 0.11 / 0.58)

CMYK percentages

%0
%37.38
%11.21
%58.04

Codes

Color #6B435F in popluar color models

6B 43 5F
RGB 107 67 95
HSL 318° 22.99% 34.12%
HSB/HSV 318° 37.38% 41.96%
CMYK 0.00% 37.38% 11.21%
58.04%

Color #6B435F in popluar number systems.

HEX 6B 43 5F
Decimal 107 67 95
Binary 1101011 1000011 1011111
Octal 153 103 137

Shades and tints

Shades of #6B435F

#6B435F
(107,67,95)
#623D57
(98,61,87)
#59374F
(89,55,79)
#503147
(80,49,71)
#472B3F
(71,43,63)
#3E2537
(62,37,55)
#351F2F
(53,31,47)
#2C1927
(44,25,39)
#23131F
(35,19,31)
#1A0D17
(26,13,23)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #6B435F

#6B435F
(107,67,95)
#78546D
(120,84,109)
#85657B
(133,101,123)
#927689
(146,118,137)
#9F8797
(159,135,151)
#AC98A5
(172,152,165)
#B9A9B3
(185,169,179)
#C6BAC1
(198,186,193)
#D3CBCF
(211,203,207)
#E0DCDD
(224,220,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B435F color. Also use rgb(107,67,95) instead hex code.

Text Font Color

.myTextColor { color: #6B435F; }

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

This text font color is #6B435F.

Background Color

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

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

This div background color is #6B435F.

Border color

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

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

This div border color is #6B435F.

Opacity

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

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

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

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

This text has shadow with #6B435F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B435F.

Preview

Color preview on black background

This text has color #6B435F on black background.


Color preview on white background

This text has color #6B435F on white background.


Black color preview on #6B435F background

This text has black color on #6B435F background.


White color preview on #6B435F background

This text has white color on #6B435F background.


Related colors

Complementary color

Complementary color for #hex is #94BCA0.


I love getcolorcode.com

Triadic colors

1 #5F6B43 and #435F6B with #6B435F are triadic colors.

2 #5F436B and #436B5F with #6B435F are triadic colors.