COLOR #6B1EDA

HEX: #6B1EDA RGB: (107,30,218)

Color info

#6B1EDA contains mainly blue color. Web safe color of #6B1EDA is #6633CC (or #63C).

RGB color model

#6B1EDA color RGB value is (107,30,218).

RGB: (107,30,218) (42%, 12%, 85%)

RGB channels and saturation

R 107 of 255 = 42%
G 30 of 255 = 12%
B 218 of 255 = 85%

107
30
218

R + G + B ~ 46%. #6B1EDA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 107 + 30 + 218 = 355 (100%)
R 107 of 355 ~ 30.14%
G 30 of 355 ~ 8.45%
B 218 of 355 ~ 61.41'%

%30.14
%61.41

CMYK color model

#6B1EDA color CMYK value is (51,86,0,15).

  • cyan value is 50.92%
  • magenta value is 86.24%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (51,86,0,15)
C51M86Y0K15 (51%, 86%, 0%, 15%)
(0.51 / 0.86 / 0.00 / 0.15)

CMYK percentages

%50.92
%86.24
%0
%14.51

Codes

Color #6B1EDA in popluar color models

6B 1E DA
RGB 107 30 218
HSL 265° 75.81% 48.63%
HSB/HSV 265° 86.24% 85.49%
CMYK 50.92% 86.24% 0.00%
14.51%

Color #6B1EDA in popluar number systems.

HEX 6B 1E DA
Decimal 107 30 218
Binary 1101011 11110 11011010
Octal 153 36 332

Shades and tints

Shades of #6B1EDA

#6B1EDA
(107,30,218)
#621CC7
(98,28,199)
#591AB4
(89,26,180)
#5018A1
(80,24,161)
#47168E
(71,22,142)
#3E147B
(62,20,123)
#351268
(53,18,104)
#2C1055
(44,16,85)
#230E42
(35,14,66)
#1A0C2F
(26,12,47)
#110A1C
(17,10,28)
#000000
(0,0,0)

Tints of #6B1EDA

#6B1EDA
(107,30,218)
#7832DD
(120,50,221)
#8546E0
(133,70,224)
#925AE3
(146,90,227)
#9F6EE6
(159,110,230)
#AC82E9
(172,130,233)
#B996EC
(185,150,236)
#C6AAEF
(198,170,239)
#D3BEF2
(211,190,242)
#E0D2F5
(224,210,245)
#EDE6F8
(237,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B1EDA; }

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

This text font color is #6B1EDA.

Background Color

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

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

This div background color is #6B1EDA.

Border color

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

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

This div border color is #6B1EDA.

Opacity

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

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

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

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

This text has shadow with #6B1EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B1EDA.

Preview

Color preview on black background

This text has color #6B1EDA on black background.


Color preview on white background

This text has color #6B1EDA on white background.


Black color preview on #6B1EDA background

This text has black color on #6B1EDA background.


White color preview on #6B1EDA background

This text has white color on #6B1EDA background.


Related colors

Complementary color

Complementary color for #hex is #94E125.


I love getcolorcode.com

Triadic colors

1 #DA6B1E and #1EDA6B with #6B1EDA are triadic colors.

2 #DA1E6B and #1E6BDA with #6B1EDA are triadic colors.