COLOR #6A6687

HEX: #6A6687
RGB: (106,102,135)

Color info

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

RGB color model

#6A6687 color RGB value is (106,102,135).

  • red value is 106;
  • green value is 102;
  • blue value is 135.
RGB:
(106,102,135)
(42%,40%,53%)

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 135 of 255 = 53%

106
102
135

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

Portions of RGB colors in percentages

R + G + B =
106 + 102 + 135 = 343 (100%)
R 106 of 343 ~ 30.9%
G 102 of 343 ~ 29.74%
B 135 of 343 ~ 39.36%

%30.9
%29.74
%39.36

CMYK color model

#6A6687 color CMYK value is (21,24,0,47).

  • cyan value is 21.48%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(21,24,0,47)
C21M24Y0K47 
(21%,24%,0%,47%)
(0.21/0.24/0.00/0.47)	

CMYK percentages

%21.48
%24.44
%0
%47.06

Codes

Color #6A6687 in popluar color models

6A6687
RGB106102135
HSL247°13.92%46.47%
HSB/HSV247°24.44%52.94%
CMYK21.48%24.44%0.00%
47.06%

Color #6A6687 in popluar number systems.

HEX6A6687
Decimal106102135
Binary1101010110011010000111
Octal152146207

Shades and tints

Shades of #6A6687

#6A6687
(106,102,135)
#615D7B
(97,93,123)
#58546F
(88,84,111)
#4F4B63
(79,75,99)
#464257
(70,66,87)
#3D394B
(61,57,75)
#34303F
(52,48,63)
#2B2733
(43,39,51)
#221E27
(34,30,39)
#19151B
(25,21,27)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #6A6687

#6A6687
(106,102,135)
#777391
(119,115,145)
#84809B
(132,128,155)
#918DA5
(145,141,165)
#9E9AAF
(158,154,175)
#ABA7B9
(171,167,185)
#B8B4C3
(184,180,195)
#C5C1CD
(197,193,205)
#D2CED7
(210,206,215)
#DFDBE1
(223,219,225)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6687 color. Also use rgb(106,102,135) instead hex code.

Text Font Color

.myTextColor { color: #6A6687; }

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

This text font color is #6A6687.


Background Color

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

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

This div background color is #6A6687.


Border color

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

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

This div border color is #6A6687.


Opacity

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

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

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

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

This text has shadow with #6A6687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6687 on black background.


Color preview on white background

This text has color #6A6687 on white background.



Black color preview on #6A6687 background

This text has black color on #6A6687 background.


White color preview on #6A6687 background

This text has white color on #6A6687 background.