COLOR #6A69A6

HEX: #6A69A6 RGB: (106,105,166)

Color info

#6A69A6 contains mainly blue color. Web safe color of #6A69A6 is #666699 (or #669).

RGB color model

#6A69A6 color RGB value is (106,105,166).

RGB: (106,105,166) (42%, 41%, 65%)

RGB channels and saturation

R 106 of 255 = 42%
G 105 of 255 = 41%
B 166 of 255 = 65%

106
105
166

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

Portions of RGB colors in percentages

R + G + B = 106 + 105 + 166 = 377 (100%)
R 106 of 377 ~ 28.12%
G 105 of 377 ~ 27.85%
B 166 of 377 ~ 44.03'%

%28.12
%27.85
%44.03

CMYK color model

#6A69A6 color CMYK value is (36,37,0,35).

  • cyan value is 36.14%
  • magenta value is 36.75%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (36,37,0,35)
C36M37Y0K35 (36%, 37%, 0%, 35%)
(0.36 / 0.37 / 0.00 / 0.35)

CMYK percentages

%36.14
%36.75
%0
%34.9

Codes

Color #6A69A6 in popluar color models

6A 69 A6
RGB 106 105 166
HSL 241° 25.52% 53.14%
HSB/HSV 241° 36.75% 65.10%
CMYK 36.14% 36.75% 0.00%
34.90%

Color #6A69A6 in popluar number systems.

HEX 6A 69 A6
Decimal 106 105 166
Binary 1101010 1101001 10100110
Octal 152 151 246

Shades and tints

Shades of #6A69A6

#6A69A6
(106,105,166)
#616097
(97,96,151)
#585788
(88,87,136)
#4F4E79
(79,78,121)
#46456A
(70,69,106)
#3D3C5B
(61,60,91)
#34334C
(52,51,76)
#2B2A3D
(43,42,61)
#22212E
(34,33,46)
#19181F
(25,24,31)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #6A69A6

#6A69A6
(106,105,166)
#7776AE
(119,118,174)
#8483B6
(132,131,182)
#9190BE
(145,144,190)
#9E9DC6
(158,157,198)
#ABAACE
(171,170,206)
#B8B7D6
(184,183,214)
#C5C4DE
(197,196,222)
#D2D1E6
(210,209,230)
#DFDEEE
(223,222,238)
#ECEBF6
(236,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A69A6; }

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

This text font color is #6A69A6.

Background Color

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

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

This div background color is #6A69A6.

Border color

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

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

This div border color is #6A69A6.

Opacity

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

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

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

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

This text has shadow with #6A69A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A69A6.

Preview

Color preview on black background

This text has color #6A69A6 on black background.


Color preview on white background

This text has color #6A69A6 on white background.


Black color preview on #6A69A6 background

This text has black color on #6A69A6 background.


White color preview on #6A69A6 background

This text has white color on #6A69A6 background.


Related colors

Complementary color

Complementary color for #hex is #959659.


I love getcolorcode.com

Triadic colors

1 #A66A69 and #69A66A with #6A69A6 are triadic colors.

2 #A6696A and #696AA6 with #6A69A6 are triadic colors.