COLOR #6B659E

HEX: #6B659E
RGB: (107,101,158)

Color info

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

RGB color model

#6B659E color RGB value is (107,101,158).

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

RGB channels and saturation

R 107 of 255 = 42%
G 101 of 255 = 40%
B 158 of 255 = 62%

107
101
158

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

Portions of RGB colors in percentages

R + G + B =
107 + 101 + 158 = 366 (100%)
R 107 of 366 ~ 29.23%
G 101 of 366 ~ 27.6%
B 158 of 366 ~ 43.17%

%29.23
%27.6
%43.17

CMYK color model

#6B659E color CMYK value is (32,36,0,38).

  • cyan value is 32.28%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(32,36,0,38)
C32M36Y0K38 
(32%,36%,0%,38%)
(0.32/0.36/0.00/0.38)	

CMYK percentages

%32.28
%36.08
%0
%38.04

Codes

Color #6B659E in popluar color models

6B659E
RGB107101158
HSL246°22.71%50.78%
HSB/HSV246°36.08%61.96%
CMYK32.28%36.08%0.00%
38.04%

Color #6B659E in popluar number systems.

HEX6B659E
Decimal107101158
Binary1101011110010110011110
Octal153145236

Shades and tints

Shades of #6B659E

#6B659E
(107,101,158)
#625C90
(98,92,144)
#595382
(89,83,130)
#504A74
(80,74,116)
#474166
(71,65,102)
#3E3858
(62,56,88)
#352F4A
(53,47,74)
#2C263C
(44,38,60)
#231D2E
(35,29,46)
#1A1420
(26,20,32)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #6B659E

#6B659E
(107,101,158)
#7873A6
(120,115,166)
#8581AE
(133,129,174)
#928FB6
(146,143,182)
#9F9DBE
(159,157,190)
#ACABC6
(172,171,198)
#B9B9CE
(185,185,206)
#C6C7D6
(198,199,214)
#D3D5DE
(211,213,222)
#E0E3E6
(224,227,230)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B659E color. Also use rgb(107,101,158) instead hex code.

Text Font Color

.myTextColor { color: #6B659E; }

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

This text font color is #6B659E.


Background Color

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

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

This div background color is #6B659E.


Border color

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

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

This div border color is #6B659E.


Opacity

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

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

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

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

This text has shadow with #6B659E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B659E on black background.


Color preview on white background

This text has color #6B659E on white background.



Black color preview on #6B659E background

This text has black color on #6B659E background.


White color preview on #6B659E background

This text has white color on #6B659E background.