COLOR #6D12D0

HEX: #6D12D0
RGB: (109,18,208)

Color info

#6D12D0 contains mainly blue color. Web safe color of #6D12D0 is #6600CC (or #60C).

RGB color model

#6D12D0 color RGB value is (109,18,208).

  • red value is 109;
  • green value is 18;
  • blue value is 208.
RGB:
(109,18,208)
(43%,7%,82%)

RGB channels and saturation

R 109 of 255 = 43%
G 18 of 255 = 7%
B 208 of 255 = 82%

109
18
208

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

Portions of RGB colors in percentages

R + G + B =
109 + 18 + 208 = 335 (100%)
R 109 of 335 ~ 32.54%
G 18 of 335 ~ 5.37%
B 208 of 335 ~ 62.09%

%32.54
%62.09

CMYK color model

#6D12D0 color CMYK value is (48,91,0,18).

  • cyan value is 47.60%
  • magenta value is 91.35%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(48,91,0,18)
C48M91Y0K18 
(48%,91%,0%,18%)
(0.48/0.91/0.00/0.18)	

CMYK percentages

%47.6
%91.35
%0
%18.43

Codes

Color #6D12D0 in popluar color models

6D12D0
RGB10918208
HSL269°84.07%44.31%
HSB/HSV269°91.35%81.57%
CMYK47.60%91.35%0.00%
18.43%

Color #6D12D0 in popluar number systems.

HEX6D12D0
Decimal10918208
Binary11011011001011010000
Octal15522320

Shades and tints

Shades of #6D12D0

#6D12D0
(109,18,208)
#6411BE
(100,17,190)
#5B10AC
(91,16,172)
#520F9A
(82,15,154)
#490E88
(73,14,136)
#400D76
(64,13,118)
#370C64
(55,12,100)
#2E0B52
(46,11,82)
#250A40
(37,10,64)
#1C092E
(28,9,46)
#13081C
(19,8,28)
#000000
(0,0,0)

Tints of #6D12D0

#6D12D0
(109,18,208)
#7A27D4
(122,39,212)
#873CD8
(135,60,216)
#9451DC
(148,81,220)
#A166E0
(161,102,224)
#AE7BE4
(174,123,228)
#BB90E8
(187,144,232)
#C8A5EC
(200,165,236)
#D5BAF0
(213,186,240)
#E2CFF4
(226,207,244)
#EFE4F8
(239,228,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D12D0 color. Also use rgb(109,18,208) instead hex code.

Text Font Color

.myTextColor { color: #6D12D0; }

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

This text font color is #6D12D0.


Background Color

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

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

This div background color is #6D12D0.


Border color

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

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

This div border color is #6D12D0.


Opacity

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

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

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

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

This text has shadow with #6D12D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D12D0 on black background.


Color preview on white background

This text has color #6D12D0 on white background.



Black color preview on #6D12D0 background

This text has black color on #6D12D0 background.


White color preview on #6D12D0 background

This text has white color on #6D12D0 background.