COLOR #6B25BA

HEX: #6B25BA RGB: (107,37,186)

Color info

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

RGB color model

#6B25BA color RGB value is (107,37,186).

RGB: (107,37,186) (42%, 15%, 73%)

RGB channels and saturation

R 107 of 255 = 42%
G 37 of 255 = 15%
B 186 of 255 = 73%

107
37
186

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

Portions of RGB colors in percentages

R + G + B = 107 + 37 + 186 = 330 (100%)
R 107 of 330 ~ 32.42%
G 37 of 330 ~ 11.21%
B 186 of 330 ~ 56.36'%

%32.42
%11.21
%56.36

CMYK color model

#6B25BA color CMYK value is (42,80,0,27).

  • cyan value is 42.47%
  • magenta value is 80.11%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (42,80,0,27)
C42M80Y0K27 (42%, 80%, 0%, 27%)
(0.42 / 0.80 / 0.00 / 0.27)

CMYK percentages

%42.47
%80.11
%0
%27.06

Codes

Color #6B25BA in popluar color models

6B 25 BA
RGB 107 37 186
HSL 268° 66.82% 43.73%
HSB/HSV 268° 80.11% 72.94%
CMYK 42.47% 80.11% 0.00%
27.06%

Color #6B25BA in popluar number systems.

HEX 6B 25 BA
Decimal 107 37 186
Binary 1101011 100101 10111010
Octal 153 45 272

Shades and tints

Shades of #6B25BA

#6B25BA
(107,37,186)
#6222AA
(98,34,170)
#591F9A
(89,31,154)
#501C8A
(80,28,138)
#47197A
(71,25,122)
#3E166A
(62,22,106)
#35135A
(53,19,90)
#2C104A
(44,16,74)
#230D3A
(35,13,58)
#1A0A2A
(26,10,42)
#11071A
(17,7,26)
#000000
(0,0,0)

Tints of #6B25BA

#6B25BA
(107,37,186)
#7838C0
(120,56,192)
#854BC6
(133,75,198)
#925ECC
(146,94,204)
#9F71D2
(159,113,210)
#AC84D8
(172,132,216)
#B997DE
(185,151,222)
#C6AAE4
(198,170,228)
#D3BDEA
(211,189,234)
#E0D0F0
(224,208,240)
#EDE3F6
(237,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B25BA; }

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

This text font color is #6B25BA.

Background Color

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

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

This div background color is #6B25BA.

Border color

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

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

This div border color is #6B25BA.

Opacity

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

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

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

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

This text has shadow with #6B25BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B25BA.

Preview

Color preview on black background

This text has color #6B25BA on black background.


Color preview on white background

This text has color #6B25BA on white background.


Black color preview on #6B25BA background

This text has black color on #6B25BA background.


White color preview on #6B25BA background

This text has white color on #6B25BA background.


Related colors

Complementary color

Complementary color for #hex is #94DA45.


I love getcolorcode.com

Triadic colors

1 #BA6B25 and #25BA6B with #6B25BA are triadic colors.

2 #BA256B and #256BBA with #6B25BA are triadic colors.