COLOR #6B415D

HEX: #6B415D
RGB: (107,65,93)

Color info

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

RGB color model

#6B415D color RGB value is (107,65,93).

  • red value is 107;
  • green value is 65;
  • blue value is 93.
RGB:
(107,65,93)
(42%,25%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 65 of 255 = 25%
B 93 of 255 = 36%

107
65
93

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

Portions of RGB colors in percentages

R + G + B =
107 + 65 + 93 = 265 (100%)
R 107 of 265 ~ 40.38%
G 65 of 265 ~ 24.53%
B 93 of 265 ~ 35.09%

%40.38
%24.53
%35.09

CMYK color model

#6B415D color CMYK value is (0,39,13,58).

  • cyan value is 0.00%
  • magenta value is 39.25%
  • yellow value is 13.08%
  • key color value is 58.04%
CMYK:
(0,39,13,58)
C0M39Y13K58 
(0%,39%,13%,58%)
(0.00/0.39/0.13/0.58)	

CMYK percentages

%0
%39.25
%13.08
%58.04

Codes

Color #6B415D in popluar color models

6B415D
RGB1076593
HSL320°24.42%33.73%
HSB/HSV320°39.25%41.96%
CMYK0.00%39.25%13.08%
58.04%

Color #6B415D in popluar number systems.

HEX6B415D
Decimal1076593
Binary110101110000011011101
Octal153101135

Shades and tints

Shades of #6B415D

#6B415D
(107,65,93)
#623C55
(98,60,85)
#59374D
(89,55,77)
#503245
(80,50,69)
#472D3D
(71,45,61)
#3E2835
(62,40,53)
#35232D
(53,35,45)
#2C1E25
(44,30,37)
#23191D
(35,25,29)
#1A1415
(26,20,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #6B415D

#6B415D
(107,65,93)
#78526B
(120,82,107)
#856379
(133,99,121)
#927487
(146,116,135)
#9F8595
(159,133,149)
#AC96A3
(172,150,163)
#B9A7B1
(185,167,177)
#C6B8BF
(198,184,191)
#D3C9CD
(211,201,205)
#E0DADB
(224,218,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B415D; }

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

This text font color is #6B415D.


Background Color

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

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

This div background color is #6B415D.


Border color

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

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

This div border color is #6B415D.


Opacity

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

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

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

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

This text has shadow with #6B415D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B415D on black background.


Color preview on white background

This text has color #6B415D on white background.



Black color preview on #6B415D background

This text has black color on #6B415D background.


White color preview on #6B415D background

This text has white color on #6B415D background.