COLOR #6B709E

HEX: #6B709E RGB: (107,112,158)

Color info

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

RGB color model

#6B709E color RGB value is (107,112,158).

RGB: (107,112,158) (42%, 44%, 62%)

RGB channels and saturation

R 107 of 255 = 42%
G 112 of 255 = 44%
B 158 of 255 = 62%

107
112
158

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

Portions of RGB colors in percentages

R + G + B = 107 + 112 + 158 = 377 (100%)
R 107 of 377 ~ 28.38%
G 112 of 377 ~ 29.71%
B 158 of 377 ~ 41.91'%

%28.38
%29.71
%41.91

CMYK color model

#6B709E color CMYK value is (32,29,0,38).

  • cyan value is 32.28%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (32,29,0,38) C32M29Y0K38 (32%,29%,0%,38%) (0.32/0.29/0.00/0.38) 

CMYK percentages

%32.28
%29.11
%0
%38.04

Codes

Color #6B709E in popluar color models

6B 70 9E
RGB 107 112 158
HSL 234° 20.82% 51.96%
HSB/HSV 234° 32.28% 61.96%
CMYK 32.28% 29.11% 0.00%
38.04%

Color #6B709E in popluar number systems.

HEX 6B 70 9E
Decimal 107 112 158
Binary 1101011 1110000 10011110
Octal 153 160 236

Shades and tints

Shades of #6B709E

#6B709E
(107,112,158)
#626690
(98,102,144)
#595C82
(89,92,130)
#505274
(80,82,116)
#474866
(71,72,102)
#3E3E58
(62,62,88)
#35344A
(53,52,74)
#2C2A3C
(44,42,60)
#23202E
(35,32,46)
#1A1620
(26,22,32)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #6B709E

#6B709E
(107,112,158)
#787DA6
(120,125,166)
#858AAE
(133,138,174)
#9297B6
(146,151,182)
#9FA4BE
(159,164,190)
#ACB1C6
(172,177,198)
#B9BECE
(185,190,206)
#C6CBD6
(198,203,214)
#D3D8DE
(211,216,222)
#E0E5E6
(224,229,230)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B709E; }

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

This text font color is #6B709E.

Background Color

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

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

This div background color is #6B709E.

Border color

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

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

This div border color is #6B709E.

Opacity

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

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

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

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

This text has shadow with #6B709E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B709E.

Preview

Color preview on black background

This text has color #6B709E on black background.


Color preview on white background

This text has color #6B709E on white background.


Black color preview on #6B709E background

This text has black color on #6B709E background.


White color preview on #6B709E background

This text has white color on #6B709E background.


Related colors

Complementary color

Complementary color for #hex is #948F61.


I love getcolorcode.com

Triadic colors

1 #9E6B70 and #709E6B with #6B709E are triadic colors.

2 #9E706B and #706B9E with #6B709E are triadic colors.