COLOR #6D2658

HEX: #6D2658
RGB: (109,38,88)

Color info

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

RGB color model

#6D2658 color RGB value is (109,38,88).

  • red value is 109;
  • green value is 38;
  • blue value is 88.
RGB:
(109,38,88)
(43%,15%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 38 of 255 = 15%
B 88 of 255 = 35%

109
38
88

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

Portions of RGB colors in percentages

R + G + B =
109 + 38 + 88 = 235 (100%)
R 109 of 235 ~ 46.38%
G 38 of 235 ~ 16.17%
B 88 of 235 ~ 37.45%

%46.38
%16.17
%37.45

CMYK color model

#6D2658 color CMYK value is (0,65,19,57).

  • cyan value is 0.00%
  • magenta value is 65.14%
  • yellow value is 19.27%
  • key color value is 57.25%
CMYK:
(0,65,19,57)
C0M65Y19K57 
(0%,65%,19%,57%)
(0.00/0.65/0.19/0.57)	

CMYK percentages

%0
%65.14
%19.27
%57.25

Codes

Color #6D2658 in popluar color models

6D2658
RGB1093888
HSL318°48.30%28.82%
HSB/HSV318°65.14%42.75%
CMYK0.00%65.14%19.27%
57.25%

Color #6D2658 in popluar number systems.

HEX6D2658
Decimal1093888
Binary11011011001101011000
Octal15546130

Shades and tints

Shades of #6D2658

#6D2658
(109,38,88)
#642350
(100,35,80)
#5B2048
(91,32,72)
#521D40
(82,29,64)
#491A38
(73,26,56)
#401730
(64,23,48)
#371428
(55,20,40)
#2E1120
(46,17,32)
#250E18
(37,14,24)
#1C0B10
(28,11,16)
#130808
(19,8,8)
#000000
(0,0,0)

Tints of #6D2658

#6D2658
(109,38,88)
#7A3967
(122,57,103)
#874C76
(135,76,118)
#945F85
(148,95,133)
#A17294
(161,114,148)
#AE85A3
(174,133,163)
#BB98B2
(187,152,178)
#C8ABC1
(200,171,193)
#D5BED0
(213,190,208)
#E2D1DF
(226,209,223)
#EFE4EE
(239,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2658 color. Also use rgb(109,38,88) instead hex code.

Text Font Color

.myTextColor { color: #6D2658; }

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

This text font color is #6D2658.


Background Color

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

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

This div background color is #6D2658.


Border color

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

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

This div border color is #6D2658.


Opacity

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

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

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

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

This text has shadow with #6D2658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2658 on black background.


Color preview on white background

This text has color #6D2658 on white background.



Black color preview on #6D2658 background

This text has black color on #6D2658 background.


White color preview on #6D2658 background

This text has white color on #6D2658 background.