COLOR #6D1658

HEX: #6D1658
RGB: (109,22,88)

Color info

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

RGB color model

#6D1658 color RGB value is (109,22,88).

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

RGB channels and saturation

R 109 of 255 = 43%
G 22 of 255 = 9%
B 88 of 255 = 35%

109
22
88

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

Portions of RGB colors in percentages

R + G + B =
109 + 22 + 88 = 219 (100%)
R 109 of 219 ~ 49.77%
G 22 of 219 ~ 10.05%
B 88 of 219 ~ 40.18%

%49.77
%10.05
%40.18

CMYK color model

#6D1658 color CMYK value is (0,80,19,57).

  • cyan value is 0.00%
  • magenta value is 79.82%
  • yellow value is 19.27%
  • key color value is 57.25%
CMYK:
(0,80,19,57)
C0M80Y19K57 
(0%,80%,19%,57%)
(0.00/0.80/0.19/0.57)	

CMYK percentages

%0
%79.82
%19.27
%57.25

Codes

Color #6D1658 in popluar color models

6D1658
RGB1092288
HSL314°66.41%25.69%
HSB/HSV314°79.82%42.75%
CMYK0.00%79.82%19.27%
57.25%

Color #6D1658 in popluar number systems.

HEX6D1658
Decimal1092288
Binary1101101101101011000
Octal15526130

Shades and tints

Shades of #6D1658

#6D1658
(109,22,88)
#641450
(100,20,80)
#5B1248
(91,18,72)
#521040
(82,16,64)
#490E38
(73,14,56)
#400C30
(64,12,48)
#370A28
(55,10,40)
#2E0820
(46,8,32)
#250618
(37,6,24)
#1C0410
(28,4,16)
#130208
(19,2,8)
#000000
(0,0,0)

Tints of #6D1658

#6D1658
(109,22,88)
#7A2B67
(122,43,103)
#874076
(135,64,118)
#945585
(148,85,133)
#A16A94
(161,106,148)
#AE7FA3
(174,127,163)
#BB94B2
(187,148,178)
#C8A9C1
(200,169,193)
#D5BED0
(213,190,208)
#E2D3DF
(226,211,223)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1658; }

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

This text font color is #6D1658.


Background Color

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

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

This div background color is #6D1658.


Border color

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

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

This div border color is #6D1658.


Opacity

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

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

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

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

This text has shadow with #6D1658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1658 on black background.


Color preview on white background

This text has color #6D1658 on white background.



Black color preview on #6D1658 background

This text has black color on #6D1658 background.


White color preview on #6D1658 background

This text has white color on #6D1658 background.