COLOR #6B69A6

HEX: #6B69A6
RGB: (107,105,166)

Color info

#6B69A6 contains mainly red and blue colors. Web safe color of #6B69A6 is #666699 (or #669).

RGB color model

#6B69A6 color RGB value is (107,105,166).

  • red value is 107;
  • green value is 105;
  • blue value is 166.
RGB:
(107,105,166)
(42%,41%,65%)

RGB channels and saturation

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

107
105
166

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

Portions of RGB colors in percentages

R + G + B =
107 + 105 + 166 = 378 (100%)
R 107 of 378 ~ 28.31%
G 105 of 378 ~ 27.78%
B 166 of 378 ~ 43.92%

%28.31
%27.78
%43.92

CMYK color model

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

  • cyan value is 35.54%
  • 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

%35.54
%36.75
%0
%34.9

Codes

Color #6B69A6 in popluar color models

6B69A6
RGB107105166
HSL242°25.52%53.14%
HSB/HSV242°36.75%65.10%
CMYK35.54%36.75%0.00%
34.90%

Color #6B69A6 in popluar number systems.

HEX6B69A6
Decimal107105166
Binary1101011110100110100110
Octal153151246

Shades and tints

Shades of #6B69A6

#6B69A6
(107,105,166)
#626097
(98,96,151)
#595788
(89,87,136)
#504E79
(80,78,121)
#47456A
(71,69,106)
#3E3C5B
(62,60,91)
#35334C
(53,51,76)
#2C2A3D
(44,42,61)
#23212E
(35,33,46)
#1A181F
(26,24,31)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #6B69A6

#6B69A6
(107,105,166)
#7876AE
(120,118,174)
#8583B6
(133,131,182)
#9290BE
(146,144,190)
#9F9DC6
(159,157,198)
#ACAACE
(172,170,206)
#B9B7D6
(185,183,214)
#C6C4DE
(198,196,222)
#D3D1E6
(211,209,230)
#E0DEEE
(224,222,238)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B69A6; }

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

This text font color is #6B69A6.


Background Color

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

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

This div background color is #6B69A6.


Border color

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

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

This div border color is #6B69A6.


Opacity

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

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

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

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

This text has shadow with #6B69A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B69A6 on black background.


Color preview on white background

This text has color #6B69A6 on white background.



Black color preview on #6B69A6 background

This text has black color on #6B69A6 background.


White color preview on #6B69A6 background

This text has white color on #6B69A6 background.