COLOR #6C135D

HEX: #6C135D RGB: (108,19,93)

Color info

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

RGB color model

#6C135D color RGB value is (108,19,93).

RGB: (108,19,93) (42%, 7%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 19 of 255 = 7%
B 93 of 255 = 36%

108
19
93

R + G + B ~ 28%. #6C135D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 19 + 93 = 220 (100%)
R 108 of 220 ~ 49.09%
G 19 of 220 ~ 8.64%
B 93 of 220 ~ 42.27'%

%49.09
%42.27

CMYK color model

#6C135D color CMYK value is (0,82,14,58).

  • cyan value is 0.00%
  • magenta value is 82.41%
  • yellow value is 13.89%
  • key color value is 57.65%

CMYK: (0,82,14,58)
C0M82Y14K58 (0%, 82%, 14%, 58%)
(0.00 / 0.82 / 0.14 / 0.58)

CMYK percentages

%0
%82.41
%13.89
%57.65

Codes

Color #6C135D in popluar color models

6C 13 5D
RGB 108 19 93
HSL 310° 70.08% 24.90%
HSB/HSV 310° 82.41% 42.35%
CMYK 0.00% 82.41% 13.89%
57.65%

Color #6C135D in popluar number systems.

HEX 6C 13 5D
Decimal 108 19 93
Binary 1101100 10011 1011101
Octal 154 23 135

Shades and tints

Shades of #6C135D

#6C135D
(108,19,93)
#631255
(99,18,85)
#5A114D
(90,17,77)
#511045
(81,16,69)
#480F3D
(72,15,61)
#3F0E35
(63,14,53)
#360D2D
(54,13,45)
#2D0C25
(45,12,37)
#240B1D
(36,11,29)
#1B0A15
(27,10,21)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #6C135D

#6C135D
(108,19,93)
#79286B
(121,40,107)
#863D79
(134,61,121)
#935287
(147,82,135)
#A06795
(160,103,149)
#AD7CA3
(173,124,163)
#BA91B1
(186,145,177)
#C7A6BF
(199,166,191)
#D4BBCD
(212,187,205)
#E1D0DB
(225,208,219)
#EEE5E9
(238,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C135D color. Also use rgb(108,19,93) instead hex code.

Text Font Color

.myTextColor { color: #6C135D; }

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

This text font color is #6C135D.

Background Color

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

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

This div background color is #6C135D.

Border color

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

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

This div border color is #6C135D.

Opacity

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

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

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

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

This text has shadow with #6C135D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C135D.

Preview

Color preview on black background

This text has color #6C135D on black background.


Color preview on white background

This text has color #6C135D on white background.


Black color preview on #6C135D background

This text has black color on #6C135D background.


White color preview on #6C135D background

This text has white color on #6C135D background.


Related colors

Complementary color

Complementary color for #hex is #93ECA2.


I love getcolorcode.com

Triadic colors

1 #5D6C13 and #135D6C with #6C135D are triadic colors.

2 #5D136C and #136C5D with #6C135D are triadic colors.