COLOR #6D35BD

HEX: #6D35BD
RGB: (109,53,189)

Color info

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

RGB color model

#6D35BD color RGB value is (109,53,189).

  • red value is 109;
  • green value is 53;
  • blue value is 189.
RGB:
(109,53,189)
(43%,21%,74%)

RGB channels and saturation

R 109 of 255 = 43%
G 53 of 255 = 21%
B 189 of 255 = 74%

109
53
189

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

Portions of RGB colors in percentages

R + G + B =
109 + 53 + 189 = 351 (100%)
R 109 of 351 ~ 31.05%
G 53 of 351 ~ 15.1%
B 189 of 351 ~ 53.85%

%31.05
%15.1
%53.85

CMYK color model

#6D35BD color CMYK value is (42,72,0,26).

  • cyan value is 42.33%
  • magenta value is 71.96%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(42,72,0,26)
C42M72Y0K26 
(42%,72%,0%,26%)
(0.42/0.72/0.00/0.26)	

CMYK percentages

%42.33
%71.96
%0
%25.88

Codes

Color #6D35BD in popluar color models

6D35BD
RGB10953189
HSL265°56.20%47.45%
HSB/HSV265°71.96%74.12%
CMYK42.33%71.96%0.00%
25.88%

Color #6D35BD in popluar number systems.

HEX6D35BD
Decimal10953189
Binary110110111010110111101
Octal15565275

Shades and tints

Shades of #6D35BD

#6D35BD
(109,53,189)
#6431AC
(100,49,172)
#5B2D9B
(91,45,155)
#52298A
(82,41,138)
#492579
(73,37,121)
#402168
(64,33,104)
#371D57
(55,29,87)
#2E1946
(46,25,70)
#251535
(37,21,53)
#1C1124
(28,17,36)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #6D35BD

#6D35BD
(109,53,189)
#7A47C3
(122,71,195)
#8759C9
(135,89,201)
#946BCF
(148,107,207)
#A17DD5
(161,125,213)
#AE8FDB
(174,143,219)
#BBA1E1
(187,161,225)
#C8B3E7
(200,179,231)
#D5C5ED
(213,197,237)
#E2D7F3
(226,215,243)
#EFE9F9
(239,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D35BD color. Also use rgb(109,53,189) instead hex code.

Text Font Color

.myTextColor { color: #6D35BD; }

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

This text font color is #6D35BD.


Background Color

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

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

This div background color is #6D35BD.


Border color

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

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

This div border color is #6D35BD.


Opacity

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

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

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

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

This text has shadow with #6D35BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D35BD on black background.


Color preview on white background

This text has color #6D35BD on white background.



Black color preview on #6D35BD background

This text has black color on #6D35BD background.


White color preview on #6D35BD background

This text has white color on #6D35BD background.