COLOR #6D255C

HEX: #6D255C
RGB: (109,37,92)

Color info

#6D255C contains mainly red and blue colors. Web safe color of #6D255C is #663366 (or #636).

RGB color model

#6D255C color RGB value is (109,37,92).

  • red value is 109;
  • green value is 37;
  • blue value is 92.
RGB:
(109,37,92)
(43%,15%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 37 of 255 = 15%
B 92 of 255 = 36%

109
37
92

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

Portions of RGB colors in percentages

R + G + B =
109 + 37 + 92 = 238 (100%)
R 109 of 238 ~ 45.8%
G 37 of 238 ~ 15.55%
B 92 of 238 ~ 38.66%

%45.8
%15.55
%38.66

CMYK color model

#6D255C color CMYK value is (0,66,16,57).

  • cyan value is 0.00%
  • magenta value is 66.06%
  • yellow value is 15.60%
  • key color value is 57.25%
CMYK:
(0,66,16,57)
C0M66Y16K57 
(0%,66%,16%,57%)
(0.00/0.66/0.16/0.57)	

CMYK percentages

%0
%66.06
%15.6
%57.25

Codes

Color #6D255C in popluar color models

6D255C
RGB1093792
HSL314°49.32%28.63%
HSB/HSV314°66.06%42.75%
CMYK0.00%66.06%15.60%
57.25%

Color #6D255C in popluar number systems.

HEX6D255C
Decimal1093792
Binary11011011001011011100
Octal15545134

Shades and tints

Shades of #6D255C

#6D255C
(109,37,92)
#642254
(100,34,84)
#5B1F4C
(91,31,76)
#521C44
(82,28,68)
#49193C
(73,25,60)
#401634
(64,22,52)
#37132C
(55,19,44)
#2E1024
(46,16,36)
#250D1C
(37,13,28)
#1C0A14
(28,10,20)
#13070C
(19,7,12)
#000000
(0,0,0)

Tints of #6D255C

#6D255C
(109,37,92)
#7A386A
(122,56,106)
#874B78
(135,75,120)
#945E86
(148,94,134)
#A17194
(161,113,148)
#AE84A2
(174,132,162)
#BB97B0
(187,151,176)
#C8AABE
(200,170,190)
#D5BDCC
(213,189,204)
#E2D0DA
(226,208,218)
#EFE3E8
(239,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D255C color. Also use rgb(109,37,92) instead hex code.

Text Font Color

.myTextColor { color: #6D255C; }

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

This text font color is #6D255C.


Background Color

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

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

This div background color is #6D255C.


Border color

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

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

This div border color is #6D255C.


Opacity

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

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

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

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

This text has shadow with #6D255C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D255C on black background.


Color preview on white background

This text has color #6D255C on white background.



Black color preview on #6D255C background

This text has black color on #6D255C background.


White color preview on #6D255C background

This text has white color on #6D255C background.