COLOR #6B718E

HEX: #6B718E RGB: (107,113,142)

Color info

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

RGB color model

#6B718E color RGB value is (107,113,142).

RGB: (107,113,142) (42%, 44%, 56%)

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 142 of 255 = 56%

107
113
142

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

Portions of RGB colors in percentages

R + G + B = 107 + 113 + 142 = 362 (100%)
R 107 of 362 ~ 29.56%
G 113 of 362 ~ 31.22%
B 142 of 362 ~ 39.23'%

%29.56
%31.22
%39.23

CMYK color model

#6B718E color CMYK value is (25,20,0,44).

  • cyan value is 24.65%
  • magenta value is 20.42%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (25,20,0,44)
C25M20Y0K44 (25%, 20%, 0%, 44%)
(0.25 / 0.20 / 0.00 / 0.44)

CMYK percentages

%24.65
%20.42
%0
%44.31

Codes

Color #6B718E in popluar color models

6B 71 8E
RGB 107 113 142
HSL 230° 14.06% 48.82%
HSB/HSV 230° 24.65% 55.69%
CMYK 24.65% 20.42% 0.00%
44.31%

Color #6B718E in popluar number systems.

HEX 6B 71 8E
Decimal 107 113 142
Binary 1101011 1110001 10001110
Octal 153 161 216

Shades and tints

Shades of #6B718E

#6B718E
(107,113,142)
#626782
(98,103,130)
#595D76
(89,93,118)
#50536A
(80,83,106)
#47495E
(71,73,94)
#3E3F52
(62,63,82)
#353546
(53,53,70)
#2C2B3A
(44,43,58)
#23212E
(35,33,46)
#1A1722
(26,23,34)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #6B718E

#6B718E
(107,113,142)
#787D98
(120,125,152)
#8589A2
(133,137,162)
#9295AC
(146,149,172)
#9FA1B6
(159,161,182)
#ACADC0
(172,173,192)
#B9B9CA
(185,185,202)
#C6C5D4
(198,197,212)
#D3D1DE
(211,209,222)
#E0DDE8
(224,221,232)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B718E color. Also use rgb(107,113,142) instead hex code.

Text Font Color

.myTextColor { color: #6B718E; }

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

This text font color is #6B718E.

Background Color

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

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

This div background color is #6B718E.

Border color

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

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

This div border color is #6B718E.

Opacity

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

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

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

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

This text has shadow with #6B718E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B718E.

Preview

Color preview on black background

This text has color #6B718E on black background.


Color preview on white background

This text has color #6B718E on white background.


Black color preview on #6B718E background

This text has black color on #6B718E background.


White color preview on #6B718E background

This text has white color on #6B718E background.


Related colors

Complementary color

Complementary color for #hex is #948E71.


I love getcolorcode.com

Triadic colors

1 #8E6B71 and #718E6B with #6B718E are triadic colors.

2 #8E716B and #716B8E with #6B718E are triadic colors.