COLOR #6B405A

HEX: #6B405A RGB: (107,64,90)

Color info

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

RGB color model

#6B405A color RGB value is (107,64,90).

RGB: (107,64,90) (42%, 25%, 35%)

RGB channels and saturation

R 107 of 255 = 42%
G 64 of 255 = 25%
B 90 of 255 = 35%

107
64
90

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

Portions of RGB colors in percentages

R + G + B = 107 + 64 + 90 = 261 (100%)
R 107 of 261 ~ 41%
G 64 of 261 ~ 24.52%
B 90 of 261 ~ 34.48'%

%41
%24.52
%34.48

CMYK color model

#6B405A color CMYK value is (0,40,16,58).

  • cyan value is 0.00%
  • magenta value is 40.19%
  • yellow value is 15.89%
  • key color value is 58.04%

CMYK: (0,40,16,58)
C0M40Y16K58 (0%, 40%, 16%, 58%)
(0.00 / 0.40 / 0.16 / 0.58)

CMYK percentages

%0
%40.19
%15.89
%58.04

Codes

Color #6B405A in popluar color models

6B 40 5A
RGB 107 64 90
HSL 324° 25.15% 33.53%
HSB/HSV 324° 40.19% 41.96%
CMYK 0.00% 40.19% 15.89%
58.04%

Color #6B405A in popluar number systems.

HEX 6B 40 5A
Decimal 107 64 90
Binary 1101011 1000000 1011010
Octal 153 100 132

Shades and tints

Shades of #6B405A

#6B405A
(107,64,90)
#623B52
(98,59,82)
#59364A
(89,54,74)
#503142
(80,49,66)
#472C3A
(71,44,58)
#3E2732
(62,39,50)
#35222A
(53,34,42)
#2C1D22
(44,29,34)
#23181A
(35,24,26)
#1A1312
(26,19,18)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #6B405A

#6B405A
(107,64,90)
#785169
(120,81,105)
#856278
(133,98,120)
#927387
(146,115,135)
#9F8496
(159,132,150)
#AC95A5
(172,149,165)
#B9A6B4
(185,166,180)
#C6B7C3
(198,183,195)
#D3C8D2
(211,200,210)
#E0D9E1
(224,217,225)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B405A color. Also use rgb(107,64,90) instead hex code.

Text Font Color

.myTextColor { color: #6B405A; }

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

This text font color is #6B405A.

Background Color

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

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

This div background color is #6B405A.

Border color

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

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

This div border color is #6B405A.

Opacity

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

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

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

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

This text has shadow with #6B405A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B405A.

Preview

Color preview on black background

This text has color #6B405A on black background.


Color preview on white background

This text has color #6B405A on white background.


Black color preview on #6B405A background

This text has black color on #6B405A background.


White color preview on #6B405A background

This text has white color on #6B405A background.


Related colors

Complementary color

Complementary color for #hex is #94BFA5.


I love getcolorcode.com

Triadic colors

1 #5A6B40 and #405A6B with #6B405A are triadic colors.

2 #5A406B and #406B5A with #6B405A are triadic colors.