COLOR #6C435A

HEX: #6C435A
RGB: (108,67,90)

Color info

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

RGB color model

#6C435A color RGB value is (108,67,90).

  • red value is 108;
  • green value is 67;
  • blue value is 90.
RGB:
(108,67,90)
(42%,26%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 67 of 255 = 26%
B 90 of 255 = 35%

108
67
90

R + G + B ~ 34%. #6C435A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 67 + 90 = 265 (100%)
R 108 of 265 ~ 40.75%
G 67 of 265 ~ 25.28%
B 90 of 265 ~ 33.96%

%40.75
%25.28
%33.96

CMYK color model

#6C435A color CMYK value is (0,38,17,58).

  • cyan value is 0.00%
  • magenta value is 37.96%
  • yellow value is 16.67%
  • key color value is 57.65%
CMYK:
(0,38,17,58)
C0M38Y17K58 
(0%,38%,17%,58%)
(0.00/0.38/0.17/0.58)	

CMYK percentages

%0
%37.96
%16.67
%57.65

Codes

Color #6C435A in popluar color models

6C435A
RGB1086790
HSL326°23.43%34.31%
HSB/HSV326°37.96%42.35%
CMYK0.00%37.96%16.67%
57.65%

Color #6C435A in popluar number systems.

HEX6C435A
Decimal1086790
Binary110110010000111011010
Octal154103132

Shades and tints

Shades of #6C435A

#6C435A
(108,67,90)
#633D52
(99,61,82)
#5A374A
(90,55,74)
#513142
(81,49,66)
#482B3A
(72,43,58)
#3F2532
(63,37,50)
#361F2A
(54,31,42)
#2D1922
(45,25,34)
#24131A
(36,19,26)
#1B0D12
(27,13,18)
#12070A
(18,7,10)
#000000
(0,0,0)

Tints of #6C435A

#6C435A
(108,67,90)
#795469
(121,84,105)
#866578
(134,101,120)
#937687
(147,118,135)
#A08796
(160,135,150)
#AD98A5
(173,152,165)
#BAA9B4
(186,169,180)
#C7BAC3
(199,186,195)
#D4CBD2
(212,203,210)
#E1DCE1
(225,220,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C435A color. Also use rgb(108,67,90) instead hex code.

Text Font Color

.myTextColor { color: #6C435A; }

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

This text font color is #6C435A.


Background Color

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

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

This div background color is #6C435A.


Border color

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

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

This div border color is #6C435A.


Opacity

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

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

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

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

This text has shadow with #6C435A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C435A on black background.


Color preview on white background

This text has color #6C435A on white background.



Black color preview on #6C435A background

This text has black color on #6C435A background.


White color preview on #6C435A background

This text has white color on #6C435A background.