COLOR #6D135B

HEX: #6D135B
RGB: (109,19,91)

Color info

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

RGB color model

#6D135B color RGB value is (109,19,91).

  • red value is 109;
  • green value is 19;
  • blue value is 91.
RGB:
(109,19,91)
(43%,7%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 19 of 255 = 7%
B 91 of 255 = 36%

109
19
91

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

Portions of RGB colors in percentages

R + G + B =
109 + 19 + 91 = 219 (100%)
R 109 of 219 ~ 49.77%
G 19 of 219 ~ 8.68%
B 91 of 219 ~ 41.55%

%49.77
%41.55

CMYK color model

#6D135B color CMYK value is (0,83,17,57).

  • cyan value is 0.00%
  • magenta value is 82.57%
  • yellow value is 16.51%
  • key color value is 57.25%
CMYK:
(0,83,17,57)
C0M83Y17K57 
(0%,83%,17%,57%)
(0.00/0.83/0.17/0.57)	

CMYK percentages

%0
%82.57
%16.51
%57.25

Codes

Color #6D135B in popluar color models

6D135B
RGB1091991
HSL312°70.31%25.10%
HSB/HSV312°82.57%42.75%
CMYK0.00%82.57%16.51%
57.25%

Color #6D135B in popluar number systems.

HEX6D135B
Decimal1091991
Binary1101101100111011011
Octal15523133

Shades and tints

Shades of #6D135B

#6D135B
(109,19,91)
#641253
(100,18,83)
#5B114B
(91,17,75)
#521043
(82,16,67)
#490F3B
(73,15,59)
#400E33
(64,14,51)
#370D2B
(55,13,43)
#2E0C23
(46,12,35)
#250B1B
(37,11,27)
#1C0A13
(28,10,19)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #6D135B

#6D135B
(109,19,91)
#7A2869
(122,40,105)
#873D77
(135,61,119)
#945285
(148,82,133)
#A16793
(161,103,147)
#AE7CA1
(174,124,161)
#BB91AF
(187,145,175)
#C8A6BD
(200,166,189)
#D5BBCB
(213,187,203)
#E2D0D9
(226,208,217)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D135B color. Also use rgb(109,19,91) instead hex code.

Text Font Color

.myTextColor { color: #6D135B; }

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

This text font color is #6D135B.


Background Color

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

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

This div background color is #6D135B.


Border color

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

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

This div border color is #6D135B.


Opacity

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

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

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

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

This text has shadow with #6D135B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D135B on black background.


Color preview on white background

This text has color #6D135B on white background.



Black color preview on #6D135B background

This text has black color on #6D135B background.


White color preview on #6D135B background

This text has white color on #6D135B background.