COLOR #6B017E

HEX: #6B017E RGB: (107,1,126)

Color info

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

RGB color model

#6B017E color RGB value is (107,1,126).

RGB: (107,1,126) (42%, 0%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 1 of 255 = 0%
B 126 of 255 = 49%

107
1
126

R + G + B ~ 30%. #6B017E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 1 + 126 = 234 (100%)
R 107 of 234 ~ 45.73%
G 1 of 234 ~ 0.43%
B 126 of 234 ~ 53.85'%

%45.73
%53.85

CMYK color model

#6B017E color CMYK value is (15,99,0,51).

  • cyan value is 15.08%
  • magenta value is 99.21%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (15,99,0,51) C15M99Y0K51 (15%,99%,0%,51%) (0.15/0.99/0.00/0.51) 

CMYK percentages

%15.08
%99.21
%0
%50.59

Codes

Color #6B017E in popluar color models

6B 01 7E
RGB 107 1 126
HSL 291° 98.43% 24.90%
HSB/HSV 291° 99.21% 49.41%
CMYK 15.08% 99.21% 0.00%
50.59%

Color #6B017E in popluar number systems.

HEX 6B 01 7E
Decimal 107 1 126
Binary 1101011 1 1111110
Octal 153 1 176

Shades and tints

Shades of #6B017E

#6B017E
(107,1,126)
#620173
(98,1,115)
#590168
(89,1,104)
#50015D
(80,1,93)
#470152
(71,1,82)
#3E0147
(62,1,71)
#35013C
(53,1,60)
#2C0131
(44,1,49)
#230126
(35,1,38)
#1A011B
(26,1,27)
#110110
(17,1,16)
#000000
(0,0,0)

Tints of #6B017E

#6B017E
(107,1,126)
#781889
(120,24,137)
#852F94
(133,47,148)
#92469F
(146,70,159)
#9F5DAA
(159,93,170)
#AC74B5
(172,116,181)
#B98BC0
(185,139,192)
#C6A2CB
(198,162,203)
#D3B9D6
(211,185,214)
#E0D0E1
(224,208,225)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B017E; }

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

This text font color is #6B017E.

Background Color

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

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

This div background color is #6B017E.

Border color

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

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

This div border color is #6B017E.

Opacity

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

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

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

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

This text has shadow with #6B017E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B017E.

Preview

Color preview on black background

This text has color #6B017E on black background.


Color preview on white background

This text has color #6B017E on white background.


Black color preview on #6B017E background

This text has black color on #6B017E background.


White color preview on #6B017E background

This text has white color on #6B017E background.


Related colors

Complementary color

Complementary color for #hex is #94FE81.


I love getcolorcode.com

Triadic colors

1 #7E6B01 and #017E6B with #6B017E are triadic colors.

2 #7E016B and #016B7E with #6B017E are triadic colors.