COLOR #6D668A

HEX: #6D668A
RGB: (109,102,138)

Color info

#6D668A contains red, green and blue colors in about the same proportion. Web safe color of #6D668A is #666699 (or #669).

RGB color model

#6D668A color RGB value is (109,102,138).

  • red value is 109;
  • green value is 102;
  • blue value is 138.
RGB:
(109,102,138)
(43%,40%,54%)

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 138 of 255 = 54%

109
102
138

R + G + B ~ 46%. #6D668A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 102 + 138 = 349 (100%)
R 109 of 349 ~ 31.23%
G 102 of 349 ~ 29.23%
B 138 of 349 ~ 39.54%

%31.23
%29.23
%39.54

CMYK color model

#6D668A color CMYK value is (21,26,0,46).

  • cyan value is 21.01%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(21,26,0,46)
C21M26Y0K46 
(21%,26%,0%,46%)
(0.21/0.26/0.00/0.46)	

CMYK percentages

%21.01
%26.09
%0
%45.88

Codes

Color #6D668A in popluar color models

6D668A
RGB109102138
HSL252°15.00%47.06%
HSB/HSV252°26.09%54.12%
CMYK21.01%26.09%0.00%
45.88%

Color #6D668A in popluar number systems.

HEX6D668A
Decimal109102138
Binary1101101110011010001010
Octal155146212

Shades and tints

Shades of #6D668A

#6D668A
(109,102,138)
#645D7E
(100,93,126)
#5B5472
(91,84,114)
#524B66
(82,75,102)
#49425A
(73,66,90)
#40394E
(64,57,78)
#373042
(55,48,66)
#2E2736
(46,39,54)
#251E2A
(37,30,42)
#1C151E
(28,21,30)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #6D668A

#6D668A
(109,102,138)
#7A7394
(122,115,148)
#87809E
(135,128,158)
#948DA8
(148,141,168)
#A19AB2
(161,154,178)
#AEA7BC
(174,167,188)
#BBB4C6
(187,180,198)
#C8C1D0
(200,193,208)
#D5CEDA
(213,206,218)
#E2DBE4
(226,219,228)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D668A color. Also use rgb(109,102,138) instead hex code.

Text Font Color

.myTextColor { color: #6D668A; }

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

This text font color is #6D668A.


Background Color

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

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

This div background color is #6D668A.


Border color

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

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

This div border color is #6D668A.


Opacity

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

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

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

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

This text has shadow with #6D668A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D668A on black background.


Color preview on white background

This text has color #6D668A on white background.



Black color preview on #6D668A background

This text has black color on #6D668A background.


White color preview on #6D668A background

This text has white color on #6D668A background.