COLOR #6B067F

HEX: #6B067F RGB: (107,6,127)

Color info

#6B067F contains mainly red and blue colors. Web safe color of #6B067F is #660066 (or #606).

RGB color model

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

RGB: (107,6,127) (42%, 2%, 50%)

RGB channels and saturation

R 107 of 255 = 42%
G 6 of 255 = 2%
B 127 of 255 = 50%

107
6
127

R + G + B ~ 31%. #6B067F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 6 + 127 = 240 (100%)
R 107 of 240 ~ 44.58%
G 6 of 240 ~ 2.5%
B 127 of 240 ~ 52.92'%

%44.58
%52.92

CMYK color model

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

  • cyan value is 15.75%
  • magenta value is 95.28%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (16,95,0,50)
C16M95Y0K50 (16%, 95%, 0%, 50%)
(0.16 / 0.95 / 0.00 / 0.50)

CMYK percentages

%15.75
%95.28
%0
%50.2

Codes

Color #6B067F in popluar color models

6B 06 7F
RGB 107 6 127
HSL 290° 90.98% 26.08%
HSB/HSV 290° 95.28% 49.80%
CMYK 15.75% 95.28% 0.00%
50.20%

Color #6B067F in popluar number systems.

HEX 6B 06 7F
Decimal 107 6 127
Binary 1101011 110 1111111
Octal 153 6 177

Shades and tints

Shades of #6B067F

#6B067F
(107,6,127)
#620674
(98,6,116)
#590669
(89,6,105)
#50065E
(80,6,94)
#470653
(71,6,83)
#3E0648
(62,6,72)
#35063D
(53,6,61)
#2C0632
(44,6,50)
#230627
(35,6,39)
#1A061C
(26,6,28)
#110611
(17,6,17)
#000000
(0,0,0)

Tints of #6B067F

#6B067F
(107,6,127)
#781C8A
(120,28,138)
#853295
(133,50,149)
#9248A0
(146,72,160)
#9F5EAB
(159,94,171)
#AC74B6
(172,116,182)
#B98AC1
(185,138,193)
#C6A0CC
(198,160,204)
#D3B6D7
(211,182,215)
#E0CCE2
(224,204,226)
#EDE2ED
(237,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B067F; }

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

This text font color is #6B067F.

Background Color

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

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

This div background color is #6B067F.

Border color

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

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

This div border color is #6B067F.

Opacity

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

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

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

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

This text has shadow with #6B067F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B067F.

Preview

Color preview on black background

This text has color #6B067F on black background.


Color preview on white background

This text has color #6B067F on white background.


Black color preview on #6B067F background

This text has black color on #6B067F background.


White color preview on #6B067F background

This text has white color on #6B067F background.


Related colors

Complementary color

Complementary color for #hex is #94F980.


I love getcolorcode.com

Triadic colors

1 #7F6B06 and #067F6B with #6B067F are triadic colors.

2 #7F066B and #066B7F with #6B067F are triadic colors.