COLOR #6B407F

HEX: #6B407F
RGB: (107,64,127)

Color info

#6B407F contains mainly red and blue colors. Web safe color of #6B407F is #663366 (or #636).

RGB color model

#6B407F color RGB value is (107,64,127).

  • red value is 107;
  • green value is 64;
  • blue value is 127.
RGB:
(107,64,127)
(42%,25%,50%)

RGB channels and saturation

R 107 of 255 = 42%
G 64 of 255 = 25%
B 127 of 255 = 50%

107
64
127

R + G + B ~ 39%. #6B407F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 64 + 127 = 298 (100%)
R 107 of 298 ~ 35.91%
G 64 of 298 ~ 21.48%
B 127 of 298 ~ 42.62%

%35.91
%21.48
%42.62

CMYK color model

#6B407F color CMYK value is (16,50,0,50).

  • cyan value is 15.75%
  • magenta value is 49.61%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(16,50,0,50)
C16M50Y0K50 
(16%,50%,0%,50%)
(0.16/0.50/0.00/0.50)	

CMYK percentages

%15.75
%49.61
%0
%50.2

Codes

Color #6B407F in popluar color models

6B407F
RGB10764127
HSL281°32.98%37.45%
HSB/HSV281°49.61%49.80%
CMYK15.75%49.61%0.00%
50.20%

Color #6B407F in popluar number systems.

HEX6B407F
Decimal10764127
Binary110101110000001111111
Octal153100177

Shades and tints

Shades of #6B407F

#6B407F
(107,64,127)
#623B74
(98,59,116)
#593669
(89,54,105)
#50315E
(80,49,94)
#472C53
(71,44,83)
#3E2748
(62,39,72)
#35223D
(53,34,61)
#2C1D32
(44,29,50)
#231827
(35,24,39)
#1A131C
(26,19,28)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #6B407F

#6B407F
(107,64,127)
#78518A
(120,81,138)
#856295
(133,98,149)
#9273A0
(146,115,160)
#9F84AB
(159,132,171)
#AC95B6
(172,149,182)
#B9A6C1
(185,166,193)
#C6B7CC
(198,183,204)
#D3C8D7
(211,200,215)
#E0D9E2
(224,217,226)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B407F; }

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

This text font color is #6B407F.


Background Color

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

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

This div background color is #6B407F.


Border color

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

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

This div border color is #6B407F.


Opacity

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

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

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

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

This text has shadow with #6B407F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B407F on black background.


Color preview on white background

This text has color #6B407F on white background.



Black color preview on #6B407F background

This text has black color on #6B407F background.


White color preview on #6B407F background

This text has white color on #6B407F background.