COLOR #6D0A74

HEX: #6D0A74
RGB: (109,10,116)

Color info

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

RGB color model

#6D0A74 color RGB value is (109,10,116).

  • red value is 109;
  • green value is 10;
  • blue value is 116.
RGB:
(109,10,116)
(43%,4%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 10 of 255 = 4%
B 116 of 255 = 45%

109
10
116

R + G + B ~ 31%. #6D0A74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 10 + 116 = 235 (100%)
R 109 of 235 ~ 46.38%
G 10 of 235 ~ 4.26%
B 116 of 235 ~ 49.36%

%46.38
%49.36

CMYK color model

#6D0A74 color CMYK value is (6,91,0,55).

  • cyan value is 6.03%
  • magenta value is 91.38%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(6,91,0,55)
C6M91Y0K55 
(6%,91%,0%,55%)
(0.06/0.91/0.00/0.55)	

CMYK percentages

%6.03
%91.38
%0
%54.51

Codes

Color #6D0A74 in popluar color models

6D0A74
RGB10910116
HSL296°84.13%24.71%
HSB/HSV296°91.38%45.49%
CMYK6.03%91.38%0.00%
54.51%

Color #6D0A74 in popluar number systems.

HEX6D0A74
Decimal10910116
Binary110110110101110100
Octal15512164

Shades and tints

Shades of #6D0A74

#6D0A74
(109,10,116)
#640A6A
(100,10,106)
#5B0A60
(91,10,96)
#520A56
(82,10,86)
#490A4C
(73,10,76)
#400A42
(64,10,66)
#370A38
(55,10,56)
#2E0A2E
(46,10,46)
#250A24
(37,10,36)
#1C0A1A
(28,10,26)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #6D0A74

#6D0A74
(109,10,116)
#7A2080
(122,32,128)
#87368C
(135,54,140)
#944C98
(148,76,152)
#A162A4
(161,98,164)
#AE78B0
(174,120,176)
#BB8EBC
(187,142,188)
#C8A4C8
(200,164,200)
#D5BAD4
(213,186,212)
#E2D0E0
(226,208,224)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0A74 color. Also use rgb(109,10,116) instead hex code.

Text Font Color

.myTextColor { color: #6D0A74; }

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

This text font color is #6D0A74.


Background Color

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

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

This div background color is #6D0A74.


Border color

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

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

This div border color is #6D0A74.


Opacity

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

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

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

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

This text has shadow with #6D0A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0A74 on black background.


Color preview on white background

This text has color #6D0A74 on white background.



Black color preview on #6D0A74 background

This text has black color on #6D0A74 background.


White color preview on #6D0A74 background

This text has white color on #6D0A74 background.