COLOR #6B669F

HEX: #6B669F
RGB: (107,102,159)

Color info

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

RGB color model

#6B669F color RGB value is (107,102,159).

  • red value is 107;
  • green value is 102;
  • blue value is 159.
RGB:
(107,102,159)
(42%,40%,62%)

RGB channels and saturation

R 107 of 255 = 42%
G 102 of 255 = 40%
B 159 of 255 = 62%

107
102
159

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

Portions of RGB colors in percentages

R + G + B =
107 + 102 + 159 = 368 (100%)
R 107 of 368 ~ 29.08%
G 102 of 368 ~ 27.72%
B 159 of 368 ~ 43.21%

%29.08
%27.72
%43.21

CMYK color model

#6B669F color CMYK value is (33,36,0,38).

  • cyan value is 32.70%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(33,36,0,38)
C33M36Y0K38 
(33%,36%,0%,38%)
(0.33/0.36/0.00/0.38)	

CMYK percentages

%32.7
%35.85
%0
%37.65

Codes

Color #6B669F in popluar color models

6B669F
RGB107102159
HSL245°22.89%51.18%
HSB/HSV245°35.85%62.35%
CMYK32.70%35.85%0.00%
37.65%

Color #6B669F in popluar number systems.

HEX6B669F
Decimal107102159
Binary1101011110011010011111
Octal153146237

Shades and tints

Shades of #6B669F

#6B669F
(107,102,159)
#625D91
(98,93,145)
#595483
(89,84,131)
#504B75
(80,75,117)
#474267
(71,66,103)
#3E3959
(62,57,89)
#35304B
(53,48,75)
#2C273D
(44,39,61)
#231E2F
(35,30,47)
#1A1521
(26,21,33)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #6B669F

#6B669F
(107,102,159)
#7873A7
(120,115,167)
#8580AF
(133,128,175)
#928DB7
(146,141,183)
#9F9ABF
(159,154,191)
#ACA7C7
(172,167,199)
#B9B4CF
(185,180,207)
#C6C1D7
(198,193,215)
#D3CEDF
(211,206,223)
#E0DBE7
(224,219,231)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B669F color. Also use rgb(107,102,159) instead hex code.

Text Font Color

.myTextColor { color: #6B669F; }

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

This text font color is #6B669F.


Background Color

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

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

This div background color is #6B669F.


Border color

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

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

This div border color is #6B669F.


Opacity

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

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

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

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

This text has shadow with #6B669F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B669F on black background.


Color preview on white background

This text has color #6B669F on white background.



Black color preview on #6B669F background

This text has black color on #6B669F background.


White color preview on #6B669F background

This text has white color on #6B669F background.