COLOR #6D0F60

HEX: #6D0F60 RGB: (109,15,96)

Color info

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

RGB color model

#6D0F60 color RGB value is (109,15,96).

RGB: (109,15,96) (43%, 6%, 38%)

RGB channels and saturation

R 109 of 255 = 43%
G 15 of 255 = 6%
B 96 of 255 = 38%

109
15
96

R + G + B ~ 29%. #6D0F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 15 + 96 = 220 (100%)
R 109 of 220 ~ 49.55%
G 15 of 220 ~ 6.82%
B 96 of 220 ~ 43.64'%

%49.55
%43.64

CMYK color model

#6D0F60 color CMYK value is (0,86,12,57).

  • cyan value is 0.00%
  • magenta value is 86.24%
  • yellow value is 11.93%
  • key color value is 57.25%

CMYK: (0,86,12,57)
C0M86Y12K57 (0%, 86%, 12%, 57%)
(0.00 / 0.86 / 0.12 / 0.57)

CMYK percentages

%0
%86.24
%11.93
%57.25

Codes

Color #6D0F60 in popluar color models

6D 0F 60
RGB 109 15 96
HSL 308° 75.81% 24.31%
HSB/HSV 308° 86.24% 42.75%
CMYK 0.00% 86.24% 11.93%
57.25%

Color #6D0F60 in popluar number systems.

HEX 6D 0F 60
Decimal 109 15 96
Binary 1101101 1111 1100000
Octal 155 17 140

Shades and tints

Shades of #6D0F60

#6D0F60
(109,15,96)
#640E58
(100,14,88)
#5B0D50
(91,13,80)
#520C48
(82,12,72)
#490B40
(73,11,64)
#400A38
(64,10,56)
#370930
(55,9,48)
#2E0828
(46,8,40)
#250720
(37,7,32)
#1C0618
(28,6,24)
#130510
(19,5,16)
#000000
(0,0,0)

Tints of #6D0F60

#6D0F60
(109,15,96)
#7A246E
(122,36,110)
#87397C
(135,57,124)
#944E8A
(148,78,138)
#A16398
(161,99,152)
#AE78A6
(174,120,166)
#BB8DB4
(187,141,180)
#C8A2C2
(200,162,194)
#D5B7D0
(213,183,208)
#E2CCDE
(226,204,222)
#EFE1EC
(239,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0F60 color. Also use rgb(109,15,96) instead hex code.

Text Font Color

.myTextColor { color: #6D0F60; }

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

This text font color is #6D0F60.

Background Color

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

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

This div background color is #6D0F60.

Border color

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

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

This div border color is #6D0F60.

Opacity

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

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

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

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

This text has shadow with #6D0F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D0F60.

Preview

Color preview on black background

This text has color #6D0F60 on black background.


Color preview on white background

This text has color #6D0F60 on white background.


Black color preview on #6D0F60 background

This text has black color on #6D0F60 background.


White color preview on #6D0F60 background

This text has white color on #6D0F60 background.


Related colors

Complementary color

Complementary color for #hex is #92F09F.


I love getcolorcode.com

Triadic colors

1 #606D0F and #0F606D with #6D0F60 are triadic colors.

2 #600F6D and #0F6D60 with #6D0F60 are triadic colors.