COLOR #6A6990

HEX: #6A6990 RGB: (106,105,144)

Color info

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

RGB color model

#6A6990 color RGB value is (106,105,144).

RGB: (106,105,144) (42%, 41%, 56%)

RGB channels and saturation

R 106 of 255 = 42%
G 105 of 255 = 41%
B 144 of 255 = 56%

106
105
144

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

Portions of RGB colors in percentages

R + G + B = 106 + 105 + 144 = 355 (100%)
R 106 of 355 ~ 29.86%
G 105 of 355 ~ 29.58%
B 144 of 355 ~ 40.56'%

%29.86
%29.58
%40.56

CMYK color model

#6A6990 color CMYK value is (26,27,0,44).

  • cyan value is 26.39%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (26,27,0,44)
C26M27Y0K44 (26%, 27%, 0%, 44%)
(0.26 / 0.27 / 0.00 / 0.44)

CMYK percentages

%26.39
%27.08
%0
%43.53

Codes

Color #6A6990 in popluar color models

6A 69 90
RGB 106 105 144
HSL 242° 15.66% 48.82%
HSB/HSV 242° 27.08% 56.47%
CMYK 26.39% 27.08% 0.00%
43.53%

Color #6A6990 in popluar number systems.

HEX 6A 69 90
Decimal 106 105 144
Binary 1101010 1101001 10010000
Octal 152 151 220

Shades and tints

Shades of #6A6990

#6A6990
(106,105,144)
#616083
(97,96,131)
#585776
(88,87,118)
#4F4E69
(79,78,105)
#46455C
(70,69,92)
#3D3C4F
(61,60,79)
#343342
(52,51,66)
#2B2A35
(43,42,53)
#222128
(34,33,40)
#19181B
(25,24,27)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #6A6990

#6A6990
(106,105,144)
#77769A
(119,118,154)
#8483A4
(132,131,164)
#9190AE
(145,144,174)
#9E9DB8
(158,157,184)
#ABAAC2
(171,170,194)
#B8B7CC
(184,183,204)
#C5C4D6
(197,196,214)
#D2D1E0
(210,209,224)
#DFDEEA
(223,222,234)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6990 color. Also use rgb(106,105,144) instead hex code.

Text Font Color

.myTextColor { color: #6A6990; }

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

This text font color is #6A6990.

Background Color

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

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

This div background color is #6A6990.

Border color

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

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

This div border color is #6A6990.

Opacity

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

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

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

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

This text has shadow with #6A6990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6990.

Preview

Color preview on black background

This text has color #6A6990 on black background.


Color preview on white background

This text has color #6A6990 on white background.


Black color preview on #6A6990 background

This text has black color on #6A6990 background.


White color preview on #6A6990 background

This text has white color on #6A6990 background.


Related colors

Complementary color

Complementary color for #hex is #95966F.


I love getcolorcode.com

Triadic colors

1 #906A69 and #69906A with #6A6990 are triadic colors.

2 #90696A and #696A90 with #6A6990 are triadic colors.